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
/* Cupertino by Defman21 */
|
|
|
|
:root {
|
|
--base00: #ffffff;
|
|
--base01: #edecec;
|
|
--base02: #c0c0c0;
|
|
--base03: #808080;
|
|
--base04: #707070;
|
|
--base05: #404040;
|
|
--base06: #2b2b2b;
|
|
--base07: #0d0d0d;
|
|
--base08: #c41a15;
|
|
--base09: #eb8500;
|
|
--base0A: #826b28;
|
|
--base0B: #007400;
|
|
--base0C: #318495;
|
|
--base0D: #0000ff;
|
|
--base0E: #a90d91;
|
|
--base0F: #826b28;
|
|
}
|