How to add Dracula theme

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By neo063

I am on Ubuntu 20.04 and using Godot v3.4.2 stable.

I’m trying to use this theme from Dark theme for Godot

but I cant figure out how to make it work.
Basically, I cloned the repo, cd into the folder and run:

cat ./theme.tres >> $HOME/.config/godot/editor_settings-3.tres

but godot editor isnt picking it up. Is this theme no longer supported? Also is there a way to create my own theme?

Have you tried changing the editor theme in the settings? I think it’s in Editor settingsEditorTheme.

Ertain | 2022-01-12 04:30

Yes I tried to change it there but setting it to custom doesnt do anything.

neo063 | 2022-01-12 07:34

:bust_in_silhouette: Reply From: neo063

Changing this line from theme.tres:

interface/theme/preset = "Dracula"

to:

interface/theme/preset = "Custom"

Then reinstalling it via:
cat ./theme.tres >> $HOME/.config/godot/editor_settings-3.tres

Made it work.