Compare commits

..

No commits in common. "main" and "2.0.6" have entirely different histories.
main ... 2.0.6

2 changed files with 195 additions and 485 deletions

@ -1,27 +1,25 @@
![minimal-theme@2x](https://github.com/user-attachments/assets/3758a87b-84d9-4556-9f06-31632762e690) ![minimal-theme](https://github.com/user-attachments/assets/75df90f3-4bf6-464c-b59b-5a8a169cfa7b)
![minimal-theme-window@2x](https://github.com/user-attachments/assets/1ffab3b3-958c-493b-bff4-06be51438642) ![minimal-theme-window](https://github.com/user-attachments/assets/55f548fc-8942-401a-970b-9869150ca9f8)
# Godot Minimal Theme # Godot Minimal Theme
> [!NOTE]
> This theme has been ported to Godot natively and is the new default theme starting with Godot 4.6. You don't need to install it anymore. All of the future UI improvements will happen in the [Godot repository](https://github.com/godotengine/godot).
## Installation ## Installation
1. Download the `minimal_theme.tres` file of the [latest theme version](https://github.com/passivestar/godot-minimal-theme/releases/latest). 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. You need to have `Advanced Settings` enabled to see it. 2. Open `Editor Settings -> Interface -> Theme` and choose the downloaded file in the `Custom Theme` field. You'll need to have `Advanced Settings` enabled to see that field.
3. Click `Save & Restart`. 3. Click `Save & Restart`.
## Recommended settings ## Recommended settings
Minimal theme supports all editor settings. My recommendations are: 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`: `Editor Settings -> Interface -> Theme`:
- Base Color: `#272727` - Base Color: `#252525` or `#22262B`
- Accent Color: `#569eff` - Accent Color: `#569eff`
- Contrast: `0.3-0.35` - Contrast: `0.2-0.3`
- Icon Saturation: `2` - Icon Saturation: `2`
- Corner Radius: `4-5` - Corner Radius: `4-5`
@ -31,9 +29,9 @@ Minimal theme supports all editor settings. My recommendations are:
## Compatibility ## Compatibility
This theme was tested with Godot 4.3, 4.4 and 4.5. 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 ## Credits
- Support for editor settings is based on idea by [Yuri Sizov](https://github.com/YuriSizov) described [in this article](https://humnom.net/thoughts/6765836d-make-smarter-editor-themes-in-godot.html). - 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).
- Dune scene used in the screenshots was made by [Lander](https://www.landervanregenmortel.com/). - Demo scene from the screenshot: https://github.com/Jamsers/Bistro-Demo-Tweaked.

File diff suppressed because it is too large Load Diff