From 73fb9eaf461d40574e536f06c9cb52cda3074054 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 18 May 2025 21:03:35 +0200 Subject: [PATCH] Make sure default theme is Tokyo Night for first run --- configs/btop.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/btop.conf b/configs/btop.conf index e5eb82d..84b44d1 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 = "Default" +color_theme = "Tokyo Night" #* If the theme set background should be shown, set to False if you want terminal background transparency. theme_background = True @@ -242,4 +242,4 @@ custom_gpu_name3 = "" custom_gpu_name4 = "" #* Custom gpu5 model name, empty string to disable. -custom_gpu_name5 = "" \ No newline at end of file +custom_gpu_name5 = ""