2023-08-14 22:05:16 +00:00
|
|
|
/* base16 runtimeterror
|
|
|
|
*/
|
|
|
|
|
|
|
|
:root {
|
2024-01-22 03:22:42 +00:00
|
|
|
--base00: #090909; /* bg */
|
|
|
|
--base01: #1c1c1c; /* off-bg */
|
|
|
|
--base02: #292929; /* inner-bg */
|
|
|
|
--base03: #6d6c6c; /* muted */
|
2024-01-15 21:06:39 +00:00
|
|
|
--base04: #abaaaa; /* off-fg */
|
2023-11-06 21:49:58 +00:00
|
|
|
--base05: #d8d8d8; /* fg */
|
2024-01-22 03:41:18 +00:00
|
|
|
--base06: #75f558; /* code */
|
2023-10-16 16:58:46 +00:00
|
|
|
--base07: #5f8700; /* user prompt */
|
|
|
|
--base08: #ab4642; /* root prompt */
|
2023-08-14 22:05:16 +00:00
|
|
|
--base09: #dc9656;
|
2023-11-06 21:49:58 +00:00
|
|
|
--base0A: #f7ca88; /* highlight */
|
2024-01-22 03:22:42 +00:00
|
|
|
--base0B: #682523; /* logo */
|
2023-11-06 21:49:58 +00:00
|
|
|
--base0C: #ab2321; /* hover */
|
2024-01-22 03:22:42 +00:00
|
|
|
--base0D: #d36060; /* link */
|
2023-08-14 22:05:16 +00:00
|
|
|
--base0E: #ba8baf;
|
|
|
|
--base0F: #a16946;
|
|
|
|
}
|