From b5d17df6969f85da99005be81830cff88f704e6f Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Sat, 28 Aug 2021 10:35:10 +0800 Subject: [PATCH 01/12] lighter diff bg --- lua/zenbones/init.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/zenbones/init.lua b/lua/zenbones/init.lua index 2c72f23..55a68ce 100644 --- a/lua/zenbones/init.lua +++ b/lua/zenbones/init.lua @@ -39,10 +39,10 @@ local theme = lush(function() CursorColumn { CursorLine }, -- Screen-column at the cursor, when 'cursorcolumn' is set. ColorColumn { bg = c.wood.de(40).li(80) }, -- used for the columns set with 'colorcolumn' - DiffAdd { bg = c.leaf.de(48).li(64) }, -- diff mode: Added line |diff.txt| - DiffChange { bg = c.water.de(18).li(68) }, -- diff mode: Changed line |diff.txt| - DiffDelete { bg = c.rose.de(22).li(60) }, -- diff mode: Deleted line |diff.txt| - DiffText { bg = c.water.de(18).li(56), fg = c.stone }, -- diff mode: Changed text within a changed line |diff.txt| + DiffAdd { bg = c.leaf.de(77).li(86) }, -- diff mode: Added line |diff.txt| + DiffChange { bg = c.water.de(24).li(80) }, -- diff mode: Changed line |diff.txt| + DiffDelete { bg = c.rose.de(34).li(74) }, -- diff mode: Deleted line |diff.txt| + DiffText { bg = c.water.de(24).li(66), fg = c.stone }, -- diff mode: Changed text within a changed line |diff.txt| LineNr { fg = c.sand.da(36) }, -- Line number for ":number" and ":#" commands, and when 'number' or 'relativenumber' option is set. SignColumn { LineNr }, -- column where |signs| are displayed From 386f584f0c7a863f3a0f35e7f09682cb49640f5c Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Sat, 28 Aug 2021 10:36:50 +0800 Subject: [PATCH 02/12] slightly lighter NormalFloat --- lua/zenbones/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/zenbones/init.lua b/lua/zenbones/init.lua index 55a68ce..d0aabb4 100644 --- a/lua/zenbones/init.lua +++ b/lua/zenbones/init.lua @@ -54,7 +54,7 @@ local theme = lush(function() -- MsgArea { }, -- Area for messages and cmdline -- MsgSeparator { }, -- Separator for scrolled messages, `msgsep` flag of 'display' MoreMsg { fg = c.leaf, gui = "bold" }, -- |more-prompt| - NormalFloat { bg = c.sand.da(7) }, -- Normal text in floating windows. + NormalFloat { bg = c.sand.da(6) }, -- Normal text in floating windows. FloatBorder { fg = c.sand.da(50) }, -- Normal text in floating windows. -- NormalNC { }, -- normal text in non-current windows From 953c47096777496f1b9c3fe1429793320f914101 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Sat, 28 Aug 2021 10:37:25 +0800 Subject: [PATCH 03/12] lighter LSP virtual text bg --- lua/zenbones/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/zenbones/init.lua b/lua/zenbones/init.lua index d0aabb4..c854486 100644 --- a/lua/zenbones/init.lua +++ b/lua/zenbones/init.lua @@ -155,8 +155,8 @@ local theme = lush(function() LspDiagnosticsDefaultInformation { fg = c.water }, -- Used as the base highlight group. Other LspDiagnostic highlights link to this by default (except Underline) LspDiagnosticsDefaultHint { fg = c.blossom }, -- Used as the base highlight group. Other LspDiagnostic highlights link to this by default (except Underline) - LspDiagnosticsVirtualTextError { LspDiagnosticsDefaultError, bg = c.rose.abs_de(42).li(82) }, -- Used for "Error" diagnostic virtual text - LspDiagnosticsVirtualTextWarning { LspDiagnosticsDefaultWarning, bg = c.wood.de(48).li(84) }, -- Used for "Warning" diagnostic virtual text + LspDiagnosticsVirtualTextError { LspDiagnosticsDefaultError, bg = c.rose.abs_de(48).li(82) }, -- Used for "Error" diagnostic virtual text + LspDiagnosticsVirtualTextWarning { LspDiagnosticsDefaultWarning, bg = c.wood.de(58).li(86) }, -- Used for "Warning" diagnostic virtual text -- LspDiagnosticsVirtualTextInformation { }, -- Used for "Information" diagnostic virtual text -- LspDiagnosticsVirtualTextHint { }, -- Used for "Hint" diagnostic virtual text From 2cd9ae25f3790180b23a5f9b1dc27fa1896eab0c Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Sat, 28 Aug 2021 10:38:14 +0800 Subject: [PATCH 04/12] darker rose and adjust wood --- lua/zenbones/colors.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/zenbones/colors.lua b/lua/zenbones/colors.lua index 78da246..f98613e 100644 --- a/lua/zenbones/colors.lua +++ b/lua/zenbones/colors.lua @@ -6,8 +6,8 @@ local colors = { stone = hsluv(230, 30, 22), leaf = hsluv(103, 72, 46), water = hsluv(236, 84, 40), - rose = hsluv(5, 70, 46), - wood = hsluv(28, 80, 40), + rose = hsluv(4, 68, 42), + wood = hsluv(26, 80, 40), blossom = hsluv(318, 42, 42), sky = hsluv(204, 80, 53), } From 963e2529d7ea3cf90aa2f2bedc5d0e209b78ac66 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Sat, 28 Aug 2021 10:46:12 +0800 Subject: [PATCH 05/12] update terminal colors --- colors/zenbones.vim | 8 ++++---- lua/zenbones/print.lua | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/colors/zenbones.vim b/colors/zenbones.vim index 0ecb03e..9c06db0 100644 --- a/colors/zenbones.vim +++ b/colors/zenbones.vim @@ -9,17 +9,17 @@ set background=light let g:colors_name = 'zenbones' let g:terminal_color_0 = '#2c363c' -let g:terminal_color_1 = '#c23c55' +let g:terminal_color_1 = '#af3850' let g:terminal_color_2 = '#617437' -let g:terminal_color_3 = '#914b27' +let g:terminal_color_3 = '#944927' let g:terminal_color_4 = '#286486' let g:terminal_color_5 = '#88507d' let g:terminal_color_6 = '#3b8992' let g:terminal_color_7 = '#f0edec' let g:terminal_color_8 = '#44525b' -let g:terminal_color_9 = '#b22e49' +let g:terminal_color_9 = '#a32c46' let g:terminal_color_10 = '#55672a' -let g:terminal_color_11 = '#85421e' +let g:terminal_color_11 = '#87411e' let g:terminal_color_12 = '#1f5a7a' let g:terminal_color_13 = '#864079' let g:terminal_color_14 = '#2f7c85' diff --git a/lua/zenbones/print.lua b/lua/zenbones/print.lua index 321ec1a..8b090b7 100644 --- a/lua/zenbones/print.lua +++ b/lua/zenbones/print.lua @@ -12,6 +12,7 @@ function M.print_terminal_colors() for i, v in ipairs(terminal.colors) do table.insert(lines, "ansi color" .. (i - 1) .. ": " .. v.hex) + -- table.insert(lines, "let g:terminal_color_" .. (i - 1) .. " = '" .. v.hex .. "'") end table.insert(lines, "cursor foreground: " .. t.Cursor.fg.hex) From 8c573c291d269e4d80c6d7a74561876aff3fdebc Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Sat, 28 Aug 2021 10:46:28 +0800 Subject: [PATCH 06/12] update spell colors slightly --- lua/zenbones/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/zenbones/init.lua b/lua/zenbones/init.lua index c854486..bdf5152 100644 --- a/lua/zenbones/init.lua +++ b/lua/zenbones/init.lua @@ -69,7 +69,7 @@ local theme = lush(function() MatchParen { Search }, -- The character under the cursor or just before it, if it is a paired bracket, and its match. |pi_paren.txt| -- QuickFixLine { }, -- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there. - SpellBad { fg = Error.fg.de(40), gui = "undercurl", guisp = Error.fg }, -- Word that is not recognized by the spellchecker. |spell| Combined with the highlighting used otherwise. + SpellBad { fg = Error.fg.de(30), gui = "undercurl", guisp = Error.fg }, -- Word that is not recognized by the spellchecker. |spell| Combined with the highlighting used otherwise. SpellCap { SpellBad, guisp = Error.fg.li(10) }, -- Word that should start with a capital. |spell| Combined with the highlighting used otherwise. SpellLocal { SpellCap }, -- Word that is recognized by the spellchecker as one that is used in another region. |spell| Combined with the highlighting used otherwise. SpellRare { SpellBad, guisp = c.wood }, -- Word that is recognized by the spellchecker as one that is hardly ever used. |spell| Combined with the highlighting used otherwise. From 7cdd375b2db147bec0626a8d555371f7c43d1596 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Sat, 28 Aug 2021 15:19:21 +0800 Subject: [PATCH 07/12] darken rose slightly looks a bit out of place personally --- lua/zenbones/colors.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/zenbones/colors.lua b/lua/zenbones/colors.lua index f98613e..e01ab62 100644 --- a/lua/zenbones/colors.lua +++ b/lua/zenbones/colors.lua @@ -6,7 +6,7 @@ local colors = { stone = hsluv(230, 30, 22), leaf = hsluv(103, 72, 46), water = hsluv(236, 84, 40), - rose = hsluv(4, 68, 42), + rose = hsluv(4, 70, 40), wood = hsluv(26, 80, 40), blossom = hsluv(318, 42, 42), sky = hsluv(204, 80, 53), From bb46621f23225681152581cbccf6998777beb128 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Sat, 28 Aug 2021 16:00:48 +0800 Subject: [PATCH 08/12] adjust DiffDelete bg --- lua/zenbones/init.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lua/zenbones/init.lua b/lua/zenbones/init.lua index bdf5152..bca5cc9 100644 --- a/lua/zenbones/init.lua +++ b/lua/zenbones/init.lua @@ -37,11 +37,11 @@ local theme = lush(function() CursorLine { bg = c.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. - ColorColumn { bg = c.wood.de(40).li(80) }, -- used for the columns set with 'colorcolumn' + ColorColumn { bg = c.wood.de(38).li(80) }, -- used for the columns set with 'colorcolumn' DiffAdd { bg = c.leaf.de(77).li(86) }, -- diff mode: Added line |diff.txt| DiffChange { bg = c.water.de(24).li(80) }, -- diff mode: Changed line |diff.txt| - DiffDelete { bg = c.rose.de(34).li(74) }, -- diff mode: Deleted line |diff.txt| + DiffDelete { bg = c.rose.de(34).li(78) }, -- diff mode: Deleted line |diff.txt| DiffText { bg = c.water.de(24).li(66), fg = c.stone }, -- diff mode: Changed text within a changed line |diff.txt| LineNr { fg = c.sand.da(36) }, -- Line number for ":number" and ":#" commands, and when 'number' or 'relativenumber' option is set. @@ -249,10 +249,10 @@ local theme = lush(function() SneakLabel { WildMenu }, SneakLabelMask { bg = c.blossom, fg = c.blossom }, - BufferCurrent { TabLineSel }, - BufferVisible { fg = StatusLineNC.fg }, - BufferVisibleSign { fg = StatusLineNC.fg }, - BufferVisibleIndex { fg = StatusLineNC.fg }, + BufferCurrent { TabLineSel }, + BufferVisible { fg = StatusLineNC.fg }, + BufferVisibleSign { fg = StatusLineNC.fg }, + BufferVisibleIndex { fg = StatusLineNC.fg }, } end) -- stylua: ignore end From 12cb19095ec0db3b4f2b2b2a7af786a37fe2ff3a Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Sat, 28 Aug 2021 16:09:51 +0800 Subject: [PATCH 09/12] darken diff a tiny bit --- lua/zenbones/init.lua | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/lua/zenbones/init.lua b/lua/zenbones/init.lua index bca5cc9..f34f6ad 100644 --- a/lua/zenbones/init.lua +++ b/lua/zenbones/init.lua @@ -39,10 +39,12 @@ local theme = lush(function() CursorColumn { CursorLine }, -- Screen-column at the cursor, when 'cursorcolumn' is set. ColorColumn { bg = c.wood.de(38).li(80) }, -- used for the columns set with 'colorcolumn' - DiffAdd { bg = c.leaf.de(77).li(86) }, -- diff mode: Added line |diff.txt| - DiffChange { bg = c.water.de(24).li(80) }, -- diff mode: Changed line |diff.txt| - DiffDelete { bg = c.rose.de(34).li(78) }, -- diff mode: Deleted line |diff.txt| - DiffText { bg = c.water.de(24).li(66), fg = c.stone }, -- diff mode: Changed text within a changed line |diff.txt| + DiffAdds { bg = c.leaf.de(74).li(86) }, -- diff mode: Added line |diff.txt| + + DiffAdd { bg = c.leaf.de(77).li(82) }, -- diff mode: Added line |diff.txt| + DiffChange { bg = c.water.de(22).li(76) }, -- diff mode: Changed line |diff.txt| + DiffDelete { bg = c.rose.de(32).li(74) }, -- diff mode: Deleted line |diff.txt| + DiffText { bg = c.water.de(24).li(64), fg = c.stone }, -- diff mode: Changed text within a changed line |diff.txt| LineNr { fg = c.sand.da(36) }, -- Line number for ":number" and ":#" commands, and when 'number' or 'relativenumber' option is set. SignColumn { LineNr }, -- column where |signs| are displayed @@ -58,9 +60,9 @@ local theme = lush(function() FloatBorder { fg = c.sand.da(50) }, -- Normal text in floating windows. -- NormalNC { }, -- normal text in non-current windows - Pmenu { bg = c.sand.da(12) }, -- Popup menu: normal item. - PmenuSel { bg = c.sand.da(22) }, -- Popup menu: selected item. - PmenuSbar { bg = c.sand.da(30) }, -- Popup menu: scrollbar. + Pmenu { bg = c.sand.da(10) }, -- Popup menu: normal item. + PmenuSel { bg = c.sand.da(20) }, -- Popup menu: selected item. + PmenuSbar { bg = c.sand.da(28) }, -- Popup menu: scrollbar. PmenuThumb { bg = c.white }, -- Popup menu: Thumb of the scrollbar. Search { bg = c.blossom.de(10).lighten(54), fg = c.stone }, -- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand out. From 91fc986a8b99bfde6aff3f4b3cc42a1593ad76b9 Mon Sep 17 00:00:00 2001 From: mcchrish Date: Sat, 28 Aug 2021 08:26:42 +0000 Subject: [PATCH 10/12] auto generate docs --- doc/zenbones.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/zenbones.txt b/doc/zenbones.txt index dfad501..6731937 100644 --- a/doc/zenbones.txt +++ b/doc/zenbones.txt @@ -1,4 +1,4 @@ -*zenbones.txt* For NVIM v0.4.3 Last change: 2021 August 27 +*zenbones.txt* For NVIM v0.4.3 Last change: 2021 August 28 ============================================================================== Table of Contents *zenbones-table-of-contents* From 5b9acf056816a50f65584bb8d9399d30c514d8cf Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Sat, 28 Aug 2021 16:47:38 +0800 Subject: [PATCH 11/12] update showcase images --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0877c8b..444f685 100644 --- a/README.md +++ b/README.md @@ -63,21 +63,21 @@ or customizing the colors to your likings.
Diff highlights -Vim diff +Vim diff
Search -Search +Search
Diagnostics -Diagnostics +Diagnostics
From 0eae0614de6adb38c5e3cb7b47508da759b8dff3 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Sat, 28 Aug 2021 16:52:07 +0800 Subject: [PATCH 12/12] export colors --- colors/zenbones.vim | 105 ++++++++++++++++++++++---------------------- 1 file changed, 53 insertions(+), 52 deletions(-) diff --git a/colors/zenbones.vim b/colors/zenbones.vim index 9c06db0..bac97d2 100644 --- a/colors/zenbones.vim +++ b/colors/zenbones.vim @@ -9,7 +9,7 @@ set background=light let g:colors_name = 'zenbones' let g:terminal_color_0 = '#2c363c' -let g:terminal_color_1 = '#af3850' +let g:terminal_color_1 = '#a8334c' let g:terminal_color_2 = '#617437' let g:terminal_color_3 = '#944927' let g:terminal_color_4 = '#286486' @@ -17,7 +17,7 @@ let g:terminal_color_5 = '#88507d' let g:terminal_color_6 = '#3b8992' let g:terminal_color_7 = '#f0edec' let g:terminal_color_8 = '#44525b' -let g:terminal_color_9 = '#a32c46' +let g:terminal_color_9 = '#9c2842' let g:terminal_color_10 = '#55672a' let g:terminal_color_11 = '#87411e' let g:terminal_color_12 = '#1f5a7a' @@ -46,62 +46,87 @@ if has('terminal') \ ] endif -"Theme built with Lush.nvim, exported at Fri Aug 27 06:47:26 2021 +"Theme built with Lush.nvim, exported at Sat Aug 28 16:51:20 2021 +highlight Constant guifg=#53636D guibg=NONE guisp=NONE gui=italic +highlight Identifier guifg=#44525B guibg=NONE guisp=NONE gui=NONE +highlight Function guifg=#2C363C guibg=NONE guisp=NONE gui=NONE +highlight Statement guifg=#2C363C guibg=NONE guisp=NONE gui=bold +highlight! link PreProc Statement +highlight Type guifg=#5C534F guibg=NONE guisp=NONE gui=NONE +highlight Special guifg=#53636D guibg=NONE guisp=NONE gui=bold +highlight Delimiter guifg=#8E817B guibg=NONE guisp=NONE gui=NONE +highlight SpecialComment guifg=#948985 guibg=NONE guisp=NONE gui=bold +highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline +highlight! link LspReferenceText ColorColumn +highlight! link LspReferenceRead ColorColumn +highlight! link LspReferenceWrite ColorColumn +highlight! link LspDiagnosticsDefaultError Error +highlight! link LspDiagnosticsDefaultWarning WarningMsg +highlight LspDiagnosticsDefaultInformation guifg=#286486 guibg=NONE guisp=NONE gui=NONE +highlight LspDiagnosticsDefaultHint guifg=#88507D guibg=NONE guisp=NONE gui=NONE +highlight LspDiagnosticsVirtualTextError guifg=#A8334C guibg=#E7DDDE guisp=NONE gui=NONE +highlight LspDiagnosticsVirtualTextWarning guifg=#944927 guibg=#F0E6E4 guisp=NONE gui=NONE +highlight LspDiagnosticsUnderlineError guifg=#A8334C guibg=NONE guisp=NONE gui=undercurl +highlight LspDiagnosticsUnderlineWarning guifg=#944927 guibg=NONE guisp=NONE gui=undercurl +highlight LspDiagnosticsUnderlineInformation guifg=#286486 guibg=NONE guisp=NONE gui=undercurl +highlight LspDiagnosticsUnderlineHint guifg=#88507D guibg=NONE guisp=NONE gui=undercurl highlight! link TSVariable Identifier highlight TSTag guifg=#4D5C65 guibg=NONE guisp=NONE gui=bold highlight GitSignsAdd guifg=#617437 guibg=NONE guisp=NONE gui=NONE highlight GitSignsChange guifg=#286486 guibg=NONE guisp=NONE gui=NONE -highlight GitSignsDelete guifg=#C23C55 guibg=NONE guisp=NONE gui=NONE +highlight GitSignsDelete guifg=#A8334C guibg=NONE guisp=NONE gui=NONE highlight IndentBlanklineChar guifg=#D4CDCA guibg=NONE guisp=NONE gui=NONE highlight! link TelescopeSelection CursorLine -highlight TelescopeSelectionCaret guifg=#C23C55 guibg=#E6E1DF guisp=NONE gui=NONE +highlight TelescopeSelectionCaret guifg=#A8334C guibg=#E6E1DF guisp=NONE gui=NONE highlight TelescopeMatching guifg=#88507D guibg=NONE guisp=NONE gui=bold highlight! link TelescopeBorder FloatBorder -highlight Comment guifg=#948985 guibg=NONE guisp=NONE gui=italic +highlight! link Sneak Search highlight! link SneakLabel WildMenu -highlight! link ErrorMsg Error +highlight SneakLabelMask guifg=#88507D guibg=#88507D guisp=NONE gui=NONE highlight! link BufferCurrent TabLineSel highlight BufferVisible guifg=#596A76 guibg=NONE guisp=NONE gui=NONE -highlight WarningMsg guifg=#914B27 guibg=NONE guisp=NONE gui=NONE -highlight Normal guifg=#2C363C guibg=#F0EDEC guisp=NONE gui=NONE -highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline -highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold -highlight BufferVisibleIndex guifg=#596A76 guibg=NONE guisp=NONE gui=NONE -highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic -highlight Error guifg=#C23C55 guibg=NONE guisp=NONE gui=NONE -highlight Conceal guifg=#4D5C65 guibg=NONE guisp=NONE gui=bold,italic highlight BufferVisibleSign guifg=#596A76 guibg=NONE guisp=NONE gui=NONE +highlight BufferVisibleIndex guifg=#596A76 guibg=NONE guisp=NONE gui=NONE +highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold +highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic +highlight Conceal guifg=#4D5C65 guibg=NONE guisp=NONE gui=bold,italic +highlight WarningMsg guifg=#944927 guibg=NONE guisp=NONE gui=NONE highlight Cursor guifg=#F2F0EF guibg=#2C363C guisp=NONE gui=NONE highlight lCursor guifg=#F2F0EF guibg=#4D5C65 guisp=NONE gui=NONE highlight! link TermCursor Cursor highlight! link TermCursorNC lCursor +highlight Comment guifg=#948985 guibg=NONE guisp=NONE gui=italic +highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline +highlight! link ErrorMsg Error +highlight Normal guifg=#2C363C guibg=#F0EDEC guisp=NONE gui=NONE highlight CursorLine guifg=NONE guibg=#E6E1DF guisp=NONE gui=NONE highlight! link CursorColumn CursorLine -highlight ColorColumn guifg=NONE guibg=#EED8D2 guisp=NONE gui=NONE -highlight DiffAdd guifg=NONE guibg=#BED09F guisp=NONE gui=NONE -highlight DiffChange guifg=NONE guibg=#A6CEEF guisp=NONE gui=NONE -highlight DiffDelete guifg=NONE guibg=#E6B5BA guisp=NONE gui=NONE -highlight DiffText guifg=#2C363C guibg=#7EBDE9 guisp=NONE gui=NONE +highlight ColorColumn guifg=NONE guibg=#EFD8D3 guisp=NONE gui=NONE +highlight DiffAdds guifg=NONE guibg=#E1ECD0 guisp=NONE gui=NONE +highlight DiffAdd guifg=NONE guibg=#DDE6CD guisp=NONE gui=NONE +highlight DiffChange guifg=NONE guibg=#C0DAF2 guisp=NONE gui=NONE +highlight DiffDelete guifg=NONE guibg=#E9CACE guisp=NONE gui=NONE +highlight DiffText guifg=#2C363C guibg=#99C6E9 guisp=NONE gui=NONE highlight LineNr guifg=#9C8E87 guibg=NONE guisp=NONE gui=NONE highlight! link SignColumn LineNr highlight FoldColumn guifg=#9C8E87 guibg=NONE guisp=NONE gui=bold highlight Folded guifg=#564E4A guibg=#CDC2BC guisp=NONE gui=NONE highlight CursorLineNr guifg=#2C363C guibg=NONE guisp=NONE gui=bold highlight MoreMsg guifg=#617437 guibg=NONE guisp=NONE gui=bold -highlight NormalFloat guifg=NONE guibg=#DFD9D6 guisp=NONE gui=NONE +highlight NormalFloat guifg=NONE guibg=#E1DCD9 guisp=NONE gui=NONE highlight FloatBorder guifg=#786D68 guibg=NONE guisp=NONE gui=NONE -highlight Pmenu guifg=NONE guibg=#D6CDC9 guisp=NONE gui=NONE -highlight PmenuSel guifg=NONE guibg=#C0B0A8 guisp=NONE gui=NONE -highlight PmenuSbar guifg=NONE guibg=#AD9E96 guisp=NONE gui=NONE +highlight Pmenu guifg=NONE guibg=#DAD3CF guisp=NONE gui=NONE +highlight PmenuSel guifg=NONE guibg=#C4B6AF guisp=NONE gui=NONE +highlight PmenuSbar guifg=NONE guibg=#B2A39B guisp=NONE gui=NONE highlight PmenuThumb guifg=NONE guibg=#F7F6F5 guisp=NONE gui=NONE highlight Search guifg=#2C363C guibg=#D2A6C8 guisp=NONE gui=NONE highlight IncSearch guifg=#F0EDEC guibg=#88507D guisp=NONE gui=bold highlight! link MatchParen Search -highlight SpellBad guifg=#A7535F guibg=NONE guisp=NONE gui=undercurl -highlight SneakLabelMask guifg=#88507D guibg=#88507D guisp=NONE gui=NONE -highlight SpellCap guifg=#A7535F guibg=NONE guisp=NONE gui=undercurl +highlight SpellBad guifg=#974352 guibg=NONE guisp=NONE gui=undercurl +highlight Error guifg=#A8334C guibg=NONE guisp=NONE gui=NONE +highlight SpellCap guifg=#974352 guibg=NONE guisp=NONE gui=undercurl highlight! link SpellLocal SpellCap -highlight SpellRare guifg=#A7535F guibg=NONE guisp=NONE gui=undercurl +highlight SpellRare guifg=#974352 guibg=NONE guisp=NONE gui=undercurl highlight StatusLine guifg=#2C363C guibg=#D1C7C3 guisp=NONE gui=NONE highlight StatusLineNC guifg=#596A76 guibg=#DAD3CF guisp=NONE gui=NONE highlight TabLine guifg=#2C363C guibg=#D1C7C3 guisp=NONE gui=italic @@ -117,27 +142,3 @@ highlight WildMenu guifg=#F0EDEC guibg=#88507D guisp=NONE gui=NONE highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold highlight! link Question MoreMsg highlight Title guifg=NONE guibg=NONE guisp=NONE gui=bold -highlight Constant guifg=#53636D guibg=NONE guisp=NONE gui=italic -highlight Identifier guifg=#44525B guibg=NONE guisp=NONE gui=NONE -highlight Function guifg=#2C363C guibg=NONE guisp=NONE gui=NONE -highlight Statement guifg=#2C363C guibg=NONE guisp=NONE gui=bold -highlight! link PreProc Statement -highlight Type guifg=#5C534F guibg=NONE guisp=NONE gui=NONE -highlight Special guifg=#53636D guibg=NONE guisp=NONE gui=bold -highlight Delimiter guifg=#8E817B guibg=NONE guisp=NONE gui=NONE -highlight SpecialComment guifg=#948985 guibg=NONE guisp=NONE gui=bold -highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline -highlight! link Sneak Search -highlight! link LspReferenceText ColorColumn -highlight! link LspReferenceRead ColorColumn -highlight! link LspReferenceWrite ColorColumn -highlight! link LspDiagnosticsDefaultError Error -highlight! link LspDiagnosticsDefaultWarning WarningMsg -highlight LspDiagnosticsDefaultInformation guifg=#286486 guibg=NONE guisp=NONE gui=NONE -highlight LspDiagnosticsDefaultHint guifg=#88507D guibg=NONE guisp=NONE gui=NONE -highlight LspDiagnosticsVirtualTextError guifg=#C23C55 guibg=#EBE0E1 guisp=NONE gui=NONE -highlight LspDiagnosticsVirtualTextWarning guifg=#914B27 guibg=#EFDFDB guisp=NONE gui=NONE -highlight LspDiagnosticsUnderlineError guifg=#C23C55 guibg=NONE guisp=NONE gui=undercurl -highlight LspDiagnosticsUnderlineWarning guifg=#914B27 guibg=NONE guisp=NONE gui=undercurl -highlight LspDiagnosticsUnderlineInformation guifg=#286486 guibg=NONE guisp=NONE gui=undercurl -highlight LspDiagnosticsUnderlineHint guifg=#88507D guibg=NONE guisp=NONE gui=undercurl