From 2b26d1a565ab5832e683514db9ca5b795728c203 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 9 Jan 2025 23:45:02 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-09 23:45:02 --- .config/ghostty/themes/ashen | 21 ------------- .config/ghostty/themes/new.txt | 16 ---------- .config/ghostty/themes/test.txt | 44 --------------------------- .config/lazygit/config.yml | 53 +++++++++++++++++++++++++++++++++ 4 files changed, 53 insertions(+), 81 deletions(-) delete mode 100644 .config/ghostty/themes/ashen delete mode 100644 .config/ghostty/themes/new.txt delete mode 100644 .config/ghostty/themes/test.txt diff --git a/.config/ghostty/themes/ashen b/.config/ghostty/themes/ashen deleted file mode 100644 index 6e5319d5..00000000 --- a/.config/ghostty/themes/ashen +++ /dev/null @@ -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 diff --git a/.config/ghostty/themes/new.txt b/.config/ghostty/themes/new.txt deleted file mode 100644 index 09214406..00000000 --- a/.config/ghostty/themes/new.txt +++ /dev/null @@ -1,16 +0,0 @@ -#121212 -#933737 -#D87C4A -#BD4C4C -#d5d5d5 -#b4b4b4 -#a7a7a7 -#949494 -#737373 -#933737 -#D87C4A -#BD4C4C -#d5d5d5 -#b4b4b4 -#a7a7a7 -#949494 diff --git a/.config/ghostty/themes/test.txt b/.config/ghostty/themes/test.txt deleted file mode 100644 index fabe7ea0..00000000 --- a/.config/ghostty/themes/test.txt +++ /dev/null @@ -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 diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index e69de29b..9008cdbb 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -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"