hexylena.css(7) Miscellaneous Information Manual hexylena.css(7)

hexylena.css

hexylena.css - hexylena’s own CSS theme, encapsulating her aesthetic.

Synopsis

Comic Mono is the default for dyslexia friendliness:

<link rel="stylesheet" href="https://hexylena.galaxians.org/hexylena.css/hexylena.css" />

A Iosevka variant is available:

<link rel="stylesheet" href="https://hexylena.galaxians.org/hexylena.css/hexylena-i.css" />

Description

See a practical example in ls.1.html with the background colour overridden in the <head>

<style type="text/css">:root{--theme-color: blueviolet}</style>

The easiest way to use this is probably with the included pandoc template:

cat README.md | \
    pandoc -t html --standalone \
        --metadata title="hexylena.css(7)" \
        --metadata subtitle="Miscellaneous Information Manual" \
        --template ./pandoc.html \
    > index.html

Environment

These CSS variables are available:

theme-color
--theme-color: #CE3518, really just the background
text-color
--text-color: white, all text minus links
link-color
--link-color: black, links
code-background
--code-background: black
code-foreground
--code-foreground: white
font-family
--font-family: monospace, go wild

Author

hexylena

AGPL-3.0

Files

hexylena.css.git
The repository (GitHub)
hexylena.css
The comic mono version
hexylena.css
The iosevka version

See Also

Heavily inspired by causal.agency(7), though minus the syntax highlighting.