1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-23 22:24:51 +02:00

Allow hex theme colors

This commit is contained in:
mjarkk
2021-07-25 12:18:10 +02:00
parent c005b0d92b
commit 4fca89bc52
3 changed files with 97 additions and 1 deletions

View File

@@ -252,7 +252,8 @@ os:
For color attributes you can choose an array of attributes (with max one color attribute)
The available attributes are:
- default
**Colors**
- black
- red
- green
@@ -261,7 +262,12 @@ The available attributes are:
- magenta
- cyan
- white
- '#ff00ff' # can't be used on text
**Modifiers**
- bold
- default
- reverse # useful for high-contrast
- underline