Pārlūkot izejas kodu

fix(config): use default foreground instead for guildsTree

ayn2op 10 mēneši atpakaļ
vecāks
revīzija
519d0276c3
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  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