Remove btop base16 background color

btop wouldnt be transparent otherwise
This commit is contained in:
GHOSCHT 2023-12-27 22:48:37 +01:00
parent c2a910524c
commit 744c486e83
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -7,11 +7,12 @@
truecolor = true;
vim_keys = true;
rounded_corners = true;
proc_gradient = false;
};
};
xdg.configFile."btop/themes/nix-colors".text = ''
# Main background, empty for terminal default, need to be empty if you want transparent background
theme[main_bg]="#${config.colorScheme.colors.base00}"
# theme[main_bg]="#${config.colorScheme.colors.base00}"
# Main text color
theme[main_fg]="#${config.colorScheme.colors.base05}"