diff --git a/src/fixations/additions/accents/green.css b/src/fixations/additions/accents/green.css new file mode 100644 index 0000000..bda4a43 --- /dev/null +++ b/src/fixations/additions/accents/green.css @@ -0,0 +1,6 @@ +:root { + --accent: rgb(93, 181, 76); + --accent-hover: rgba(93, 181, 76, 0.977); + --accent-selected: rgb(93, 181, 76, 0.612); + --accent-focused: rgb(93, 181, 76, 0.200); +}