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