2019-01-04 18:14:53 +00:00
|
|
|
:root {
|
|
|
|
--accent-color: #0638d0;
|
|
|
|
--content-background-color: white;
|
|
|
|
--shadow-color: #f7f7f7;
|
|
|
|
--ui-background-color: white;
|
|
|
|
--ui-text-color: black;
|
|
|
|
--secondary-ui-text-color: #666;
|
|
|
|
--content-text-color: #222;
|
|
|
|
|
|
|
|
// Syntax highlighting
|
|
|
|
--atom-base: #fafafa;
|
|
|
|
--atom-mono-1: #383a42;
|
|
|
|
--atom-mono-2: #686b77;
|
|
|
|
--atom-mono-3: #a0a1a7;
|
|
|
|
--atom-hue-1: #0184bb;
|
|
|
|
--atom-hue-2: #4078f2;
|
|
|
|
--atom-hue-3: #a626a4;
|
|
|
|
--atom-hue-4: #50a14f;
|
|
|
|
--atom-hue-5: #e45649;
|
|
|
|
--atom-hue-5-2: #c91243;
|
|
|
|
--atom-hue-6: #986801;
|
|
|
|
--atom-hue-6-2: #c18401;
|
2019-06-28 19:51:26 +00:00
|
|
|
}
|