Godot Minimal Editor Theme
Go to file
passivestar 8a20b7746f
Merge pull request #25 from outercloudstudio/patch-1
Clarify that advanced settings must be enabled to see the custom theme option
2025-03-29 15:36:57 +07:00
.gitattributes Initial commit 2024-01-25 13:24:40 +07:00
LICENSE Initial commit 2024-01-25 13:24:40 +07:00
README.md Clarify that advanced settings must be enabled to see the custom theme option 2025-03-28 21:38:20 +07:00
minimal_theme.tres Fix `PopupDialog` and `AcceptDialog` panel corner radius 2025-03-26 19:56:16 +07:00

README.md

minimal-theme minimal-theme-window

Godot Minimal Theme

Installation

  1. Download the minimal_theme.tres file of the latest version.
  2. Make sure Advanced Settings is enabled.
  3. Open Editor Settings -> Interface -> Theme and choose the downloaded file in the Custom Theme field.
  4. Click Save & Restart.

As of 2.0 this theme supports editor settings so you can experiment and choose whatever values you like!

Here are my personal recommendations:

Editor Settings -> Interface -> Theme:

  • Base Color: #252525 or #22262B
  • Accent Color: #569eff
  • Contrast: 0.2-0.3
  • Icon Saturation: 2
  • Corner Radius: 4-5

Editor Settings -> Interface -> Editor:

Compatibility

This theme was tested with Godot 4.3 and 4.4. Latest Godot version is recommended because Godot always evolves in terms of what can be themed. Some of the PRs were opened by me to help this theme reach its full potential.

Credits