Compare commits
2 Commits
6df22248f4
...
6beca4a66b
Author | SHA1 | Date | |
---|---|---|---|
6beca4a66b | |||
8ca75d2ecc |
|
@ -24,5 +24,8 @@
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
|
||||||
|
[diff]
|
||||||
|
tool = nvimdiff
|
||||||
|
|
||||||
[includeIf "gitdir:~/Projects/ALTEN/"]
|
[includeIf "gitdir:~/Projects/ALTEN/"]
|
||||||
path = ~/.dotfiles/git/gitconfig/ALTEN
|
path = ~/.dotfiles/git/gitconfig/ALTEN
|
||||||
|
|
|
@ -42,8 +42,12 @@ return {
|
||||||
TodoCommentTest = { fg = palette.bright_purple },
|
TodoCommentTest = { fg = palette.bright_purple },
|
||||||
TodoCommentDefault = { fg = palette.bright_blue },
|
TodoCommentDefault = { fg = palette.bright_blue },
|
||||||
GitSignsAdd = { link = "GruvboxGreenSign" },
|
GitSignsAdd = { link = "GruvboxGreenSign" },
|
||||||
|
GitSignsStagedAdd = { fg = palette.dark_green, bg = palette.dark1 },
|
||||||
GitSignsChange = { link = "GruvboxAquaSign" },
|
GitSignsChange = { link = "GruvboxAquaSign" },
|
||||||
|
GitSignsStagedChange = { fg = palette.dark_aqua, bg = palette.dark1 },
|
||||||
GitSignsDelete = { link = "GruvboxRedSign" },
|
GitSignsDelete = { link = "GruvboxRedSign" },
|
||||||
|
GitSignsStagedDelete = { fg = palette.dark_red, bg = palette.dark1 },
|
||||||
|
GitSignsCurrentLineBlame = { link = "GruvboxFg4" },
|
||||||
NeoTreeGitAdded = { link = "GruboxGreen" },
|
NeoTreeGitAdded = { link = "GruboxGreen" },
|
||||||
NeoTreeGitModified = { link = "GruvboxAqua" },
|
NeoTreeGitModified = { link = "GruvboxAqua" },
|
||||||
NeoTreeGitDelete = { link = "GruboxRed" },
|
NeoTreeGitDelete = { link = "GruboxRed" },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user