Skip to content

Commit

Permalink
Added theme section split between engine and existing syntax themes
Browse files Browse the repository at this point in the history
  • Loading branch information
Abion47 committed Jan 3, 2025
1 parent f1732b3 commit c7daa90
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ See [Vivraan/godot-lang-support](https://github.com/Vivraan/godot-lang-support).
- [Plugins and scripts](#plugins-and-scripts)
- [Modules](#modules)
- [GDScript/C# editor support](#gdscriptc-editor-support)
- [Godot script editor syntax themes](#godot-script-editor-syntax-themes)
- [Themes](#themes)
- [Engine themes](#engine-themes)
- [Syntax themes](#syntax-themes)
<!-- - [Godot script editor syntax themes](#godot-script-editor-syntax-themes) -->
- [Unofficial Godot builds](#unofficial-godot-builds)
- [Bash scripts](#bash-scripts)
- [Websites](#websites)
Expand Down Expand Up @@ -390,7 +393,16 @@ See [Vivraan/godot-lang-support](https://github.com/Vivraan/godot-lang-support).
- [GUT Visual Studio Code Extension](https://github.com/bitwes/gut-extension) - Run GUT framework unit/integration tests directly from the Visual Studio Code Editors.
- [gdformat Visual Studio Code Extension](https://marketplace.visualstudio.com/items?itemName=Razoric.gdscript-toolkit-formatter) - Formatter for GDScript in Visual Studio Code.

## Godot script editor syntax themes
## Themes

### Engine themes

*Alternative themes for the entire Godot engine editor.*

- [Godot Minimal Theme](https://github.com/passivestar/godot-minimal-theme) - A theme that aims to correct odd spacing and formatting in the default Godot theme without changing the overall look and feel.
- [Catppuccin Theme](https://github.com/catppuccin/godot) - A soothing pastel theme offered in four different flavors.

### Syntax themes

*Alternative themes for the built-in script editor.*

Expand Down

0 comments on commit c7daa90

Please sign in to comment.