feat: paq sync command

This commit is contained in:
2025-10-26 09:14:51 +02:00
parent 84dd394f31
commit 7f10891dcd
3 changed files with 17 additions and 8 deletions

View File

@@ -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,
})