Просмотр исходного кода

docs(config): add comment explaining style structure

ayn2op 11 месяцев назад
Родитель
Сommit
6f1e49e3e9
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      internal/config/config.toml

+ 1 - 0
internal/config/config.toml

@@ -95,6 +95,7 @@ background_color = "default"
 
 [theme.title]
 alignment = "left"
+# style supports foreground and background.
 style = { foreground = "default" }
 active_style = { foreground = "green" }