Jump to content

Modding/Palette: Difference between revisions

From Logic World Wiki
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:


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


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


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


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


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