diff --git a/src/fixations/additions/accents/purple.css b/src/fixations/additions/accents/purple.css new file mode 100644 index 0000000..02b1f99 --- /dev/null +++ b/src/fixations/additions/accents/purple.css @@ -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); + }