浏览代码

docs(config): add comment explaining style structure

ayn2op 11 月之前
父节点
当前提交
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" }