mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-22 21:05:00 +00:00
Update README.md
This commit is contained in:
parent
a1792ea196
commit
189be87e58
19
README.md
19
README.md
@ -79,6 +79,7 @@ NOTE: for changes to take effect, you'll need to source again your `.tmux.conf`
|
|||||||
* [@thumbs-hint-bg-color](#thumbs-hint-bg-color)
|
* [@thumbs-hint-bg-color](#thumbs-hint-bg-color)
|
||||||
* [@thumbs-hint-fg-color](#thumbs-hint-fg-color)
|
* [@thumbs-hint-fg-color](#thumbs-hint-fg-color)
|
||||||
* [@thumbs-select-fg-color](#thumbs-select-fg-color)
|
* [@thumbs-select-fg-color](#thumbs-select-fg-color)
|
||||||
|
* [@thumbs-select-bg-color](#thumbs-select-bg-color)
|
||||||
* [@thumbs-contrast](#thumbs-contrast)
|
* [@thumbs-contrast](#thumbs-contrast)
|
||||||
|
|
||||||
### @thumbs-key
|
### @thumbs-key
|
||||||
@ -192,7 +193,7 @@ set -g @thumbs-bg-color blue
|
|||||||
|
|
||||||
`default: green`
|
`default: green`
|
||||||
|
|
||||||
Sets the foregroud color for matches
|
Sets the foreground color for matches
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
@ -216,7 +217,7 @@ set -g @thumbs-hint-bg-color blue
|
|||||||
|
|
||||||
`default: yellow`
|
`default: yellow`
|
||||||
|
|
||||||
Sets the foregroud color for hints
|
Sets the foreground color for hints
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
@ -228,7 +229,7 @@ set -g @thumbs-hint-fg-color green
|
|||||||
|
|
||||||
`default: blue`
|
`default: blue`
|
||||||
|
|
||||||
Sets the foregroud color for selection
|
Sets the foreground color for selection
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
@ -236,6 +237,18 @@ For example:
|
|||||||
set -g @thumbs-select-fg-color red
|
set -g @thumbs-select-fg-color red
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### @thumbs-select-bg-color
|
||||||
|
|
||||||
|
`default: black`
|
||||||
|
|
||||||
|
Sets the background color for selection
|
||||||
|
|
||||||
|
For example:
|
||||||
|
|
||||||
|
```
|
||||||
|
set -g @thumbs-select-bg-color red
|
||||||
|
```
|
||||||
|
|
||||||
### @thumbs-contrast
|
### @thumbs-contrast
|
||||||
|
|
||||||
`default: 0`
|
`default: 0`
|
||||||
|
Loading…
Reference in New Issue
Block a user