mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-24 16:11:04 +00:00
Add hex colours to colour attribute docs
This brings the docs into line with the lazygit docs.
This commit is contained in:
parent
06ab7b77b1
commit
5ce49318b9
1 changed files with 8 additions and 0 deletions
|
|
@ -102,6 +102,8 @@ stats:
|
||||||
For color attributes you can choose an array of attributes (with max one color attribute)
|
For color attributes you can choose an array of attributes (with max one color attribute)
|
||||||
The available attributes are:
|
The available attributes are:
|
||||||
|
|
||||||
|
**Colors**
|
||||||
|
|
||||||
- default
|
- default
|
||||||
- black
|
- black
|
||||||
- red
|
- red
|
||||||
|
|
@ -111,9 +113,15 @@ The available attributes are:
|
||||||
- magenta
|
- magenta
|
||||||
- cyan
|
- cyan
|
||||||
- white
|
- white
|
||||||
|
- '#ff00ff'
|
||||||
|
|
||||||
|
**Modifiers**
|
||||||
|
|
||||||
- bold
|
- bold
|
||||||
|
- default
|
||||||
- reverse # useful for high-contrast
|
- reverse # useful for high-contrast
|
||||||
- underline
|
- underline
|
||||||
|
- strikethrough
|
||||||
|
|
||||||
## Custom Commands
|
## Custom Commands
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue