runtimeterror/static/css/palettes/runtimeterror.css
2024-01-21 21:41:18 -06:00

22 lines
540 B
CSS

/* base16 runtimeterror
*/
:root {
--base00: #090909; /* bg */
--base01: #1c1c1c; /* off-bg */
--base02: #292929; /* inner-bg */
--base03: #6d6c6c; /* muted */
--base04: #abaaaa; /* off-fg */
--base05: #d8d8d8; /* fg */
--base06: #75f558; /* code */
--base07: #5f8700; /* user prompt */
--base08: #ab4642; /* root prompt */
--base09: #dc9656;
--base0A: #f7ca88; /* highlight */
--base0B: #682523; /* logo */
--base0C: #ab2321; /* hover */
--base0D: #d36060; /* link */
--base0E: #ba8baf;
--base0F: #a16946;
}