Create purple.css

This commit is contained in:
Vozer
2023-04-12 12:18:24 -05:00
committed by GitHub
parent 9fceb7c30c
commit b90259c9ee
@@ -0,0 +1,6 @@
:root {
--accent: rgb(189, 3, 171);
--accent-hover: rgba(189, 3, 171, 0.977);
--accent-selected: rgb(189, 3, 171, 0.612);
--accent-focused: rgb(189, 3, 171, 0.200);
}