mirror of
https://github.com/pnx/dotfiles
synced 2026-07-02 14:33:40 +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 },
|
TelescopeIndicatorReadonly = { fg = colors.red },
|
||||||
TelescopeIndicatorHidden = { link = "TelescopeResultsComment" },
|
TelescopeIndicatorHidden = { link = "TelescopeResultsComment" },
|
||||||
|
|
||||||
|
-- Ufo
|
||||||
|
UfoFoldedEllipsis = { link = "Comment" },
|
||||||
|
|
||||||
-- Statusline
|
-- Statusline
|
||||||
StatusLine = { fg = colors.text, bg = colors.crust },
|
StatusLine = { fg = colors.text, bg = colors.crust },
|
||||||
StatusLineNormal = { link = "StatusLine" },
|
StatusLineNormal = { link = "StatusLine" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue