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 feature
Readme

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

ModulePurpose
(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

Dependencies

  • sigil-css
  • sigil-stdlib

Build

sigil deps install
sigil build
sigil test

License

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

Browse the latest source

One page per file, and every line has a permalink.

Recent commitsAtom

The last 20 commits keep a page here. Everything older lives in the clone.