0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 22:42:53 -04:00
websurfx/public/static/colorschemes/dark-chocolate.css

12 lines
176 B
CSS
Raw Normal View History

2023-05-31 07:21:00 -04:00
:root {
--bg: #000000;
--fg: #ffffff;
--1: #121212;
--2: #808080;
--3: #999999;
--4: #666666;
--5: #bfbfbf;
--6: #e0e0e0;
--7: #555555;
}