From bcf09d813ab39446d5aba3e6f5aaedee38867530 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 18 May 2025 21:19:01 +0200 Subject: [PATCH] Fix theme reference --- configs/btop.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/btop.conf b/configs/btop.conf index 84b44d1..9200b8f 100644 --- a/configs/btop.conf +++ b/configs/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 = "Tokyo Night" +color_theme = "tokyo-night" #* If the theme set background should be shown, set to False if you want terminal background transparency. theme_background = True