Prechádzať zdrojové kódy

config: use plain and thick borders for normal and active border set, respectively

ayn2op 9 mesiacov pred
rodič
commit
aad29d0d71
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      internal/config/config.toml

+ 2 - 2
internal/config/config.toml

@@ -115,8 +115,8 @@ padding = [0, 0, 1, 1]                 # [top, bottom, left, right]
 normal_style = { attributes = "dim" }
 active_style = { attributes = "bold" }
 # `"hidden"`, `"plain"`, `"round"`, `"thick"`, or `"double"`.
-normal_set = "hidden"
-active_set = "round"
+normal_set = "plain"
+active_set = "thick"
 
 [theme.guilds_tree]
 auto_expand_folders = true