mirror of
https://github.com/gabehf/base46.git
synced 2026-03-15 02:05:56 -07:00
update some diff / nvupdater related hl groups
This commit is contained in:
parent
3ea2ba1688
commit
bad87b0344
2 changed files with 12 additions and 6 deletions
|
|
@ -3,6 +3,14 @@ local colors = require("base46").get_theme_tb "base_30"
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
||||||
|
diffOldFile = {
|
||||||
|
fg = colors.baby_pink,
|
||||||
|
},
|
||||||
|
|
||||||
|
diffNewFile = {
|
||||||
|
fg = colors.blue,
|
||||||
|
},
|
||||||
|
|
||||||
DiffAdd = {
|
DiffAdd = {
|
||||||
fg = colors.blue,
|
fg = colors.blue,
|
||||||
},
|
},
|
||||||
|
|
@ -32,8 +40,8 @@ return {
|
||||||
},
|
},
|
||||||
|
|
||||||
DiffText = {
|
DiffText = {
|
||||||
fg = colors.white,
|
fg = colors.white,
|
||||||
bg = colors.black2
|
bg = colors.black2,
|
||||||
},
|
},
|
||||||
|
|
||||||
-- git commits
|
-- git commits
|
||||||
|
|
|
||||||
|
|
@ -5,12 +5,10 @@ return {
|
||||||
nvUpdaterTitleDone = { fg = colors.black, bg = colors.green },
|
nvUpdaterTitleDone = { fg = colors.black, bg = colors.green },
|
||||||
nvUpdaterTitleFAIL = { fg = colors.black, bg = colors.red },
|
nvUpdaterTitleFAIL = { fg = colors.black, bg = colors.red },
|
||||||
|
|
||||||
nvUpdaterGitPULL = { bg = colors.black2 },
|
|
||||||
|
|
||||||
nvUpdaterProgress = { fg = colors.red, bg = colors.one_bg2 },
|
nvUpdaterProgress = { fg = colors.red, bg = colors.one_bg2 },
|
||||||
nvUpdaterProgressDONE = { fg = colors.green, bg = colors.one_bg2 },
|
nvUpdaterProgressDONE = { fg = colors.green, bg = colors.one_bg2 },
|
||||||
nvUpdaterProgressFAIL = { fg = colors.red, bg = colors.one_bg2 },
|
nvUpdaterProgressFAIL = { fg = colors.red, bg = colors.one_bg2 },
|
||||||
|
|
||||||
nvUpdaterCommits = { fg = colors.green, bg = colors.black2 },
|
nvUpdaterCommits = { fg = colors.green },
|
||||||
nvUpdaterFAIL = { fg = colors.red, bg = colors.black2 },
|
nvUpdaterFAIL = { fg = colors.red},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue