Version0.2.2Verifiednot yet verifiedLicenseBSD-3-Clause
sigil-web-styles
Design system and theme library for Sigil web apps
❦Report a bug or suggest a featureReadme
sigil-web-styles
Design system and theme library for Sigil web applications. Provides palettes, typography, component styles, and layouts for a consistent look across Sigil apps with customizable color themes.
Built on top of sigil-css.
Usage
(import (sigil web styles))
;; Get the full stylesheet with the default black+gold theme
(theme-stylesheet)
;; Or customize the palette
(theme-stylesheet palette: (make-palette
background: "#0a0a1a"
primary: "#4a90d9"
...))Default Theme
Black and gold with subtle gradients:
- Background:
#0d0d0d(near-black) - Surface:
#1a1a1a(cards, panels) with subtle top-to-bottom gradient - Accent:
#d4a017(gold) with gradient shine on buttons - Text:
#e8e8e8(off-white)
Modules
| Module | Purpose |
|---|---|
(sigil web styles) | Main entry — re-exports everything |
(sigil web styles palette) | Color palettes and customization |
(sigil web styles typography) | Font stacks, type scale, weights |
(sigil web styles components) | Cards, tables, badges, buttons, nav, inputs |
(sigil web styles layout) | Page shell, grid system, responsive breakpoints |
Apps Using This Theme
- Vigil — service monitoring dashboard
- Kiln — CI server
- Folio — task and knowledge management
- Live Crafter — stream management
Dependencies
- sigil-css
- sigil-stdlib
Build
sigil deps install
sigil build
sigil testLicense
BSD-3-Clause
Clone
$ git clone https://codeberg.org/sigil/sigil-web-styles
Releases
v0.2.2 — latest by version, released 28 Jun 2026
All releases — 5 tags in this repository.
Source
One page per file, and every line has a permalink.
Recent commitsAtom
28 Juncommit
24 Juncommit
2 Maycommit
26 Aprcommit
26 Aprcommit
1 Aprcommit
1 Aprcommit
1 Aprcommit
31 Marcommit
31 Marcommit
31 Marcommit
31 Marcommit
29 Marcommit
a85c2a61
29 Marcommit
29 Marcommit
Pin dependencies to version tags
be63f82c
29 Marcommit
29 Marcommit
b7c12a82
The last 20 commits keep a page here. Everything older lives in the clone.