surfx / public /static /colorschemes /gruvbox-dark.css
neon_arch
add more colorschemes, fix tests and improve documentation
71fae8b
raw
history blame
156 Bytes
:root {
--bg: #282828;
--fg: #ebdbb2;
--1: #cc241d;
--2: #98971a;
--3: #d79921;
--4: #458588;
--5: #b16286;
--6: #689d6a;
--7: #ffffff;
}