mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 22:29:06 +01:00
btop: Use different dark theme
This commit is contained in:
parent
b57eae3d3f
commit
1d1709e1ba
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.color_theme =
|
settings.color_theme =
|
||||||
{
|
{
|
||||||
dark = "adwaita-dark";
|
dark = "Default";
|
||||||
light = "adwaita";
|
light = "adwaita";
|
||||||
}
|
}
|
||||||
.${config.custom.theme};
|
.${config.custom.theme};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue