2019-01-04 18:14:53 +00:00
|
|
|
:root {
|
|
|
|
--accent-color: #f9c72f;
|
|
|
|
--content-background-color: #111;
|
|
|
|
--shadow-color: #151515;
|
|
|
|
--ui-background-color: #111;
|
|
|
|
--ui-text-color: white;
|
|
|
|
--secondary-ui-text-color: #999;
|
|
|
|
--content-text-color: #ddd;
|
|
|
|
|
|
|
|
// Syntax highlighting
|
|
|
|
--atom-base: #282c34;
|
|
|
|
--atom-mono-1: #abb2bf;
|
|
|
|
--atom-mono-2: #818896;
|
|
|
|
--atom-mono-3: #5c6370;
|
|
|
|
--atom-hue-1: #56b6c2;
|
|
|
|
--atom-hue-2: #61aeee;
|
|
|
|
--atom-hue-3: #c678dd;
|
|
|
|
--atom-hue-4: #98c379;
|
|
|
|
--atom-hue-5: #e06c75;
|
|
|
|
--atom-hue-5-2: #be5046;
|
|
|
|
--atom-hue-6: #d19a66;
|
|
|
|
--atom-hue-6-2: #e6c07b;
|
2019-06-28 19:51:26 +00:00
|
|
|
}
|