diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index e04e8e3..138ba30 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -1,28 +1,36 @@ gui: - # Use the mocha catppuccin theme - theme: - activeBorderColor: - - '#cba6f7' - - bold - inactiveBorderColor: - - '#a6adc8' - optionsTextColor: - - '#89b4fa' - selectedLineBgColor: - - '#313244' - cherryPickedCommitBgColor: - - '#45475a' - cherryPickedCommitFgColor: - - '#cba6f7' - unstagedChangesColor: - - '#f38ba8' - defaultFgColor: - - '#cdd6f4' - searchingActiveBorderColor: - - '#f9e2af' - showNumstatInFilesView: true - nerdFontsVersion: 3 - statusPanelView: allBranchesLog + # DRACULA + theme: + activeBorderColor: + - "#FF79C6" + - bold + inactiveBorderColor: + - "#BD93F9" + searchingActiveBorderColor: + - "#8BE9FD" + - bold + optionsTextColor: + - "#6272A4" + selectedLineBgColor: + - "#6272A4" + inactiveViewSelectedLineBgColor: + - bold + cherryPickedCommitFgColor: + - "#6272A4" + cherryPickedCommitBgColor: + - "#8BE9FD" + markedBaseCommitFgColor: + - "#8BE9FD" + markedBaseCommitBgColor: + - "#F1FA8C" + unstagedChangesColor: + - "#FF5555" + defaultFgColor: + - "#F8F8F2" + +showNumstatInFilesView: true +nerdFontsVersion: 3 +statusPanelView: allBranchesLog authorColors: '*': '#b4befe'