summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 075c85b4..9863d656 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,12 +15,17 @@ CHANGELOG
sleep 0.01
done'
```
-- Extended color specification: supports text styles
+- Updated `--color` option to support text styles
- `regular` / `bold` / `dim` / `underline` / `italic` / `reverse` / `blink`
```sh
+ # * Set -1 to keep the original color
+ # * Multiple style attributes can be combined
+ # * Italic style may not be supported by some terminals
rg --line-number --no-heading --color=always "" |
fzf --ansi --prompt "Rg: " \
- --color fg+:italic,hl:underline:-1,hl+:reverse:-1,prompt:reverse
+ --color fg+:italic,hl:underline:-1,hl+:underline:reverse:-1 \
+ --color pointer:underline:reverse,prompt:reverse \
+ --pointer ' '
```
- To indicate if `--multi` mode is enabled, fzf will print the number of
selected items even when no item is selected