Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/passivestar/godot-minimal-theme
Godot Minimal Editor Theme
https://github.com/passivestar/godot-minimal-theme
game-engine gamedev godot godot-engine theme
Last synced: 4 days ago
JSON representation
Godot Minimal Editor Theme
- Host: GitHub
- URL: https://github.com/passivestar/godot-minimal-theme
- Owner: passivestar
- License: mit
- Created: 2024-01-25T09:25:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T08:52:09.000Z (11 days ago)
- Last Synced: 2025-01-24T09:29:00.051Z (11 days ago)
- Topics: game-engine, gamedev, godot, godot-engine, theme
- Homepage:
- Size: 181 KB
- Stars: 2,105
- Watchers: 20
- Forks: 33
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![minimal-theme](https://github.com/user-attachments/assets/75df90f3-4bf6-464c-b59b-5a8a169cfa7b)
![minimal-theme-window](https://github.com/user-attachments/assets/55f548fc-8942-401a-970b-9869150ca9f8)# Godot Minimal Theme
## Installation
1. Download the `minimal_theme.tres` file of the [latest version](https://github.com/passivestar/godot-minimal-theme/releases/latest).
2. Open `Editor Settings -> Interface -> Theme` and choose the downloaded file in the `Custom Theme` field.
3. Click `Save & Restart`.## Recommended settings
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.3`
- Icon Saturation: `2`
- Corner Radius: `5``Editor Settings -> Interface -> Editor`:
- Main Font: [Inter](https://rsms.me/inter/)
## 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
- The idea for embedding theme generation code into the resource to support editor settings was suggested by [Yuri Sizov](https://github.com/YuriSizov). You can read his article about it [here](https://humnom.net/thoughts/6765836d-make-smarter-editor-themes-in-godot.html).
- Demo scene from the screenshot: https://github.com/Jamsers/Bistro-Demo-Tweaked.