Add nord theme for lazygit
This commit is contained in:
parent
c93fb76e2a
commit
48d29ef475
26
dot_config/lazygit/config.yml
Normal file
26
dot_config/lazygit/config.yml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user