63 Commits

Author SHA1 Message Date
Robert Thomas
41fd0f1c09 Add JetBrains Dark syntax theme (#29)
* Add JetBrains Dark syntax theme
* Revise colouring to match GDScript JetBrains plugin in PyCharm
2025-06-01 17:11:50 +02:00
Brian Rodriguez
6daf59feb4 Add Everforest Dark Hard theme (#28) 2025-02-06 15:03:24 +01:00
Christophe Duparquet
5e64b31794 Add DevCode dark theme (#26) 2024-10-24 03:31:48 +02:00
s♄aya
e132da5aaa Add Kanagawa themes (#22) 2024-10-18 22:41:39 +02:00
Lilianzz
9c53ee237a Add Squid theme (#24) 2024-10-18 22:41:01 +02:00
Rafael Bordoni
0ac68a4230 Add Tokyo Night themes (#21) 2023-11-27 13:24:09 +01:00
Hugo Locurcio
66bf4ced62 Add Xcode Dark and Xcode Light themes
Based on Xcode 15.
2023-11-04 09:53:41 +01:00
backwardspy
50907783e4 Add Catppuccin themes (#18) 2023-11-04 09:49:05 +01:00
Hugo Locurcio
f74efa97b1 Update README to account for 4.0-dev -> master branch migration 2023-06-27 10:09:16 +02:00
Hugo Locurcio
1ac2dcae26 Use 4.0-dev branch in Git clone commands in README 2022-04-04 22:05:41 +02:00
Hugo Locurcio
751f939dec Fix highlighted word color being hard to see on VS Code Light 2022-02-26 19:36:18 +01:00
Hugo Locurcio
80ceaa3711 Update README title to mention Godot version compatibility 2022-02-03 17:44:41 +01:00
Hugo Locurcio
c1a69a053e Use a table to display the list of themes for compact display 2022-02-03 17:44:20 +01:00
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
Tharawut P
5d3c783cc5 Fix macOS paths in README (#10) 2021-06-16 13:02:05 +02: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
808b673567 Update README to list the new Horizon theme
- Update version compatibility notice.
- Update copyright statement to 2021.
2021-05-19 21:19:51 +02:00
Yan Jardim
4ee625c050 Add Horizon theme (#9) 2021-05-19 21:18:26 +02:00
Karl
dd2439e477 Add One Monokai Theme (#8)
A mix between One Dark and Monokai; colors taken from https://github.com/azemoh/vscode-one-monokai.
2020-12-18 21:41:12 +01:00
Hugo Locurcio
1c979ad8a7 Update repository URLs to follow the @godotengine organization transfer 2020-06-19 20:08:56 +02:00
Hugo Locurcio
5d29455c42 Remove obsolete installation instructions for Godot 2.x 2020-06-19 20:06:07 +02:00
Hugo Locurcio
9e1547d99d Add Nord theme
See https://www.nordtheme.com/.
2020-05-14 19:07:14 +02:00
Hugo Locurcio
d8e6364e07 Update copyright statement to 2020 2020-05-14 19:06:35 +02:00
Hugo Locurcio
7ec05434f1 Mention the newly added Apprentice theme in the README 2020-01-31 16:50:47 +01:00
Gadzhi Kharkharov
87aa7df58b Add Apprentice theme (#5)
* add Apprentice theme

* update Apprentice completion colors
2020-01-31 16:50:17 +01:00
Hugo Locurcio
4a413b007c Make the current line color transparent in Atom Dark
This makes the error marker color still display if it's on the
current line.
2019-12-23 18:35:18 +01:00
Hugo Locurcio
26cced5ce2 Add an Ayu Mirage theme 2019-12-23 18:28:25 +01:00
Hugo Locurcio
aa2b4cb8bb Add a note about the Steam editor data path
This closes #4.
2019-12-07 13:53:28 +01:00
Hugo Locurcio
eeafdc098a Make the current line color transparent in VS Code Light 2019-02-12 21:56:57 +01: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
2f753a15e2 Update copyright statement to 2019 2019-02-09 12:28:30 +01:00
Hugo Locurcio
0721db439e Mention base16-godot in the README for those who want more themes 2019-02-09 12:27:49 +01:00
Hugo Locurcio
765b640c33 Put Godot 3 instructions before Godot 2.1 instructions in README 2018-12-21 10:02:15 +01:00
Hugo Locurcio
2c217f2e55 Fix git clone command paths in README
The ~ character is not expanded in double quotes (or simple quotes).
This closes #3.
2018-12-21 09:59:51 +01:00
Hugo Locurcio
0a4c62fa87 Make background colors transparent in Darcula
This makes the new indent guides visible through
highlighted backgrounds. The error highlighting was also darkened
to be less annoying.

The same changes should be applied to other themes in the future.
2018-12-10 23:16:26 +01:00
Hugo Locurcio
421cff398d Add an EditorConfig file 2018-11-12 11:33:44 +01:00
Hugo Locurcio
1b3b578341 Add pre-commit hooks
See https://pre-commit.com/ for more information.
2018-10-16 12:10:34 +02:00
Hugo Locurcio
296f2bb853 Add preview images for all themes 2018-10-06 01:19:02 +02:00
Hugo Locurcio
1341617030 Add Solarized Light theme 2018-05-28 10:27:12 +02:00
Hugo Locurcio
7bef060935 Add Quiet Light theme 2018-05-27 14:25:49 +02:00
Hugo Locurcio
c302ce4a91 Add custom search and word highlighting colors to all themes 2018-05-26 23:19:13 +02:00
Hugo Locurcio
c3817da49f Add Visual Studio Code Light theme
This is based on the Light+ variant with some adjustments.
2018-05-26 22:56:40 +02:00
Hugo Locurcio
7b009e1da2 Add Dracula theme
See <https://draculatheme.com/>. This is not the same as Darcula,
which is the default dark theme in JetBrains IDEs.
2018-05-26 16:21:07 +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
Hugo Locurcio
6e4db2a1fd Add GDScript-specific colors to Solarized Dark
This also tweaks some colors used by this theme.
2018-05-22 20:02:21 +02:00
Hugo Locurcio
8bcc08c720 Add GDScript-specific colors to Metro 2018-05-22 19:55:44 +02:00
Hugo Locurcio
e0594b1a7c Add GDScript-specific colors to Atom Dark 2018-05-22 19:52:47 +02:00
Hugo Locurcio
55fa4f301c Add GDScript-specific colors to Gruvbox Dark 2018-05-22 19:49:47 +02:00
Hugo Locurcio
d48a3e72bc Add GDScript-specific colors to One Dark 2018-05-22 19:45:07 +02:00