mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
21 lines
378 B
CSS
21 lines
378 B
CSS
/* Primer Dark by Jimmy Lin */
|
|
|
|
:root {
|
|
--base00: #010409;
|
|
--base01: #21262d;
|
|
--base02: #30363d;
|
|
--base03: #484f58;
|
|
--base04: #8b949e;
|
|
--base05: #b1bac4;
|
|
--base06: #c9d1d9;
|
|
--base07: #f0f6fc;
|
|
--base08: #ff7b72;
|
|
--base09: #f0883e;
|
|
--base0A: #d29922;
|
|
--base0B: #3fb950;
|
|
--base0C: #a5d6ff;
|
|
--base0D: #58a6ff;
|
|
--base0E: #f778ba;
|
|
--base0F: #bd561d;
|
|
}
|