diff --git a/nvim/lua/user/plugins/core/colorscheme.lua b/nvim/lua/user/plugins/core/colorscheme.lua index 3e588eb..0126882 100644 --- a/nvim/lua/user/plugins/core/colorscheme.lua +++ b/nvim/lua/user/plugins/core/colorscheme.lua @@ -68,6 +68,9 @@ local options = { TelescopeIndicatorReadonly = { fg = colors.red }, TelescopeIndicatorHidden = { link = "TelescopeResultsComment" }, + -- Ufo + UfoFoldedEllipsis = { link = "Comment" }, + -- Statusline StatusLine = { fg = colors.text, bg = colors.crust }, StatusLineNormal = { link = "StatusLine" },