Massive change theme to Catppuccin Frappe

This commit is contained in:
Fabio Scotto di Santolo
2024-07-27 14:08:47 +02:00
parent 91e941c876
commit c6fcf54362
39 changed files with 10352 additions and 525 deletions

View File

@@ -70,57 +70,44 @@ gui:
theme:
# Border color of focused window
activeBorderColor:
- green
- "#8caaee"
- bold
# Border color of non-focused windows
inactiveBorderColor:
- default
- "#a5adce"
# Border color of focused window when searching in that window
# Border color of focused window when searching in that window
searchingActiveBorderColor:
- cyan
- bold
- "#e5c890"
# Color of keybindings help text in the bottom line
optionsTextColor:
- blue
- "#8caaee"
# Background color of selected line.
# See https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#highlighting-the-selected-line
selectedLineBgColor:
- blue
# Background color of selected line when view doesn't have focus.
inactiveViewSelectedLineBgColor:
- bold
- "#414559"
# Foreground color of copied commit
cherryPickedCommitFgColor:
- blue
- "#8caaee"
# Background color of copied commit
cherryPickedCommitBgColor:
- cyan
# Foreground color of marked base commit (for rebase)
markedBaseCommitFgColor:
- blue
# Background color of marked base commit (for rebase)
markedBaseCommitBgColor:
- yellow
- "#51576d"
# Color for file with unstaged changes
unstagedChangesColor:
- red
- "#e78284"
# Default text color
defaultFgColor:
- default
- "#c6d0f5"
authorColors:
'Fabio Scotto di Santolo': yellow
"Fabio Scotto di Santolo": "#babbf1"
branchColors:
develop: yellow