Modding/Palette: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
<ul> | <ul> | ||
<li>Primary: Used as main background (and alternating with Secondary)</li> | <li>Primary: Used as main background (and alternating with Secondary)</li> | ||
< | <li>Secondary: Used as background for content elements (is alternated with Primary)</li> | ||
<li>Tertiary: Used for outlines/borders</li> | |||
<li>Quaternary: TODO!</li> | |||
<li>Accent: Used for interactable elements</li> | |||
<li>Accent Modified: TODO!</li> | |||
<li>Text Primary: Primary text color</li> | |||
<li>Text Secondary: TODO!v | |||
<li>Input Field: TODO!</li> | |||
<li>Input Field Text</li> | |||
<li>Graphic Primary</li> | |||
<li>Graphic Secondary</li> | |||
</ul> | |||
Almost every color has a variant for hovered and pressed. In case that it is used as an interactive UI element. The exception are the `Graphic` and all `Text` colors. | Almost every color has a variant for hovered and pressed. In case that it is used as an interactive UI element. The exception are the `Graphic` and all `Text` colors. | ||
TODO Link colors? | TODO Link colors? | ||
Revision as of 21:28, 7 September 2025
Logic World has themes. Each theme provides a palette. A palette is a set of colors which the game applies on all it's GUI elements.
Each palette has a set of colors:
- Primary: Used as main background (and alternating with Secondary)
- Secondary: Used as background for content elements (is alternated with Primary)
- Tertiary: Used for outlines/borders
- Quaternary: TODO!
- Accent: Used for interactable elements
- Accent Modified: TODO!
- Text Primary: Primary text color
- Text Secondary: TODO!v
- Input Field: TODO!
- Input Field Text
- Graphic Primary
- Graphic Secondary
Almost every color has a variant for hovered and pressed. In case that it is used as an interactive UI element. The exception are the `Graphic` and all `Text` colors.
TODO Link colors?