2023-08-14 22:05:16 +00:00
|
|
|
/* base16 runtimeterror
|
|
|
|
*/
|
|
|
|
|
|
|
|
:root {
|
|
|
|
--base00: #181818; /* background */
|
|
|
|
--base01: #282828; /* alt background */
|
|
|
|
--base02: #383838; /* in-text backgrounds */
|
|
|
|
--base03: #585858; /* muted text */
|
|
|
|
--base04: #959494; /* alt foreground */
|
|
|
|
--base05: #d8d8d8; /* foreground */
|
|
|
|
--base06: #e8e8e8;
|
|
|
|
--base07: #f8f8f8;
|
|
|
|
--base08: #ab4642;
|
|
|
|
--base09: #dc9656;
|
|
|
|
--base0A: #f7ca88; /* highlights */
|
|
|
|
--base0B: #772a28; /* primary accent */
|
2023-08-17 01:08:53 +00:00
|
|
|
--base0C: #ab2321; /* active links */
|
2023-08-14 22:05:16 +00:00
|
|
|
--base0D: #c45a5a; /* links */
|
|
|
|
--base0E: #ba8baf;
|
|
|
|
--base0F: #a16946;
|
|
|
|
}
|