mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 23:11:34 +01:00
Switch terminal light theme
This commit is contained in:
parent
859b016779
commit
55fefe17a5
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
theme =
|
theme =
|
||||||
{
|
{
|
||||||
dark = "Default";
|
dark = "Default";
|
||||||
light = "Adwaita light";
|
light = "GitHub Light";
|
||||||
}
|
}
|
||||||
."${config.myConfig.de.theme}";
|
."${config.myConfig.de.theme}";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue