fix: vim-sneak integration

dev-remaster
Pocco81 3 years ago
parent 8cf4cb42f9
commit b2f56cede9

@ -3,7 +3,7 @@ local M = {}
function M.get(cp)
return {
Sneak = { fg = cp.catppuccino16, bg = cp.catppuccino5 },
SneakScope = { bg = cp.util.darken(cp.catppuccino10, 0.2) },
SneakScope = { bg = cp.catppuccino11 },
}
end

Loading…
Cancel
Save