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

12 lines
247 B
CSS
Raw Normal View History

:root {
2023-07-06 19:15:36 -04:00
--background-color: #49483Eff;
--foreground-color: #FFB269;
--color-one: #272822ff;
--color-two: #61AFEF;
--color-three: #ffd866;
--color-four: #fc9867;
--color-five: #ab9df2;
--color-six: #78dce8;
2023-11-21 15:30:47 -05:00
--color-seven: #fff;
}