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

12 lines
245 B
CSS
Raw Normal View History

:root {
--background-color: #1b2b34;
--foreground-color: #d8dee9;
--color-one: #343d46;
2023-07-06 19:15:36 -04:00
--color-two: #5FB3B3ff;
--color-three: #69Cf;
--color-four: #99c794;
--color-five: #69c;
--color-six: #c594c5;
2023-07-06 19:15:36 -04:00
--color-seven: #D8DEE9ff;
}