Jump to content

Modding/Palette: Difference between revisions

From Logic World Wiki
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:


- Primary: Used as main background (and alternating with Secondary)
<ul>
- Secondary: Used as background for content elements (is alternated with Primary)
<li><code>Primary</code>: Used as main background (and alternating with Secondary)</li>
- Tertiary: Used for outlines/borders
<li><code>Secondary</code>: Used as background for content elements (is alternated with Primary)</li>
- Quaternary: TODO!
<li><code>Tertiary</code>: Used for outlines/borders</li>
<li><code>Quaternary</code>: TODO!</li>


- Accent: Used for interactable elements
<li><code>Accent</code>: Used for interactable elements</li>
- Accent Modified: TODO!
<li><code>Accent Modified</code>: TODO!</li>


- Text Primary: Primary text color
<li><code>Text Primary</code>: Primary text color</li>
- Text Secondary: TODO!
<li><code>Text Secondary</code>: TODO!v


- Input Field: TODO!
<li><code>Input Field</code>: TODO!</li>
- Input Field Text
<li><code>Input Field Text</code></li>


- Graphic Primary
<li><code>Graphic Primary</code></li>
- Graphic Secondary
<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 `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 <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/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?