Go to file
2024-11-20 06:05:13 +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 popup menu labeled separator styles 2024-11-19 19:26:37 +04:00
minimal_theme.tres Add popup menu labeled separator styles 2024-11-19 19:26:37 +04:00
README.md Update README.md 2024-11-20 06:05:13 +04:00

minimal-theme minimal-theme-window

Demo scene credit: https://github.com/Jamsers/Bistro-Demo-Tweaked


Godot Minimal Theme

Versions

  • For Godot 4.4 and newer use version 1.7.0
  • For Godot 4.3 use version 1.6.0
  • For Godot 4.2 use version 1.2.1

Installation

  1. Go to Releases and download the .tres file for your version. Use the high ppi file 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)
  2. In Godot open Editor Settings -> Interface -> Theme, and choose the downloaded theme in the Custom Theme field
  3. Set the theme settings like in the Recommended settings below
  4. Click Save & Restart

Editor Settings -> Interface -> Theme:

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

Editor Settings -> Interface -> Editor:

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 and Font are safe to change to any value. Corner Radius needs to be set to 4 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.