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
|
/* PhD by Hennig Hasemann (http://leetless.de/vim.html) */
|
||
|
|
||
|
:root {
|
||
|
--base00: #061229;
|
||
|
--base01: #2a3448;
|
||
|
--base02: #4d5666;
|
||
|
--base03: #717885;
|
||
|
--base04: #9a99a3;
|
||
|
--base05: #b8bbc2;
|
||
|
--base06: #dbdde0;
|
||
|
--base07: #ffffff;
|
||
|
--base08: #d07346;
|
||
|
--base09: #f0a000;
|
||
|
--base0A: #fbd461;
|
||
|
--base0B: #99bf52;
|
||
|
--base0C: #72b9bf;
|
||
|
--base0D: #5299bf;
|
||
|
--base0E: #9989cc;
|
||
|
--base0F: #b08060;
|
||
|
}
|