Compare commits
1 Commits
6beca4a66b
...
6df22248f4
Author | SHA1 | Date | |
---|---|---|---|
6df22248f4 |
|
@ -24,8 +24,5 @@
|
||||||
[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,12 +42,8 @@ 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