Remove btop base16 background color
btop wouldnt be transparent otherwise
This commit is contained in:
parent
c2a910524c
commit
744c486e83
1 changed files with 2 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue