Modding/Palette: Difference between revisions
Appearance
Add information. |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
Each palette has a set of colors: | Each palette has a set of colors: | ||
<ul> | |||
<li><code>Primary</code>: Used as main background (and alternating with Secondary)</li> | |||
<li><code>Secondary</code>: Used as background for content elements (is alternated with Primary)</li> | |||
<li><code>Tertiary</code>: Used for outlines/borders</li> | |||
<li><code>Quaternary</code>: TODO!</li> | |||
<li><code>Accent</code>: Used for interactable elements</li> | |||
<li><code>Accent Modified</code>: TODO!</li> | |||
<li><code>Text Primary</code>: Primary text color</li> | |||
<li><code>Text Secondary</code>: TODO!v | |||
<li><code>Input Field</code>: TODO!</li> | |||
<li><code>Input Field Text</code></li> | |||
<li><code>Graphic Primary</code></li> | |||
<li><code>Graphic Secondary</code></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 | 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 <code>Graphic</code> and all <code>Text</code> colors. | ||
TODO Link colors? | TODO Link colors? | ||
Latest revision as of 21:29, 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/bordersQuaternary: TODO!Accent: Used for interactable elementsAccent Modified: TODO!Text Primary: Primary text colorText Secondary: TODO!vInput Field: TODO!Input Field TextGraphic PrimaryGraphic 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?