# godot-syntax-themes **Repository Path**: li_shuyan/godot-syntax-themes ## Basic Information - **Project Name**: godot-syntax-themes - **Description**: No description available - **Primary Language**: Unknown - **License**: CC0-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-07 - **Last Updated**: 2024-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Godot syntax themes ![Screenshot](https://archive.hugo.pro/.public/godot-syntax-themes.png) *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](https://github.com/Calinou/base16-godot) for automatically generated themes.* ## Available themes **See [THEMES.md](/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: ```bash # 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](/LICENSE.md) for more information.