rootdo/themes/risotto/static/css/palettes/hardcore-base16.css

20 lines
370 B
CSS
Raw Normal View History

2024-10-04 12:44:59 +00:00
/* rootdo */
:root {
--base00: #212121;
--base01: #303030;
--base02: #353535;
--base03: #4A4A4A;
--base04: #707070;
--base05: #cdcdcd;
--base06: #e5e5e5;
--base07: #ffffff;
--base08: #f92672;
--base09: #fd971f;
--base0A: #e6db74;
--base0B: #a6e22e;
--base0C: #708387;
--base0D: #66d9ef;
--base0E: #9e6ffe;
--base0F: #e8b882;
}