mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
Add hex color option
Works in my environment. Applied identical modifier section as in lazygit's config docs, since options are identical.
This commit is contained in:
parent
17fcdb2b20
commit
ed6515a5cb
1 changed files with 5 additions and 0 deletions
|
|
@ -87,7 +87,12 @@ 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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue