0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 05:58:21 -05:00
websurfx/public/static/colorschemes/monokai.css
2023-07-06 18:58:22 +05:30

12 lines
246 B
CSS

:root {
--background-color: #403e41;
--foreground-color: #fcfcfa;
--color-one: #ff6188;
--color-two: #a9dc76;
--color-three: #ffd866;
--color-four: #fc9867;
--color-five: #ab9df2;
--color-six: #78dce8;
--color-seven: #ffffff;
}