AutoYADM commit: 2025-01-09 23:45:02

This commit is contained in:
Daniel Fichtinger 2025-01-09 23:45:02 -05:00
parent 562bdc4d23
commit 2b26d1a565
4 changed files with 53 additions and 81 deletions

View file

@ -1,21 +0,0 @@
palette = 0=#121212
palette = 1=#B14242
palette = 2=#D87C4A
palette = 3=#B14242
palette = 4=#949494
palette = 5=#949494
palette = 6=#a7a7a7
palette = 7=#b4b4b4
palette = 8=#d5d5d5
palette = 9=#B14242
palette = 10=#D87C4A
palette = 11=#B14242
palette = 12=#949494
palette = 13=#a7a7a7
palette = 14=#b4b4b4
palette = 15=#d5d5d5
background = 121212
foreground = f5f5f5
cursor-color = b4b4b4
selection-background = b4b4b4
selection-foreground = f5f5f5

View file

@ -1,16 +0,0 @@
#121212
#933737
#D87C4A
#BD4C4C
#d5d5d5
#b4b4b4
#a7a7a7
#949494
#737373
#933737
#D87C4A
#BD4C4C
#d5d5d5
#b4b4b4
#a7a7a7
#949494

View file

@ -1,44 +0,0 @@
#6F2929
#C53030
#D87C4A
#E5A72A
#3A6E6E
#BD4C4C
#1A3F3F
#f5f5f5
#b4b4b4
#C25757
#C4693D
#B25830
#A84848
#933737
#7A2E2E
#ffffff
#121212
#f5f5f5
cursor-color = b4b4b4
selection-background = b4b4b4
selection-foreground = f5f5f5
palette = 0=#15161e
palette = 1=#f7768e
palette = 2=#9ece6a
palette = 3=#e0af68
palette = 4=#7aa2f7
palette = 5=#bb9af7
palette = 6=#7dcfff
palette = 7=#a9b1d6
palette = 8=#414868
palette = 9=#ff899d
palette = 10=#9fe044
palette = 11=#faba4a
palette = 12=#8db0ff
palette = 13=#c7a9ff
palette = 14=#a4daff
palette = 15=#c0caf5
background = #1a1b26
foreground = #c0caf5
cursor-color = #c0caf5
selection-background = #283457
selection-foreground = #c0caf5

View file

@ -0,0 +1,53 @@
gui:
theme:
# Border color of focused window
activeBorderColor:
# - bold
- "#B14242"
# - red
# 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:
- "#E5A72A"
# Background color of copied commit
cherryPickedCommitBgColor:
- "#121212"
# Foreground color of marked base commit (for rebase)
markedBaseCommitFgColor:
- "#d5d5d5"
# Background color of marked base commit (for rebase)
markedBaseCommitBgColor:
- yellow
# Color for file with unstaged changes
unstagedChangesColor:
- red
# Default text color
defaultFgColor:
- "#d5d5d5"