OVES Dark¶
oves-dark is the promoted deck-wide dark color scheme standard for OVES decks.
This standard can be applied to a deck and can be consumed by more specific deck layout standards such as oves-dark-basic.
Scope¶
oves-dark owns the deck-wide dark visual base:
- dark page background
- cyan primary title/accent color
- OVES navy secondary color
- dark surface color for content containers
- light text and secondary text colors
- hairline color for header/footer rails
Current Color Rules¶
- primary brand color:
#00FFFF - secondary brand color:
#002552 - dark page background:
#002552 - dark surface color:
oklch(21% 0.034 264.665) - primary text color:
#f8fafc - secondary text color:
#d9e4ef - hairline color:
#334155
Placement¶
Promoted oves-dark artifacts live in:
src/deck-templates/oves-dark/src/shared/design-system/theme.ts
The shared theme remains the low-level token source.
oves-dark is the named deck-wide standard that future decks and deck templates should consume.
Relationship To Other Standards¶
oves-darkdefines color scheme only.oves-dark-basicdefines layout behavior for a basic dark OVES deck.- Future alternatives such as
oves-brightmay define other deck-wide visual schemes.
Rule¶
If a deck is using the current approved dark OVES color scheme, it should consume oves-dark rather than redefining those colors locally.