Godot Minimal Editor Theme
Go to file
passivestar 68ee6584e3 1.1.0
- Increased Label text contrast
- Increased Progressbar contrast
- Increased LineEdit contrast
- Fixed tab focus
- Fixed tree drop position color
- Tree tweaks
- ItemList tweaks
2024-01-26 07:20:38 +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 Update README.md 2024-01-25 15:01:27 +07:00
editor_theme.tres 1.1.0 2024-01-26 07:20:38 +07:00
editor_theme_high_ppi.tres 1.1.0 2024-01-26 07:20:38 +07:00

README.md

theme

Minimal Godot Theme

Installation

  • Click Releases on the right and download the .tres file. Use the high ppi version for high pixel density (i.e if you're on a laptop with a 4k display)
  • In Godot open Editor Settings -> Interface -> Theme, and choose the downloaded theme in the Editor Theme field

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

  • Base Color: #252525
  • Accent Color: #3d85f2
  • Contrast: 0.25
  • Icon Saturation: 1.8

Everything else by default

Known limitations

  • If you're using a different base color rather than one listed above, input fields may look out of place. This is a limitation of Godot's theming, there is no way to style LineEdits with support for different base colors. Unfortunately there's nothing that I can do about it