liviuschera / noctis

Noctis is a collection of light & dark themes with a well balanced blend of warm and cold colors
https://marketplace.visualstudio.com/items?itemName=liviuschera.noctis
MIT License
564 stars 73 forks source link

Syntax Highlighting for each language... #37

Closed rediffusion closed 4 years ago

rediffusion commented 4 years ago

About Syntax.

First of all th10 for an awesome theme! 🎆 I don't understand why the color syntax for all languages that I use (i.e. - C#, JS, TS, AHK, C++, C, Java, Html, CSS, Python...) is the same? Is there a wat to implement for ich language his own different ⚡Syntax Highlighting⚡ ?

Regards! 👍✌️

liviuschera commented 4 years ago

Thanks for your kind words.

Would you please elaborate on your question, maybe coming up with some code examples pointing out how would you like the code to look like?

Cheers!

rediffusion commented 4 years ago

@liviuschera

0Key, my friend let me explain it another way...

As an example, I'll take the IDE called «NotePad++». I have a theme called "Plastic Code Wrap". It looks like this:

image

Now I put here some code, then I switch to other languages...

C

image

JavaScript

image

AutoHotkey

image

C++

image

CSS

image

HTML

image

Different syntax, color, style, font, weight, brackets... etc. But in your cool theme I see the same shit with all languages. Please help! 🙏

liviuschera commented 4 years ago

Since I'm not familiar with Notepad++ I'll have to assume that in order to get different syntax colouring you changed the language mode. If that's the case you can get a similar result in VS Code via ⌘ + K + M in MacOS or CTRL + K + M in Windows.

If this doesn't answer your question I have no idea how it can be done.