Change style

This commit is contained in:
salomaestro
2025-02-19 15:59:50 +01:00
parent 795bc171f7
commit 381fd0140c

View File

@@ -6,19 +6,25 @@
local M = {} local M = {}
M.base46 = { M.base46 = {
theme = "monekai", theme = "doomchad",
transparency = true,
-- hl_override = { hl_override = {
-- Comment = { italic = true }, Comment = { italic = true },
-- ["@comment"] = { italic = true }, ["@comment"] = { italic = true },
-- }, },
} }
-- M.nvdash = { load_on_startup = true } M.nvdash = { load_on_startup = true }
-- M.ui = { M.ui = {
-- tabufline = { tabufline = {
-- lazyload = false lazyload = false,
-- } },
--} telescope = { style = "borderless" },
statusline = {
theme = "minimal",
separator_style = "round",
}
}
return M return M