AutoYADM commit: 2024-11-16 19:13:51

This commit is contained in:
Daniel Fichtinger 2024-11-16 19:13:51 -05:00
parent b4a35ffe8c
commit 0d0160580f
3 changed files with 4 additions and 2 deletions

View file

@ -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 = "Default"
color_theme = "TTY"
#* If the theme set background should be shown, set to False if you want terminal background transparency.
theme_background = True
theme_background = False
#* Sets if 24-bit truecolor should be used, will convert 24-bit colors to 256 color (6x6x6 color cube) if false.
truecolor = True