Theme updates (#12373)

* remove hideous and ugly themes

* incorporate dei into ui design

* neutral as a theme color

* high contrast theme adjustments

* color tweaks
This commit is contained in:
Josh Hawkins
2024-07-10 07:04:02 -05:00
committed by GitHub
parent d2f88491b1
commit c2824d153e
15 changed files with 228 additions and 254 deletions

View File

@@ -39,6 +39,12 @@
--secondary-highlight: hsl(0, 0%, 94%);
--secondary-highlight: 0 0% 94%;
--neutral: hsl(0, 0%, 45.1%);
--neutral: 0 0% 45.1%;
--neutral_variant: hsl(0, 0%, 32.2%);
--neutral_variant: 0 0% 32.2%;
--muted: hsl(210, 40%, 96.1%);
--muted: 210 40% 96.1%;
@@ -137,6 +143,12 @@
--secondary-highlight: hsl(0, 0%, 25%);
--secondary-highlight: 0 0% 25%;
--neutral: hsl(0, 0%, 45.1%);
--neutral: 0 0% 45.1%;
--neutral_variant: hsl(0, 0%, 32.2%);
--neutral_variant: 0 0% 32.2%;
--muted: hsl(0, 0%, 12%);
--muted: 0 0% 12%;