mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 15:28:12 -05:00
21 lines
379 B
CSS
21 lines
379 B
CSS
/* Primer Light by Jimmy Lin */
|
|
|
|
:root {
|
|
--base00: #f6f8fa;
|
|
--base01: #d0d7de;
|
|
--base02: #afb8c1;
|
|
--base03: #8c959f;
|
|
--base04: #424a53;
|
|
--base05: #32383f;
|
|
--base06: #24292f;
|
|
--base07: #1b1f24;
|
|
--base08: #cf222e;
|
|
--base09: #bc4c00;
|
|
--base0A: #9a6700;
|
|
--base0B: #1a7f37;
|
|
--base0C: #54aeff;
|
|
--base0D: #0969da;
|
|
--base0E: #bf3989;
|
|
--base0F: #762c00;
|
|
}
|