summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2023-10-30 04:47:41 +0900
committerKyohei Uto <im@kyoheiu.dev>2023-10-30 04:47:41 +0900
commit8738fcc8196ab75858702080c0620bb819dfe2f7 (patch)
treed9afac4d4b9a6686fde060c62e1b51555e8b7dd6 /README.md
parent41819d9889a7e4c4bd1eeb1803e22c35d60f5f47 (diff)
Add example for Rgb and AnsiValue
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1b08ca3..2eb2424 100644
--- a/README.md
+++ b/README.md
@@ -265,3 +265,14 @@ log files : $PROFILE\AppData\Local\felix\log
```
For more details, visit https://kyoheiu.dev/felix.
+
+### About `Rgb` and `AnsiValue`
+You can configure these colors like this:
+```
+color:
+ dir_fg: LightCyan
+ file_fg: !AnsiValue 120
+ symlink_fg: LightYellow
+ dirty_fg: !Rgb [124, 30, 40]
+```
+cf: https://docs.rs/serde_yaml/latest/serde_yaml/#using-serde-derive