godot-minimal-theme/README.md

38 lines
1.5 KiB
Markdown
Raw Normal View History

2024-11-19 21:05:13 -05:00
![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)
2024-11-19 15:46:34 -05:00
# Godot Minimal Theme
2024-03-02 08:11:29 -05:00
2024-11-19 15:46:34 -05:00
## Installation
2024-04-22 12:15:23 -04:00
2024-12-26 14:30:56 -05:00
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`.
2024-04-22 12:15:23 -04:00
2024-01-25 04:11:18 -05:00
## Recommended settings
2024-12-26 14:30:56 -05:00
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`:
2024-12-26 14:30:56 -05:00
- Base Color: `#252525` or `#22262B`
2024-03-02 08:11:29 -05:00
- Accent Color: `#569eff`
2024-11-19 15:46:34 -05:00
- Contrast: `0.3`
2024-03-02 08:11:29 -05:00
- Icon Saturation: `2`
2024-12-26 14:30:56 -05:00
- Corner Radius: `5`
`Editor Settings -> Interface -> Editor`:
- Main Font: [Inter](https://rsms.me/inter/)
2024-01-25 05:08:02 -05:00
2024-12-26 14:42:06 -05:00
## 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.
2024-12-26 14:30:56 -05:00
## Credits
2024-04-26 10:34:44 -04:00
2024-12-26 14:30:56 -05:00
- 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.