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

12 lines
246 B
CSS

:root {
--background-color: #1a1b26;
--foreground-color: #c0caf5;
--color-one: #32364a;
--color-two: #a9b1d6;
--color-three: #5a5bb8;
--color-four: #6b7089;
--color-five: #e2afff;
--color-six: #a9a1e1;
--color-seven: #988bc7;
}