godot-minimal-theme/README.md

45 lines
2.3 KiB
Markdown
Raw Normal View History

2024-01-25 04:32:55 -05:00
2024-01-25 04:11:18 -05:00
# Minimal Godot Theme
2024-03-02 08:11:29 -05:00
![theme_01](https://github.com/passivestar/godot-minimal-theme/assets/60579014/84f7672b-2313-47f4-b4c5-0db7020756d7)
2024-03-02 08:15:47 -05:00
<img width="1200" alt="theme_02" src="https://github.com/passivestar/godot-minimal-theme/assets/60579014/c85e66c1-a3a2-4b2d-8f2f-e1e3a43b19e5">
2024-03-02 08:11:29 -05:00
2024-01-25 04:11:18 -05:00
## Installation
2024-04-22 12:15:23 -04:00
- Go to [Releases](https://github.com/passivestar/godot-minimal-theme/releases) and download the `.tres` file for your version. Use the high ppi file for high pixel density displays (i.e if you're using a laptop with a high-resolution display and in-engine display scale over 100%)
- In Godot open `Editor Settings -> Interface -> Theme`, and choose the downloaded theme in the `Custom Theme` field.
2024-06-01 08:03:52 -04:00
- A message will pop up saying: "The editor must be restarted for the changes to take effect." with a "Save & Restart" button. If desired, the Base Color, Accent Color, etc. in [Recommended settings](https://github.com/passivestar/godot-minimal-theme?tab=readme-ov-file#recommended-settings) can be adjusted before doing so. When ready, click "Save & Restart".
2024-01-25 04:11:18 -05:00
2024-04-22 12:15:23 -04:00
## Versions
2024-06-01 11:41:27 -04:00
- For Godot 4.2.x use this version: [1.2.1](https://github.com/passivestar/godot-minimal-theme/releases/tag/1.2.1)
2024-07-16 06:56:41 -04:00
- For Godot 4.3.x and newer use this version: [1.6.0](https://github.com/passivestar/godot-minimal-theme/releases/tag/1.6.0)
2024-04-22 12:15:23 -04:00
2024-01-25 04:11:18 -05:00
## Recommended settings
2024-03-02 08:11:29 -05:00
To match the look of the theme in the screenshot use the following settings:
2024-01-25 04:11:18 -05:00
`Editor Settings -> Interface -> Theme`:
2024-01-25 04:11:18 -05:00
- Base Color: `#252525`
2024-03-02 08:11:29 -05:00
- Accent Color: `#569eff`
- Contrast: `0.2`
- Icon Saturation: `2`
`Editor Settings -> Interface -> Editor`:
- Main Font: [Inter](https://rsms.me/inter/)
2024-01-25 05:08:02 -05:00
2024-04-22 11:17:12 -04:00
## Compatibility
2024-01-25 05:08:02 -05:00
2024-04-22 11:17:12 -04:00
If you're using a different base color rather than the recommended one (non-monochrome), input fields may look wrong. I did my best to support all editor settings, however, as of today, some things in Godot just can't be themed. There's no way to style `LineEdit`s with support for different base colors
2024-04-26 10:34:44 -04:00
## Overview
**Gamefromscratch** made a video showing the evolution of Godot UI over the years and explaining how to use this theme
You can watch it on YouTube by clicking this:
<a href="https://youtu.be/WmZq3UgOGKY"><img width="1200" alt="theme_02" src="https://github.com/passivestar/godot-minimal-theme/assets/60579014/7993fb01-1231-4c33-97da-fb3e24d09816"></a>