mirror of
https://github.com/gabehf/base46.git
synced 2026-03-11 00:10:32 -07:00
add some more hl groups for updater
This commit is contained in:
parent
c3d3145604
commit
0bd046a1a9
1 changed files with 8 additions and 2 deletions
|
|
@ -1,7 +1,13 @@
|
|||
local colors = require("base46").get_theme_tb "base_30"
|
||||
|
||||
return {
|
||||
nvUpdaterTitle = { fg = colors.black, bg = colors.green },
|
||||
nvUpdaterGitPULL = { bg = colors.darker_black },
|
||||
nvUpdaterTitle = { fg = colors.black, bg = colors.red },
|
||||
nvUpdaterTitleDone = { fg = colors.black, bg = colors.green },
|
||||
|
||||
nvUpdaterGitPULL = { bg = colors.black2 },
|
||||
|
||||
nvUpdaterProgress = { fg = colors.red, bg = colors.one_bg2 },
|
||||
nvUpdaterProgressDONE = { fg = colors.green, bg = colors.one_bg2 },
|
||||
|
||||
nvUpdaterCommits = { fg = colors.green, bg = colors.black2 },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue