From 0eae0614de6adb38c5e3cb7b47508da759b8dff3 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Sat, 28 Aug 2021 16:52:07 +0800 Subject: [PATCH] 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