6 Commits

Author SHA1 Message Date
Hugo Locurcio
0b0ae7117c Update color code syntax for Godot 4.0
Color codes are now RGBA instead of ARGB to follow Web standards.
2022-02-03 17:36:51 +01:00
Hugo Locurcio
3362ab5b1f Update VS Code themes to feature the new control flow keyword colors
The control flow keyword color is displayed when using the Godot
`master` branch, and perhaps 3.x in the future.

The `$` node path color was tweaked to use a different color
(the "enum value" color from the original theme's C++ scheme).
2021-05-25 02:36:57 +02:00
Hugo Locurcio
f102dcf209 Tweak error marker line colors to be more subtle 2019-02-12 21:56:26 +01:00
Hugo Locurcio
96f87e8e1e Make the current line color transparent in VS Code Dark
This makes the error line highlighting appear behind the current
line highlighting, instead of being hidden by it.
2019-02-12 21:44:47 +01:00
Hugo Locurcio
c302ce4a91 Add custom search and word highlighting colors to all themes 2018-05-26 23:19:13 +02:00
Hugo Locurcio
d2e2580f0f Add Visual Studio Code Dark
This is based on the Dark+ variant with some adjustments.
2018-05-26 14:26:49 +02:00