From e8e4b1569a2874c83d8d07aaf42e477a4b40f45f Mon Sep 17 00:00:00 2001 From: Vozer <76500838+SlippingGitty@users.noreply.github.com> Date: Sun, 29 Jan 2023 21:37:56 -0600 Subject: [PATCH] Create green.css --- src/fixations/additions/accents/green.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/fixations/additions/accents/green.css 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); +}