diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-27 13:14:16 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-27 13:14:16 +0100 |
commit | 4bc391a9c0f27ad6b365e0144dd24a06d839b644 (patch) | |
tree | 621b7688db31ea87eef395b8bc9c65369b639b03 /config/common/btop | |
parent | 4a82985dc53b3b66e94feac111e5613d698dcba0 (diff) |
set default color scheme to tty
Diffstat (limited to 'config/common/btop')
-rw-r--r-- | config/common/btop/btop.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/common/btop/btop.conf b/config/common/btop/btop.conf index 2e6d928..7affea4 100644 --- a/config/common/btop/btop.conf +++ b/config/common/btop/btop.conf @@ -2,7 +2,7 @@ #* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" -color_theme = "Default" +color_theme = "TTY" #* If the theme set background should be shown, set to False if you want terminal background transparency. theme_background = True |