mirror of
https://github.com/harivansh-afk/dots.git
synced 2026-04-15 07:04:46 +00:00
Fix lazygit config path for macOS, add delta gruvbox theme to gitconfig
This commit is contained in:
parent
1ecc929863
commit
7216720bc3
3 changed files with 39 additions and 4 deletions
|
|
@ -28,6 +28,13 @@
|
||||||
old = red bold
|
old = red bold
|
||||||
new = green bold
|
new = green bold
|
||||||
whitespace = red reverse
|
whitespace = red reverse
|
||||||
|
[delta]
|
||||||
|
syntax-theme = gruvbox-dark
|
||||||
|
hunk-header-style = omit
|
||||||
|
minus-style = syntax "#3c1f1e"
|
||||||
|
minus-emph-style = syntax "#72261d"
|
||||||
|
plus-style = syntax "#1d2c1d"
|
||||||
|
plus-emph-style = syntax "#2b4a2b"
|
||||||
[push]
|
[push]
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
[diff-so-fancy]
|
[diff-so-fancy]
|
||||||
|
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
git:
|
|
||||||
paging:
|
|
||||||
pager: delta --dark --paging=never --line-numbers --hyperlinks --hyperlinks-file-link-format="lazygit-edit://{path}:{line}"
|
|
||||||
colorArg: always
|
|
||||||
32
lazygit/Library/Application Support/lazygit/config.yml
Normal file
32
lazygit/Library/Application Support/lazygit/config.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
||||||
|
git:
|
||||||
|
pagers:
|
||||||
|
- pager: delta --paging=never
|
||||||
|
colorArg: always
|
||||||
|
gui:
|
||||||
|
showBottomLine: false
|
||||||
|
showListFooter: false
|
||||||
|
showPanelJumps: false
|
||||||
|
showCommandLog: false
|
||||||
|
showRandomTip: false
|
||||||
|
splitDiff: auto
|
||||||
|
border: rounded
|
||||||
|
theme:
|
||||||
|
activeBorderColor:
|
||||||
|
- "#b8bb26"
|
||||||
|
- bold
|
||||||
|
inactiveBorderColor:
|
||||||
|
- "#504945"
|
||||||
|
selectedLineBgColor:
|
||||||
|
- "#3c3836"
|
||||||
|
optionsTextColor:
|
||||||
|
- "#fabd2f"
|
||||||
|
selectedRangeBgColor:
|
||||||
|
- "#504945"
|
||||||
|
cherryPickedCommitBgColor:
|
||||||
|
- "#689d6a"
|
||||||
|
cherryPickedCommitFgColor:
|
||||||
|
- "#282828"
|
||||||
|
unstagedChangesColor:
|
||||||
|
- "#fb4934"
|
||||||
|
defaultFgColor:
|
||||||
|
- "#ebdbb2"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue