mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
406 B
CSS
21 lines
406 B
CSS
|
/* Google Light by Seth Wright (http://sethawright.com) */
|
||
|
|
||
|
:root {
|
||
|
--base00: #ffffff;
|
||
|
--base01: #e0e0e0;
|
||
|
--base02: #c5c8c6;
|
||
|
--base03: #b4b7b4;
|
||
|
--base04: #969896;
|
||
|
--base05: #373b41;
|
||
|
--base06: #282a2e;
|
||
|
--base07: #1d1f21;
|
||
|
--base08: #CC342B;
|
||
|
--base09: #F96A38;
|
||
|
--base0A: #FBA922;
|
||
|
--base0B: #198844;
|
||
|
--base0C: #3971ED;
|
||
|
--base0D: #3971ED;
|
||
|
--base0E: #A36AC7;
|
||
|
--base0F: #3971ED;
|
||
|
}
|