Mathab Theme is a VScode / Codium theme I specially designed for myself.
I was searching a well desinged and Coding friendly theme. But I didn't find a suitable one. Some
may looks good with my JavaScript codes, But not looks good with my flutter codes. And the
most important issue was that Working in existing code was so much painfull. Even I put a lot of comments it
become hard to identify codes.
Another problem was that I like some keywords to be italic. But not every theme provide that exept Material Theme.
So I thought to change the settings.json file. But later I thought about making and extension. So I created
One for me. Then I made it available in marketplace so that everyone can use it.
The name Mathab is from Material Keyword and my name Sihab. I made it comportable for Good looking and easy code catching based on their usecases and priority. For example I made css identifiers(Class, Id, Tag) more highlighted than css properties. A developer will try to find css identifiers. But the property inside it don't need to be highlighted.
ext install eigfa.mathab-theme
- Open VSCode/Codium > press
ctrl
+p
then paste it and hitEnter
Mathab is available on OpenVSX.
That means you can easily install it from codium too.
For VSIX file, refer to the OpenVSX page and download the VSIX file there.