Just a small addition of the purple accent color in macOS (#36)

This commit is contained in:
Patlen123
2023-04-12 12:17:31 -05:00
committed by GitHub
parent 9f2cf989e5
commit 178f7dd8c6
+6
View File
@@ -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);
}