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-07 15:12:43 -07:00

12 lines
249 B
CSS

:root {
--background-color: #002b36;
--foreground-color: #c9e0e6;
--color-one: #073642;
--color-two: #2AA198ff;
--color-three: #2AA198ff;
--color-four: #EEE8D5ff;
--color-five: #268bd2;
--color-six: #d33682;
--color-seven: #fff;
}