mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
nvim/lua/user/plugins/core/colorscheme.lua: Custom color for UfoFoldedEllipsis
This commit is contained in:
parent
2b11f06276
commit
0ee8ee6d58
1 changed files with 3 additions and 0 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue