0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 14:32:52 -04:00
websurfx/public/static/colorschemes/dracula.css
2023-11-21 20:30:47 +00:00

12 lines
240 B
CSS

:root {
--background-color: #44475a;
--foreground-color: #8be9fd;
--color-one: #f55;
--color-two: #50fa7b;
--color-three: #ffb86c;
--color-four: #bd93f9;
--color-five: #ff79c6;
--color-six: #94a3a5;
--color-seven: #fff;
}