1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 19:30:01 +02:00

nvim/lua/user/plugins/core/colorscheme.lua: Custom color for UfoFoldedEllipsis

This commit is contained in:
Henrik Hautakoski 2024-11-22 10:12:05 +01:00
parent 2b11f06276
commit 0ee8ee6d58

View file

@ -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" },