robb0wen / synthwave-vscode

Synthwave inspired colour theme for VS Code 🌅🕶
MIT License
5.16k stars 1.18k forks source link

More C/C++ color support #168

Closed moxwel closed 4 years ago

moxwel commented 4 years ago

This commits changes the color of macros like #include and #define to green, and the const modifier to red:

Before / After color1

Also, a little change to the placeholders in C, now they are green and italics. This helps to differentiate them from the escape characters:

Before Anotación 2020-05-07 201518

After Anotación 2020-05-07 200650

This changes in color also applies to C++ now.

Thank you for this awesome theme, I love it so much. ^^

moxwel commented 4 years ago

Oh, almost forgot! Little things fixed:

Text highlights in the editorOverviewRuler and editor when searching now are visible. Related to issue #167 .

Before / After search1 search2

Before findbefore

After find

Aaaand updated the git decorations colors in the minimapGutter and editorOverviewRuler:

Before / After color3