mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
chore(config): 🎨 restructure lazygit theme configuration
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.
This commit is contained in:
@@ -1,23 +1,24 @@
|
|||||||
theme:
|
gui:
|
||||||
activeBorderColor:
|
theme:
|
||||||
- '#8bd5ca'
|
activeBorderColor:
|
||||||
- bold
|
- '#8bd5ca'
|
||||||
inactiveBorderColor:
|
- bold
|
||||||
- '#a5adcb'
|
inactiveBorderColor:
|
||||||
optionsTextColor:
|
- '#a5adcb'
|
||||||
- '#8aadf4'
|
optionsTextColor:
|
||||||
selectedLineBgColor:
|
- '#8aadf4'
|
||||||
- '#363a4f'
|
selectedLineBgColor:
|
||||||
cherryPickedCommitBgColor:
|
- '#363a4f'
|
||||||
- '#494d64'
|
cherryPickedCommitBgColor:
|
||||||
cherryPickedCommitFgColor:
|
- '#494d64'
|
||||||
- '#8bd5ca'
|
cherryPickedCommitFgColor:
|
||||||
unstagedChangesColor:
|
- '#8bd5ca'
|
||||||
- '#ed8796'
|
unstagedChangesColor:
|
||||||
defaultFgColor:
|
- '#ed8796'
|
||||||
- '#cad3f5'
|
defaultFgColor:
|
||||||
searchingActiveBorderColor:
|
- '#cad3f5'
|
||||||
- '#eed49f'
|
searchingActiveBorderColor:
|
||||||
|
- '#eed49f'
|
||||||
|
|
||||||
authorColors:
|
authorColors:
|
||||||
'*': '#b7bdf8'
|
'*': '#b7bdf8'
|
||||||
|
Reference in New Issue
Block a user