rainbow-fe/static/themes/purple.css

12 lines
183 B
CSS
Raw Normal View History

2022-04-23 17:37:15 +00:00
:root {
--col-bg-0: #18161d;
--col-bg-1: #221e28;
--col-fg-0: #f2ecff;
--col-fg-1: #ae96cc;
--col-fg-2: #85739a;
--col-accent-0: #e3cdff;
--col-accent-1: #cda6ff;
}