Эх сурвалжийг харах

config: colorize active border by default

ayn2op 9 сар өмнө
parent
commit
0b40c3d98e

+ 4 - 4
internal/config/config.toml

@@ -105,18 +105,18 @@ down = "Down"
 alignment = "left" # `"left"`, `"center"`, or `"right"`.
 
 normal_style = { attributes = "dim" }
-active_style = { attributes = "bold" }
+active_style = { foreground = "green", attributes = "bold" }
 
 [theme.border]
 enabled = true
 padding = [0, 0, 1, 1] # [top, bottom, left, right]
 
 normal_style = { attributes = "dim" }
-active_style = { attributes = "bold" }
+active_style = { foreground = "green", attributes = "bold" }
 
 # `"hidden"`, `"plain"`, `"round"`, `"thick"`, or `"double"`.
-normal_set = "plain"
-active_set = "thick"
+normal_set = "round"
+active_set = "round"
 
 [theme.guilds_tree]
 auto_expand_folders = true