new colorscheme picking

This commit is contained in:
2022-04-13 17:09:20 +01:00
parent a8f04a0b18
commit ae9ce73739
6 changed files with 46 additions and 8 deletions

View File

@@ -1,6 +1,5 @@
@media (prefers-color-scheme: dark) {
:root {
--light: var(--gruvbox-fg);
--fg: var(--light);
--bg: var(--dark);
}