White bg, bold functions

This commit is contained in:
ant 2024-09-02 08:15:52 +02:00
parent ac044d172c
commit 733160e440

View file

@ -60,12 +60,21 @@ local plugins = {
mantle = "#000000", mantle = "#000000",
crust = "#000000", crust = "#000000",
}, },
latte = {
base = "#ffffff",
mantle = "#f5f5f5",
crust = "#f5f5f5",
black = "#000000",
}
}, },
custom_highlights = function(C) custom_highlights = function(C)
return { return {
HopNextKey = { bg = C.text, fg = C.base, style = { "bold", "underline" } }, HopNextKey = { bg = C.text, fg = C.base, style = { "bold", "underline" } },
HopNextKey1 = { bg = C.text, fg = C.base, style = { "bold" } }, HopNextKey1 = { bg = C.text, fg = C.base, style = { "bold" } },
HopNextKey2 = { bg = C.text, fg = C.base, style = { "bold", "italic" } }, HopNextKey2 = { bg = C.text, fg = C.base, style = { "bold", "italic" } },
-- Function = { fg = C.blue, style = { "bold" } },
-- Keyword = { fg = C.black, style = { "italic" } },
} }
end, end,
integrations = { integrations = {