lazygit: improve selection colors

This commit is contained in:
nicolas 2024-01-21 10:35:23 +01:00
parent 59acd798cf
commit c25eb6d104
2 changed files with 24 additions and 3 deletions

View File

@ -7,7 +7,7 @@ color = "#A440B5"
index = 17
[colors.bright]
black = "#352c24"
black = "#d3c7bb"
blue = "#2848a9"
cyan = "#287980"
green = "#396847"
@ -21,7 +21,7 @@ cursor = "#824d5b"
text = "#f6f2ee"
[colors.dim]
black = "#352c24"
black = "#d3c7bb"
blue = "#2848a9"
cyan = "#287980"
green = "#396847"
@ -39,7 +39,7 @@ background = "#AC5402"
foreground = "#f6f2ee"
[colors.normal]
black = "#352c24"
black = "#d3c7bb"
blue = "#2848a9"
cyan = "#287980"
green = "#396847"

View File

@ -11,3 +11,24 @@ git:
gui:
showIcons: true
nerdFontsVersion: "3"
theme:
selectedRangeBgColor:
- black
activeBorderColor:
- green
- bold
searchingActiveBorderColor:
- cyan
- bold
optionsTextColor:
- black
selectedLineBgColor:
- black
cherryPickedCommitBgColor:
- black
cherryPickedCommitFgColor:
- blue
unstagedChangesColor:
- red
defaultFgColor:
- default