Go to file
2024-11-19 06:53:17 +04:00
.gitattributes Initial commit 2024-01-25 13:24:40 +04:00
LICENSE Initial commit 2024-01-25 13:24:40 +04:00
minimal_theme_high_ppi.tres Add missing mirrored checkbox style 2024-11-19 06:53:17 +04:00
minimal_theme.tres Add missing mirrored checkbox style 2024-11-19 06:53:17 +04:00
README.md Add corner radius to recommended settings 2024-11-16 02:27:24 +04:00

Minimal Godot Theme

theme_01

theme_02

Installation

  • Go to Releases and download the .tres file for your version. Use the high ppi file for high pixel density displays (i.e if you're using a laptop with a high-resolution display and in-engine display scale over 100%)
  • In Godot open Editor Settings -> Interface -> Theme, and choose the downloaded theme in the Custom Theme field.
  • A message will pop up saying: "The editor must be restarted for the changes to take effect." with a "Save & Restart" button. If desired, the Base Color, Accent Color, etc. in Recommended settings can be adjusted before doing so. When ready, click "Save & Restart".

Versions

  • For Godot 4.2.x use this version: 1.2.1
  • For Godot 4.3.x and newer use this version: 1.6.0

To match the look of the theme in the screenshot use the following settings:

Editor Settings -> Interface -> Theme:

  • Base Color: #252525
  • Accent Color: #569eff
  • Contrast: 0.2
  • Icon Saturation: 2
  • Corner Radius: 4

Editor Settings -> Interface -> Editor:

Compatibility

If you're using a different base color rather than the recommended one (non-monochrome), input fields may look wrong. I did my best to support all editor settings, however, as of today, some things in Godot just can't be themed. There's no way to style LineEdits with support for different base colors

Overview

Gamefromscratch made a video showing the evolution of Godot UI over the years and explaining how to use this theme

You can watch it on YouTube by clicking this:

theme_02