Change style
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user