🎨 ux(lazygit): change theme colors

This commit is contained in:
Sergio Laín 2024-05-29 21:08:48 +02:00
parent c208de6c0d
commit 9733dfd4c7
No known key found for this signature in database
GPG key ID: FB00AF7015FFE76B

View file

@ -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