dark less blue

This commit is contained in:
mbecker20
2024-05-12 19:39:23 -07:00
parent ef4ae4c5f2
commit de5502aec7

View File

@@ -70,32 +70,32 @@
LIT: 6.2%, 11.2%, 20.2%, 40.2%, 60.2%, 80.2% 90.2%, 98.2%
*/
.dark {
--background: 220.1 40.1% 6.2%;
--foreground: 220.1 40.1% 98.2%;
--background: 220.1 20.1% 6.2%;
--foreground: 220.1 20.1% 98.2%;
--card: 220.1 40.1% 8.2%;
--card-foreground: 220.1 40.1% 98.2%;
--card: 220.1 20.1% 8.2%;
--card-foreground: 220.1 20.1% 98.2%;
--popover: 220.1 40.1% 6.2%;
--popover-foreground: 220.1 40.1% 98.2%;
--popover: 220.1 20.1% 6.2%;
--popover-foreground: 220.1 20.1% 98.2%;
--primary: 220.1 40.1% 98.2%;
--primary-foreground: 220.1 40.1% 11.2%;
--primary: 220.1 20.1% 98.2%;
--primary-foreground: 220.1 20.1% 11.2%;
--secondary: 220.1 40.1% 20.2%;
--secondary-foreground: 220.1 40.1% 98.2%;
--secondary: 220.1 20.1% 20.2%;
--secondary-foreground: 220.1 20.1% 98.2%;
--muted: 220.1 40.1% 20.2%;
--muted: 220.1 20.1% 20.2%;
--muted-foreground: 220.1 20.1% 60.2;
--accent: 220.1 40.1% 20.2%;
--accent-foreground: 220.1 40.1% 98.2%;
--accent: 220.1 20.1% 20.2%;
--accent-foreground: 220.1 20.1% 98.2%;
--destructive: 0 60.1% 30.6%;
--destructive-foreground: 220.1 40.1% 98.2%;
--destructive-foreground: 220.1 20.1% 98.2%;
--border: 220.1 40.1% 17.2%;
--input: 220.1 40.1% 15.2%;
--ring: 220.1 40.1% 80.2%;
--border: 220.1 20.1% 17.2%;
--input: 220.1 20.1% 15.2%;
--ring: 220.1 20.1% 80.2%;
}
}