Switch terminal light theme

This commit is contained in:
SebastianStork 2024-04-30 21:22:15 +02:00
parent 859b016779
commit 55fefe17a5

View file

@ -20,7 +20,7 @@
theme = theme =
{ {
dark = "Default"; dark = "Default";
light = "Adwaita light"; light = "GitHub Light";
} }
."${config.myConfig.de.theme}"; ."${config.myConfig.de.theme}";
}; };