Join the dark sideBe the first to know about new products, special releases, and much more.
7,449 people enjoy it!Subscribe to the RSS Feed.
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
Download using the GitHub .zip download option and unzip them.
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
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