mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
21 lines
400 B
CSS
21 lines
400 B
CSS
/* Da One Paper by NNB (https://github.com/NNBnh) */
|
|
|
|
:root {
|
|
--base00: #faf0dc;
|
|
--base01: #c8c8c8;
|
|
--base02: #888888;
|
|
--base03: #585858;
|
|
--base04: #282828;
|
|
--base05: #181818;
|
|
--base06: #000000;
|
|
--base07: #000000;
|
|
--base08: #de5d6e;
|
|
--base09: #fa5e2a;
|
|
--base0A: #b3684f;
|
|
--base0B: #76a85d;
|
|
--base0C: #64b5a7;
|
|
--base0D: #5890f8;
|
|
--base0E: #c173d1;
|
|
--base0F: #b3684f;
|
|
}
|