0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 14:32:52 -04:00
websurfx/public/static/colorschemes/solarized-light.css

12 lines
249 B
CSS
Raw Normal View History

:root {
2023-07-06 19:15:36 -04:00
--background-color: #EEE8D5ff;
--foreground-color: #b1ab97;
2023-07-06 19:15:36 -04:00
--color-one: #fdf6e3;
--color-two: #DC322Fff;
--color-three: #586E75ff;
--color-four: #b58900;
--color-five: #268bd2;
--color-six: #d33682;
2023-07-06 19:15:36 -04:00
--color-seven: #fff;
}