All Projects → godotengine → Godot Syntax Themes

godotengine / Godot Syntax Themes

Licence: other
Syntax themes for the Godot Engine script editor

Projects that are alternatives of or similar to Godot Syntax Themes

Godot Multiplayer Demo
A multiplayer demo using Godot Engine's (2.2) high level networking
Stars: ✭ 52 (-62.86%)
Mutual labels:  godot, godot-engine
Pgsgp
Play Games Services plugin for Godot Game Engine 3.2 - Android
Stars: ✭ 130 (-7.14%)
Mutual labels:  godot, godot-engine
Godot Facebook
Facebook module for Godot Game Engine (android and iOS)
Stars: ✭ 55 (-60.71%)
Mutual labels:  godot, godot-engine
Godotrogueliketutorial
A guide to build a simple Roguelike game with Godot engine.
Stars: ✭ 117 (-16.43%)
Mutual labels:  godot, godot-engine
Gamedev4noobs
Olá, sejam bem-vindos ao repositório _gamedev4noobs_ do Estúdio Vaca Roxa. O propósito desse repositório, além de contribuir para o projeto 4noobs, é ensinar o básico do desenvolvimento de jogos para iniciantes. Apresentando boas práticas e insumos para criar games incríveis.
Stars: ✭ 122 (-12.86%)
Mutual labels:  godot, godot-engine
Godotnotificationcenter
A notification center for Godot Engine
Stars: ✭ 43 (-69.29%)
Mutual labels:  godot, godot-engine
Godot Engine.file Editor
A Godot Engine addon that adds a File Editor for multiple file types editing. Create and Write plain text files, configuration files and csv files with custom visualizers and previews. Also supports file translations!
Stars: ✭ 70 (-50%)
Mutual labels:  godot, godot-engine
Space rocks
Asteroids-like game made with Godot Engine 3.0.
Stars: ✭ 20 (-85.71%)
Mutual labels:  godot, godot-engine
Gdscript Docs Maker
Create documentation and class references from your Godot GDScript code
Stars: ✭ 121 (-13.57%)
Mutual labels:  godot, godot-engine
Godot Demos
Dozens of free and open source demos for the Godot game engine
Stars: ✭ 1,231 (+779.29%)
Mutual labels:  godot, godot-engine
Inkgd
Implementation of inkle's Ink in pure GDScript for Godot, with editor support.
Stars: ✭ 118 (-15.71%)
Mutual labels:  godot, godot-engine
Pixelorama
A free & open-source 2D sprite editor, made with the Godot Engine! Available on Windows, Linux, macOS and the Web!
Stars: ✭ 2,535 (+1710.71%)
Mutual labels:  godot, godot-engine
Gdtwitch
A Godot to IRC to Twitch interface.
Stars: ✭ 42 (-70%)
Mutual labels:  godot, godot-engine
Godot Style Guide
Style guide for Godot projects
Stars: ✭ 45 (-67.86%)
Mutual labels:  godot, godot-engine
Mdframework
A multiplayer C# game framework for Godot 3.2 Mono.
Stars: ✭ 34 (-75.71%)
Mutual labels:  godot, godot-engine
Gterm
Terminal emulator control for Godot engine
Stars: ✭ 58 (-58.57%)
Mutual labels:  godot, godot-engine
Godot Open Rpg
Learn to create turn-based combat with this Open Source RPG demo ⚔
Stars: ✭ 855 (+510.71%)
Mutual labels:  godot, godot-engine
Thrive
The main repository for the development of the evolution game Thrive.
Stars: ✭ 874 (+524.29%)
Mutual labels:  godot, godot-engine
Qurobullet
A powerful 2D projectile system module for Godot!
Stars: ✭ 78 (-44.29%)
Mutual labels:  godot, godot-engine
Godot3 procgen demos
Exploring Procedural Generation algorithms in Godot
Stars: ✭ 85 (-39.29%)
Mutual labels:  godot, godot-engine

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 for automatically generated themes.

Available themes

See THEMES.md for preview images.

Dark

  • Apprentice
  • Atom Dark
  • Ayu Mirage
  • Darcula
  • Dracula
  • Gruvbox Dark
  • Metro
  • Monokai
  • Nord
  • One Dark
  • One Monokai
  • 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, open a project in the editor, 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.

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/godotengine/godot-syntax-themes.git ~/.config/godot/text_editor_themes

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

# On Windows:
git clone https://github.com/godotengine/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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].