🎨 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"
|
||||
theme:
|
||||
activeBorderColor:
|
||||
- "#a6da95" # Green
|
||||
- "#a6da95"
|
||||
- bold
|
||||
inactiveBorderColor:
|
||||
- "#cad3f5" # Text
|
||||
- "#a5adcb"
|
||||
optionsTextColor:
|
||||
- "#8aadf4" # Blue
|
||||
- "#8aadf4"
|
||||
selectedLineBgColor:
|
||||
- "#363a4f" # Surface0
|
||||
- "#363a4f"
|
||||
cherryPickedCommitBgColor:
|
||||
- "#8bd5ca" # Teal
|
||||
- "#494d64"
|
||||
cherryPickedCommitFgColor:
|
||||
- "#8aadf4" # Blue
|
||||
- "#b7bdf8"
|
||||
unstagedChangesColor:
|
||||
- red # Red
|
||||
- "#ed8796"
|
||||
defaultFgColor:
|
||||
- "#cad3f5"
|
||||
searchingActiveBorderColor:
|
||||
- "#eed49f"
|
||||
commitLength:
|
||||
show: true
|
||||
mouseEvents: true
|
||||
|
|
Loading…
Add table
Reference in a new issue