From 48d29ef475cf3e280048505e15f82f2f7047ef60 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Tue, 26 Mar 2024 19:34:20 +0100 Subject: [PATCH] Add nord theme for lazygit --- dot_config/lazygit/config.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dot_config/lazygit/config.yml diff --git a/dot_config/lazygit/config.yml b/dot_config/lazygit/config.yml new file mode 100644 index 0000000..d6f5a37 --- /dev/null +++ b/dot_config/lazygit/config.yml @@ -0,0 +1,26 @@ +gui: + language: 'en' # one of 'auto' | 'en' | 'zh-CN' | 'zh-TW' | 'pl' | 'nl' | 'ja' | 'ko' | 'ru' + theme: + activeBorderColor: + - '#88C0D0' + - bold + inactiveBorderColor: + - '#4C566A' + searchingActiveBorderColor: + - '#8FBCBB' + - bold + optionsTextColor: + - '#81A1C1' + selectedLineBgColor: + - '#4C566A' + cherryPickedCommitBgColor: + - cyan + cherryPickedCommitFgColor: + - blue + unstagedChangesColor: + - '#D8DEE9' + defaultFgColor: + - '#E5E9F0' + nerdFontsVersion: "3" # nerd fonts version to use ("2" or "3"); empty means don't show nerd font icons + showFileIcons: true # for hiding file icons in the file views + filterMode: 'substring' # one of 'substring' | 'fuzzy'; see 'Filtering' section below