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

12 lines
246 B
CSS
Raw Normal View History

2023-05-31 07:20:13 -04:00
: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;
2023-05-31 07:20:13 -04:00
}