structural-rework #1
1 changed files with 2 additions and 1 deletions
|
@ -7,11 +7,12 @@
|
||||||
truecolor = true;
|
truecolor = true;
|
||||||
vim_keys = true;
|
vim_keys = true;
|
||||||
rounded_corners = true;
|
rounded_corners = true;
|
||||||
|
proc_gradient = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
xdg.configFile."btop/themes/nix-colors".text = ''
|
xdg.configFile."btop/themes/nix-colors".text = ''
|
||||||
# Main background, empty for terminal default, need to be empty if you want transparent background
|
# 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
|
# Main text color
|
||||||
theme[main_fg]="#${config.colorScheme.colors.base05}"
|
theme[main_fg]="#${config.colorScheme.colors.base05}"
|
||||||
|
|
Loading…
Reference in a new issue