Dracula Icon

Godot

Dracula Theme for Godot
godot - Theme Preview

Godot

Install using Git

If you are a git user, you can install the theme and keep up to date by cloning the repo:

git clone https://github.com/dracula/godot.git

Install manually

Download using the GitHub .zip download option and unzip them.

Activating theme

Linux
  1. Start Godot for the first time and close it
  2. Go to the theme folder and copy the PATH
  3. cat 'OBTAINED_PATH/theme.tres' >> 'GODOT_PATH/editor_settings-3.tres'

GODOT_PATH being $HOME/.config/godot if installed from Godot

Or $HOME/.steam/steam/steamapps/common/Godot Engine/editor_data if installed with Steam

Windows
  1. Start Godot for the first time and close it
  2. Go to the theme folder and copy the PATH
  3. Get-Content 'OBTAINED_PATH\theme.tres' | Add-Content 'GODOT_PATH\editor_settings-3.tres'

GODOT_PATH being $env:APPDATA\Godot if installed from Godot

Or C:\Program Files (x86)\Steam\steamapps\common\Godot Engine\editor_data if installed with Steam