diff options
Diffstat (limited to 'btop/btop.conf')
| -rw-r--r-- | btop/btop.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/btop/btop.conf b/btop/btop.conf index d7e16e5..0c9bd91 100644 --- a/btop/btop.conf +++ b/btop/btop.conf @@ -2,10 +2,10 @@ #* 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 = "/usr/share/btop/themes/gruvbox_dark_v2.theme" +color_theme = "TTY" #* If the theme set background should be shown, set to False if you want terminal background transparency. -theme_background = False +theme_background = True #* Sets if 24-bit truecolor should be used, will convert 24-bit colors to 256 color (6x6x6 color cube) if false. truecolor = True |
