feat: paq sync command
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
local function load_theme()
|
||||
require('invero').setup({
|
||||
highlights = function(c, tool)
|
||||
@@ -14,6 +13,8 @@ local function load_theme()
|
||||
Pmenu = { fg = c.text, bg = c.surface },
|
||||
PmenuSel = { fg = c.text, bg = c.accent_light },
|
||||
QuickFixLine = { fg = c.accent, bg = c.none, bold = true },
|
||||
['@lsp'] = { fg = c.syntax, bg = c.none },
|
||||
['@variable'] = { fg = c.syntax, bg = c.none },
|
||||
}
|
||||
end,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user