summaryrefslogtreecommitdiffstats
path: root/config.yaml
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2023-10-22 06:20:17 +0900
committerKyohei Uto <im@kyoheiu.dev>2023-10-22 06:20:17 +0900
commitd809c6d94245712980d3e523863986b528bc4ca9 (patch)
treef6a41b5ea12c067b4d0eb09223ad5ba654b62262 /config.yaml
parentc63dc45224f919dcf55304b30e436cfdee041c33 (diff)
Update config example
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.yaml b/config.yaml
index 7e3963c..c56aec8 100644
--- a/config.yaml
+++ b/config.yaml
@@ -36,8 +36,9 @@
# LightWhite // 15
# Rgb(u8, u8, u8)
# AnsiValue(u8)
-# Default to LightCyan(dir), LightWhite(file), and LightYellow(symlink).
+# Default to LightCyan(dir), LightWhite(file), LightYellow(symlink) and Red(changed/untracked files in git repositories).
# color:
# dir_fg: LightCyan
# file_fg: LightWhite
# symlink_fg: LightYellow
+# dirty_fg: Red