diff options
Diffstat (limited to 'lazygit')
| -rw-r--r-- | lazygit/.config/lazygit/config.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lazygit/.config/lazygit/config.yml b/lazygit/.config/lazygit/config.yml new file mode 100644 index 0000000..73be6bc --- /dev/null +++ b/lazygit/.config/lazygit/config.yml @@ -0,0 +1,21 @@ +gui: + theme: + activeBorderColor: + - '#81a1c1' + - bold + inactiveBorderColor: + - '#4c566a' + optionsTextColor: + - '#81a1c1' + selectedLineBgColor: + - '#3b4252' + selectedRangeBgColor: + - '#3b4252' + cherryPickedCommitFgColor: + - '#88c0d0' # Nord Frost + cherryPickedCommitBgColor: + - '#434c5e' + markedBaseCommitFgColor: + - '#81a1c1' + unstagedChangesColor: + - '#bf616a' |
