nvim
This commit is contained in:
+26
-1
@@ -6,7 +6,20 @@
|
||||
local M = {}
|
||||
|
||||
M.base46 = {
|
||||
theme = "gruvbox",
|
||||
theme = "one_light",
|
||||
theme_toggle = {
|
||||
"one_light",
|
||||
"one_light",
|
||||
},
|
||||
-- transparency = true,
|
||||
|
||||
changed_themes = {
|
||||
one_light = {
|
||||
base_16 = {
|
||||
base0B = "#3b743b"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
-- hl_override = {
|
||||
-- Comment = { italic = true },
|
||||
@@ -14,4 +27,16 @@ M.base46 = {
|
||||
-- },
|
||||
}
|
||||
|
||||
M.ui = {
|
||||
statusline = {
|
||||
theme = "default",
|
||||
separator_style = "round",
|
||||
},
|
||||
|
||||
tabufline = {
|
||||
enabled = true,
|
||||
lazyload = false,
|
||||
}
|
||||
}
|
||||
|
||||
return M
|
||||
|
||||
Reference in New Issue
Block a user