runtimeterror/static/css/palettes/runtimeterror.css
John Bowdre 335a0ab2cd Revert "make --off-fg a little lighter to improve code/pre contrast"
This made non-code elements a bit too bright. Need to address code
elements more directly.

This reverts commit 483e7a7803.
2024-01-15 15:06:39 -06:00

21 lines
528 B
CSS

/* base16 runtimeterror
*/
:root {
--base00: #181818; /* bg */
--base01: #282828; /* off-bg */
--base02: #383838; /* inner-bg */
--base03: #585858; /* muted */
--base04: #abaaaa; /* off-fg */
--base05: #d8d8d8; /* fg */
--base06: #e8e8e8;
--base07: #5f8700; /* user prompt */
--base08: #ab4642; /* root prompt */
--base09: #dc9656;
--base0A: #f7ca88; /* highlight */
--base0B: #772a28; /* logo */
--base0C: #ab2321; /* hover */
--base0D: #c45a5a; /* link */
--base0E: #ba8baf;
--base0F: #a16946;
}