Browse Source

fix(config): use default foreground instead for guildsTree

ayn2op 10 tháng trước cách đây
mục cha
commit
519d0276c3
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      internal/config/config.toml

+ 3 - 3
internal/config/config.toml

@@ -125,9 +125,9 @@ auto_expand_folders = true
 # Give tree-like shape
 graphics = true
 graphics_color = "default"
-private_channel_style = { foreground = "white", background = "default" }
-guild_style = { foreground = "white", background = "default" }
-channel_style = { foreground = "white", background = "default" }
+private_channel_style = { foreground = "default", background = "default" }
+guild_style = { foreground = "default", background = "default" }
+channel_style = { foreground = "default", background = "default" }
 
 [theme.messages_text]
 # Set to false to show messages with usernames instead of nicknames