Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexylena/hexylena.css
hexylena's personal CSS
https://github.com/hexylena/hexylena.css
css
Last synced: 16 days ago
JSON representation
hexylena's personal CSS
- Host: GitHub
- URL: https://github.com/hexylena/hexylena.css
- Owner: hexylena
- Created: 2023-02-01T13:23:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T11:53:49.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T14:06:39.705Z (about 1 month ago)
- Topics: css
- Language: HTML
- Homepage: https://hexylena.galaxians.org/hexylena.css/
- Size: 2.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hexylena.css
hexylena.css - hexylena's own CSS theme, encapsulating her aesthetic.
## Synopsis
[Comic Mono is the default for dyslexia friendliness](index.html):
```html
```
[A Iosevka variant is available](index-i.html):
```html
```
## Description
See a practical example in [ls.1.html](./ls.html) with the background colour overridden in the ``
```html
:root{--theme-color: blueviolet}
```The easiest way to use this is probably with the included pandoc template:
```bash
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 backgroundtext-color
: `--text-color: white`, all text minus linkslink-color
: `--link-color: black`, linkscode-background
: `--code-background: black`code-foreground
: `--code-foreground: white`font-family
: `--font-family: monospace`, go wild## Author
hexylena
## Copyright
AGPL-3.0
## Files
[hexylena.css.git](https://github.com/hexylena/hexylena.css.git)
: The repository (GitHub)[hexylena.css](https://hexylena.galaxians.org/hexylena.css/hexylena.css)
: The comic mono version[hexylena.css](https://hexylena.galaxians.org/hexylena.css/hexylena-i.css)
: The iosevka version## See Also
Heavily inspired by [causal.agency(7)](https://causal.agency/), though minus the syntax highlighting.