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-light.css

12 lines
246 B
CSS
Raw Normal View History

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