mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00

Move theme settings under `gui` section to match latest lazygit configuration format. This aligns with the updated configuration structure introduced in recent versions. The color values remain unchanged - only the nesting structure has been modified to maintain compatibility with lazygit's configuration schema requirements.
25 lines
460 B
YAML
25 lines
460 B
YAML
gui:
|
|
theme:
|
|
activeBorderColor:
|
|
- '#8bd5ca'
|
|
- bold
|
|
inactiveBorderColor:
|
|
- '#a5adcb'
|
|
optionsTextColor:
|
|
- '#8aadf4'
|
|
selectedLineBgColor:
|
|
- '#363a4f'
|
|
cherryPickedCommitBgColor:
|
|
- '#494d64'
|
|
cherryPickedCommitFgColor:
|
|
- '#8bd5ca'
|
|
unstagedChangesColor:
|
|
- '#ed8796'
|
|
defaultFgColor:
|
|
- '#cad3f5'
|
|
searchingActiveBorderColor:
|
|
- '#eed49f'
|
|
|
|
authorColors:
|
|
'*': '#b7bdf8'
|