0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00
websurfx/public/static/colorschemes/one-dark.css
2023-07-06 18:58:22 +05:30

12 lines
246 B
CSS

:root {
--background-color: #282c34;
--foreground-color: #abb2bf;
--color-one: #3b4048;
--color-two: #a3be8c;
--color-three: #b48ead;
--color-four: #c8ccd4;
--color-five: #e06c75;
--color-six: #61afef;
--color-seven: #be5046;
}