Themes gallery

A live tour of the themes that ship with Krysalicss. Use the theme switcher in the page header to flip the entire site between bundled themes — what you see in the chrome is what you get when you opt in. For lookup, rationale, and authoring, follow the links under each swatch row.

This page is a gallery surface. Three sibling pages cover the other Diátaxis modes:

default

bg #fffffffg #27282blink #1a6347primary-bg #247d59success-bg #525a22warning-bg #7a4f10danger-bg #8c351afocus-ring #1a6347
Activation
<html class="theme-light">  <!-- explicit override -->
<html>                       <!-- implicit: default wins at :root -->

dark

bg #121417fg #e6e8eblink #6bd1a7primary-bg #1f6e51success-bg #5c6529warning-bg #b8991edanger-bg #a2481afocus-ring #6bd1a7
Activation
<html class="theme-dark">    <!-- explicit override -->
<!-- or rely on @media (prefers-color-scheme: dark) -->

high-contrast

bg #000000fg #fffffflink #ffd500primary-bg #00d0ffsuccess-bg #00ff84warning-bg #ffd500danger-bg #ff8585focus-ring #ffd500
Activation
<html class="theme-high-contrast">

Community themes

Empty for now. Community themes appear here as they're published. See the submission guidelines for the package shape, the WCAG checks, and the merge-request flow.