From cc7d4eabcb6d56fcfe10fd9e14899d2a13381f9a Mon Sep 17 00:00:00 2001 From: Jakub Trzeciak Date: Wed, 20 Sep 2023 23:02:16 +0200 Subject: aaaa... --- lux-theme.css | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/lux-theme.css b/lux-theme.css index 8d6f808..4482c33 100644 --- a/lux-theme.css +++ b/lux-theme.css @@ -1,26 +1,26 @@ :root { - --fuck-00: #181926; - --fuck-01: #232434; - --fuck-02: #383949; - --fuck-03: #4a4d5c; - --fuck-04: #9ca7b2; - --fuck-05: #bcc2c3; - --fuck-06: #eceadd; - --fuck-07: #f1f1f1; - --fuck-08: #e32929; - --fuck-09: #ff920d; - --fuck-0A: #bdcc27; - --fuck-0B: #11c842; - --fuck-0C: #55c8b9; - --fuck-0D: #1984db; - --fuck-0E: #af18db; - --fuck-0F: #9d4e0e; - --fuck-10: #202031; - --fuck-11: #090618; - --fuck-12: #d94545; - --fuck-13: #bac455; - --fuck-14: #50c76f; - --fuck-15: #61b5aa; - --fuck-16: #609aca; - --fuck-17: #ba5ac9; + --base-00: #181926; + --base-01: #232434; + --base-02: #383949; + --base-03: #4a4d5c; + --base-04: #9ca7b2; + --base-05: #bcc2c3; + --base-06: #eceadd; + --base-07: #f1f1f1; + --base-08: #e32929; + --base-09: #ff920d; + --base-0A: #bdcc27; + --base-0B: #11c842; + --base-0C: #55c8b9; + --base-0D: #1984db; + --base-0E: #af18db; + --base-0F: #9d4e0e; + --base-10: #202031; + --base-11: #090618; + --base-12: #d94545; + --base-13: #bac455; + --base-14: #50c76f; + --base-15: #61b5aa; + --base-16: #609aca; + --base-17: #ba5ac9; } -- cgit v1.2.3