🎨 ux(lazygit): change theme colors
This commit is contained in:
parent
c208de6c0d
commit
9733dfd4c7
1 changed files with 11 additions and 7 deletions
|
@ -11,20 +11,24 @@ gui:
|
||||||
shortTimeFormat: "3:04PM"
|
shortTimeFormat: "3:04PM"
|
||||||
theme:
|
theme:
|
||||||
activeBorderColor:
|
activeBorderColor:
|
||||||
- "#a6da95" # Green
|
- "#a6da95"
|
||||||
- bold
|
- bold
|
||||||
inactiveBorderColor:
|
inactiveBorderColor:
|
||||||
- "#cad3f5" # Text
|
- "#a5adcb"
|
||||||
optionsTextColor:
|
optionsTextColor:
|
||||||
- "#8aadf4" # Blue
|
- "#8aadf4"
|
||||||
selectedLineBgColor:
|
selectedLineBgColor:
|
||||||
- "#363a4f" # Surface0
|
- "#363a4f"
|
||||||
cherryPickedCommitBgColor:
|
cherryPickedCommitBgColor:
|
||||||
- "#8bd5ca" # Teal
|
- "#494d64"
|
||||||
cherryPickedCommitFgColor:
|
cherryPickedCommitFgColor:
|
||||||
- "#8aadf4" # Blue
|
- "#b7bdf8"
|
||||||
unstagedChangesColor:
|
unstagedChangesColor:
|
||||||
- red # Red
|
- "#ed8796"
|
||||||
|
defaultFgColor:
|
||||||
|
- "#cad3f5"
|
||||||
|
searchingActiveBorderColor:
|
||||||
|
- "#eed49f"
|
||||||
commitLength:
|
commitLength:
|
||||||
show: true
|
show: true
|
||||||
mouseEvents: true
|
mouseEvents: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue