nixos/config/lazygit/config.yml
2023-02-14 22:38:18 +00:00

27 lines
609 B
YAML

gui:
showFileTree: true
showCommandLog: false
showIcons: true
theme:
lightTheme: false
activeBorderColor:
- "#a6da95" # Green
- bold
inactiveBorderColor:
- "#cad3f5" # Text
optionsTextColor:
- "#8aadf4" # Blue
selectedLineBgColor:
- "#363a4f" # Surface0
selectedRangeBgColor:
- "#363a4f" # Surface0
cherryPickedCommitBgColor:
- "#8bd5ca" # Teal
cherryPickedCommitFgColor:
- "#8aadf4" # Blue
unstagedChangesColor:
- red # Red
promptToReturnFromSubprocess: false
# to exit immediately if run outside of the Git repository
notARepository: 'quit'