mirror of
https://github.com/gabehf/base46.git
synced 2026-03-17 03:06:30 -07:00
add more error related hl groups for updater
This commit is contained in:
parent
0bd046a1a9
commit
1f9c07911a
1 changed files with 4 additions and 1 deletions
|
|
@ -1,13 +1,16 @@
|
||||||
local colors = require("base46").get_theme_tb "base_30"
|
local colors = require("base46").get_theme_tb "base_30"
|
||||||
|
|
||||||
return {
|
return {
|
||||||
nvUpdaterTitle = { fg = colors.black, bg = colors.red },
|
nvUpdaterTitle = { fg = colors.black, bg = colors.orange },
|
||||||
nvUpdaterTitleDone = { fg = colors.black, bg = colors.green },
|
nvUpdaterTitleDone = { fg = colors.black, bg = colors.green },
|
||||||
|
nvUpdaterTitleFAIL = { fg = colors.black, bg = colors.red },
|
||||||
|
|
||||||
nvUpdaterGitPULL = { bg = colors.black2 },
|
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 },
|
||||||
|
|
||||||
nvUpdaterCommits = { fg = colors.green, bg = colors.black2 },
|
nvUpdaterCommits = { fg = colors.green, bg = colors.black2 },
|
||||||
|
nvUpdaterFAIL = { fg = colors.red, bg = colors.black2 },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue