rearrange and ColorColumn
This commit is contained in:
@@ -80,7 +80,6 @@ local theme = lush(function()
|
|||||||
WarningMsg { fg = wood }, -- warning messages
|
WarningMsg { fg = wood }, -- warning messages
|
||||||
|
|
||||||
Comment { fg = sand.da(38).de(28), gui = "italic" }, -- any comment
|
Comment { fg = sand.da(38).de(28), gui = "italic" }, -- any comment
|
||||||
ColorColumn { bg = rose.li(42).de(40) }, -- used for the columns set with 'colorcolumn'
|
|
||||||
Conceal { fg = stone.li(20), gui = "bold,italic" }, -- placeholder characters substituted for concealed text (see 'conceallevel')
|
Conceal { fg = stone.li(20), gui = "bold,italic" }, -- placeholder characters substituted for concealed text (see 'conceallevel')
|
||||||
|
|
||||||
Cursor { bg = stone, fg = sand.li(20) }, -- character under the cursor
|
Cursor { bg = stone, fg = sand.li(20) }, -- character under the cursor
|
||||||
@@ -91,7 +90,7 @@ local theme = lush(function()
|
|||||||
|
|
||||||
CursorLine { bg = sand.da(4) }, -- Screen-line at the cursor, when 'cursorline' is set. Low-priority if foreground (ctermfg OR guifg) is not set.
|
CursorLine { bg = sand.da(4) }, -- Screen-line at the cursor, when 'cursorline' is set. Low-priority if foreground (ctermfg OR guifg) is not set.
|
||||||
CursorColumn { CursorLine }, -- Screen-column at the cursor, when 'cursorcolumn' is set.
|
CursorColumn { CursorLine }, -- Screen-column at the cursor, when 'cursorcolumn' is set.
|
||||||
Directory { Bold }, -- directory names (and other special names in listings)
|
ColorColumn { bg = wood.de(40).li(80) }, -- used for the columns set with 'colorcolumn'
|
||||||
|
|
||||||
DiffAdd { bg = leaf.de(48).li(64) }, -- diff mode: Added line |diff.txt|
|
DiffAdd { bg = leaf.de(48).li(64) }, -- diff mode: Added line |diff.txt|
|
||||||
DiffChange { bg = water.de(38).li(76) }, -- diff mode: Changed line |diff.txt|
|
DiffChange { bg = water.de(38).li(76) }, -- diff mode: Changed line |diff.txt|
|
||||||
@@ -117,8 +116,6 @@ local theme = lush(function()
|
|||||||
PmenuSbar { bg = sand.da(30) }, -- Popup menu: scrollbar.
|
PmenuSbar { bg = sand.da(30) }, -- Popup menu: scrollbar.
|
||||||
PmenuThumb { bg = white }, -- Popup menu: Thumb of the scrollbar.
|
PmenuThumb { bg = white }, -- Popup menu: Thumb of the scrollbar.
|
||||||
|
|
||||||
Question { MoreMsg }, -- |hit-enter| prompt and yes/no questions
|
|
||||||
|
|
||||||
Search { bg = blossom.de(10).lighten(54), fg = stone }, -- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand out.
|
Search { bg = blossom.de(10).lighten(54), fg = stone }, -- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand out.
|
||||||
IncSearch { bg = blossom, fg = sand, gui = "bold" }, -- 'incsearch' highlighting; also used for the text replaced with ":s///c"
|
IncSearch { bg = blossom, fg = sand, gui = "bold" }, -- 'incsearch' highlighting; also used for the text replaced with ":s///c"
|
||||||
-- Substitute { }, -- |:substitute| replacement text highlighting
|
-- Substitute { }, -- |:substitute| replacement text highlighting
|
||||||
@@ -132,11 +129,10 @@ local theme = lush(function()
|
|||||||
|
|
||||||
StatusLine { bg = sand.da(16), fg = stone }, -- status line of current window
|
StatusLine { bg = sand.da(16), fg = stone }, -- status line of current window
|
||||||
StatusLineNC { bg = sand.da(10), fg = stone.li(28) }, -- status lines of not-current windows Note: if this is equal to "StatusLine" Vim will use "^^^" in the status line of the current window.
|
StatusLineNC { bg = sand.da(10), fg = stone.li(28) }, -- status lines of not-current windows Note: if this is equal to "StatusLine" Vim will use "^^^" in the status line of the current window.
|
||||||
VertSplit { fg = white }, -- the column separating vertically split windows
|
|
||||||
TabLine { StatusLine, gui = "italic" }, -- tab pages line, not active tab page label
|
TabLine { StatusLine, gui = "italic" }, -- tab pages line, not active tab page label
|
||||||
TabLineFill { StatusLineNC }, -- tab pages line, where there are no labels
|
TabLineFill { StatusLineNC }, -- tab pages line, where there are no labels
|
||||||
TabLineSel { Bold }, -- tab pages line, active tab page label
|
TabLineSel { Bold }, -- tab pages line, active tab page label
|
||||||
Title { Bold }, -- titles for output from ":set all", ":autocmd" etc.
|
VertSplit { fg = white }, -- the column separating vertically split windows
|
||||||
|
|
||||||
Visual { bg = stone.li(84) }, -- Visual mode selection
|
Visual { bg = stone.li(84) }, -- Visual mode selection
|
||||||
-- VisualNOS { }, -- Visual mode selection when vim is "Not Owning the Selection".
|
-- VisualNOS { }, -- Visual mode selection when vim is "Not Owning the Selection".
|
||||||
@@ -145,7 +141,12 @@ local theme = lush(function()
|
|||||||
SpecialKey { NonText, gui = "italic" }, -- Unprintable characters: text displayed differently from what it really is. But not 'listchars' whitespace. |hl-Whitespace|
|
SpecialKey { NonText, gui = "italic" }, -- Unprintable characters: text displayed differently from what it really is. But not 'listchars' whitespace. |hl-Whitespace|
|
||||||
Whitespace { NonText }, -- "nbsp", "space", "tab" and "trail" in 'listchars'
|
Whitespace { NonText }, -- "nbsp", "space", "tab" and "trail" in 'listchars'
|
||||||
EndOfBuffer { NonText }, -- filler lines (~) after the end of the buffer. By default, this is highlighted like |hl-NonText|.
|
EndOfBuffer { NonText }, -- filler lines (~) after the end of the buffer. By default, this is highlighted like |hl-NonText|.
|
||||||
|
|
||||||
WildMenu { bg = blossom, fg = sand }, -- current match in 'wildmenu' completion
|
WildMenu { bg = blossom, fg = sand }, -- current match in 'wildmenu' completion
|
||||||
|
Directory { Bold }, -- directory names (and other special names in listings)
|
||||||
|
Question { MoreMsg }, -- |hit-enter| prompt and yes/no questions
|
||||||
|
Title { Bold }, -- titles for output from ":set all", ":autocmd" etc.
|
||||||
|
|
||||||
|
|
||||||
-- These groups are not listed as default vim groups,
|
-- These groups are not listed as default vim groups,
|
||||||
-- but they are defacto standard group names for syntax highlighting.
|
-- but they are defacto standard group names for syntax highlighting.
|
||||||
|
|||||||
Reference in New Issue
Block a user