diff options
author | Kyohei Uto <im@kyoheiu.dev> | 2023-10-30 04:47:41 +0900 |
---|---|---|
committer | Kyohei Uto <im@kyoheiu.dev> | 2023-10-30 04:47:41 +0900 |
commit | 8738fcc8196ab75858702080c0620bb819dfe2f7 (patch) | |
tree | d9afac4d4b9a6686fde060c62e1b51555e8b7dd6 /README.md | |
parent | 41819d9889a7e4c4bd1eeb1803e22c35d60f5f47 (diff) |
Add example for Rgb and AnsiValue
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |