2020-05-14 19:06:35 +02:00
2018-11-12 11:33:44 +01:00
2018-10-16 12:10:34 +02:00
2020-01-31 16:50:17 +01:00
2019-12-23 18:28:25 +01:00
2016-05-23 20:29:12 +02:00
2020-05-14 19:06:35 +02:00
2018-10-06 01:19:02 +02:00

Godot syntax themes

Screenshot

The Darcula theme in action.

This repository contains many syntax themes for Godot, for use in the built-in script editor.

These themes are compatible with the Godot 2.1 and Godot 3 series.

Want even more themes? Check out base16-godot.

Available themes

See THEMES.md for preview images.

Dark

  • Apprentice
  • Atom Dark
  • Ayu Mirage
  • Darcula
  • Dracula
  • Gruvbox Dark
  • Metro
  • Monokai
  • One Dark
  • Solarized Dark
  • Visual Studio Code Dark

Light

  • Quiet Light
  • Solarized Light
  • Visual Studio Code Light

Installation

Place the .tet files in your Godot text editor theme directory:

  • On Linux: ~/.config/godot/text_editor_themes/
  • On macOS: ~/Library/Application Support/Godot/
  • On Windows: %APPDATA%\Godot\text_editor_themes\

Note: If you installed Godot using Steam, your Godot text editor theme folder should be placed in steamapps/common/Godot Engine/editor_data/text_editor_themes/ in your Steam installation folder.

To change the theme:

  • In Godot 3: Open a project in Godot, then click on Editor in the top menu, then go to the Editor Settings then Text Editor. You should now be able to choose the desired theme.

  • In Godot 2.1: Open a project in Godot, then click on the upper-right SettingsEditor SettingsText Editor. You should now be able to choose the desired theme.

Tip: You can clone this Git repository directly into the text editor themes path (if the destination folder does not exist) using the following command:

# On Linux
git clone https://github.com/Calinou/godot-syntax-themes.git ~/.config/godot/text_editor_themes

# On macOS
git clone https://github.com/Calinou/godot-syntax-themes.git ~"/Library/Application Support/Godot/text_editor_themes"

# On Windows
git clone https://github.com/Calinou/godot-syntax-themes.git "%APPDATA%\Godot\text_editor_themes"

License

Copyright © 2016-2020 Hugo Locurcio and contributors

Files in this repository are licensed under CC0 1.0 Universal, see LICENSE.md for more information.

Description
Syntax themes for the Godot Engine script editor
Readme 152 KiB
Languages
Markdown 100%