surfx / public /static /colorschemes /solarized-dark.css
neon_arch
add more colorschemes, fix tests and improve documentation
71fae8b
raw
history blame
156 Bytes
:root {
--bg: #002b36;
--fg: #839496;
--1: #073642;
--2: #dc322f;
--3: #859900;
--4: #b58900;
--5: #268bd2;
--6: #d33682;
--7: #ffffff;
}