mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
374 B
CSS
21 lines
374 B
CSS
/* Darcula by jetbrains */
|
|
|
|
:root {
|
|
--base00: #2b2b2b;
|
|
--base01: #323232;
|
|
--base02: #323232;
|
|
--base03: #606366;
|
|
--base04: #a4a3a3;
|
|
--base05: #a9b7c6;
|
|
--base06: #ffc66d;
|
|
--base07: #ffffff;
|
|
--base08: #4eade5;
|
|
--base09: #689757;
|
|
--base0A: #bbb529;
|
|
--base0B: #6a8759;
|
|
--base0C: #629755;
|
|
--base0D: #9876aa;
|
|
--base0E: #cc7832;
|
|
--base0F: #808080;
|
|
}
|