mirror of
https://github.com/passivestar/godot-minimal-theme.git
synced 2025-01-21 23:59:06 -05:00
.gitattributes | ||
LICENSE | ||
minimal_theme_high_ppi.tres | ||
minimal_theme.tres | ||
README.md |
Demo scene credit: https://github.com/Jamsers/Bistro-Demo-Tweaked
Godot Minimal Theme
Versions
- For Godot 4.4 and newer use the latest version
- For Godot 4.3 use version 1.6.0
- For Godot 4.2 use version 1.2.1
Installation
- Download the
.tres
file of the latest version of the theme. Use the_high_ppi.tres
version if you're using in-engine display scale of over 100% (for example if you're using a laptop with a high pixel density display) - In Godot open
Editor Settings -> Interface -> Theme
, and choose the downloaded theme in theCustom Theme
field - Set the theme settings like in the Recommended settings below
- Click
Save & Restart
Recommended settings
Editor Settings -> Interface -> Theme
:
- Base Color:
#252525
- Accent Color:
#569eff
- Contrast:
0.3
- Icon Saturation:
2
- Corner Radius:
4
Editor Settings -> Interface -> Editor
:
- Main Font: Inter
Important
You can experiment with different values but keep in mind that some UI elements will look out of place if you use a different
Base Color
, especially a non-monochrome one.Accent Color
,Icon Saturation
andFont
are safe to change to any value.Corner Radius
needs to be set to4
for the nested resources to match the corner radius of the theme. It's not customizable. This is a limitation of Godot theming capabilities.
Overview
You can watch a short overview video of this theme made by Gamefromscratch.