mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
375 B
CSS
21 lines
375 B
CSS
/* Apprentice by romainl */
|
|
|
|
:root {
|
|
--base00: #262626;
|
|
--base01: #303030;
|
|
--base02: #333333;
|
|
--base03: #6C6C6C;
|
|
--base04: #787878;
|
|
--base05: #BCBCBC;
|
|
--base06: #C9C9C9;
|
|
--base07: #FFFFFF;
|
|
--base08: #5F8787;
|
|
--base09: #FF8700;
|
|
--base0A: #5F8787;
|
|
--base0B: #87AF87;
|
|
--base0C: #5F875F;
|
|
--base0D: #FFFFAF;
|
|
--base0E: #87AFD7;
|
|
--base0F: #5F87AF;
|
|
}
|