dotfiles/.config/lazygit/config.yml

54 lines
1.3 KiB
YAML

gui:
authorColors:
"Daniel Fichtinger": "#E49A44"
"*": "#B14242"
theme:
# Border color of focused window
activeBorderColor:
- "#B14242"
# Border color of non-focused windows
inactiveBorderColor:
- "#a7a7a7"
# Border color of focused window when searching in that window
searchingActiveBorderColor:
- "#4A8B8B"
- bold
# Color of keybindings help text in the bottom line
optionsTextColor:
- "#B14242"
# Background color of selected line.
# See https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#highlighting-the-selected-line
selectedLineBgColor:
- "#323232"
# Background color of selected line when view doesn't have focus.
inactiveViewSelectedLineBgColor:
- bold
# Foreground color of copied commit
cherryPickedCommitFgColor:
- "#191919"
# Background color of copied commit
cherryPickedCommitBgColor:
- "#4A8B8B"
# Foreground color of marked base commit (for rebase)
markedBaseCommitFgColor:
- "#d5d5d5"
# Background color of marked base commit (for rebase)
markedBaseCommitBgColor:
- "#191919"
# Color for file with unstaged changes
unstagedChangesColor:
- "#B14242"
# Default text color
defaultFgColor:
- "#d5d5d5"