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 White by NNB (https://github.com/NNBnh) */
|
|
|
|
:root {
|
|
--base00: #ffffff;
|
|
--base01: #ececec;
|
|
--base02: #d0d0d0;
|
|
--base03: #888888;
|
|
--base04: #585858;
|
|
--base05: #282828;
|
|
--base06: #181818;
|
|
--base07: #000000;
|
|
--base08: #de5d6e;
|
|
--base09: #ff9470;
|
|
--base0A: #b3684f;
|
|
--base0B: #76a85d;
|
|
--base0C: #64b5a7;
|
|
--base0D: #5890f8;
|
|
--base0E: #c173d1;
|
|
--base0F: #b3684f;
|
|
}
|