0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00
websurfx/public/static/colorschemes/solarized-dark.css
2023-07-06 18:58:22 +05:30

12 lines
246 B
CSS

:root {
--background-color: #002b36;
--foreground-color: #839496;
--color-one: #073642;
--color-two: #dc322f;
--color-three: #859900;
--color-four: #b58900;
--color-five: #268bd2;
--color-six: #d33682;
--color-seven: #ffffff;
}