diff --git a/src/fixations/additions/accents/apple.scss b/src/fixations/additions/accents/apple.scss index 817bed7..d5e9c6a 100644 --- a/src/fixations/additions/accents/apple.scss +++ b/src/fixations/additions/accents/apple.scss @@ -3,7 +3,7 @@ --accent-hover: rgba(251,185,56); --accent-selected: rgba(246,129,41); --accent-buttons: rgba(150,56,146); - --accent-focused: rgb(2150, 56, 146, 0.200); + --accent-focused: rgb(215, 56, 146, 0.200); } .clickable-ZD7xvu .icon-2xnN2Y, .linkButtonIcon-7rsZcu { color: rgb(224,54,60) !important; @@ -22,4 +22,4 @@ } .buttonWrapper-3YFQGJ { color: var(--accent); - } \ No newline at end of file + } diff --git a/src/fixations/additions/accents/joker.scss b/src/fixations/additions/accents/joker.scss new file mode 100644 index 0000000..ec5c271 --- /dev/null +++ b/src/fixations/additions/accents/joker.scss @@ -0,0 +1,6 @@ +:root { + --accent: rgba(179, 48, 255, 0.809); + --accent-hover: rgba(53, 255, 70, 0.788); + --accent-selected: rgb(53, 255, 70, 0.788); + --accent-focused: rgba(136, 43, 228, 0.261); + } diff --git a/src/fixations/additions/accents/pluto.scss b/src/fixations/additions/accents/pluto.scss new file mode 100644 index 0000000..81b196a --- /dev/null +++ b/src/fixations/additions/accents/pluto.scss @@ -0,0 +1,7 @@ +:root { + --accent: rgb(170, 150, 120); + --accent-hover: rgba(149, 194, 203, 0.6); + --accent-buttons: rgba(149, 194, 203, 0.4); + --accent-selected: rgba(245, 92, 4, 0.829); + --accent-focused: rgba(67, 65, 121, 0.4); + }