export viml
This commit is contained in:
@@ -2,19 +2,89 @@
|
||||
set background=light
|
||||
let g:colors_name="zenbones"
|
||||
|
||||
" By setting our module to nil, we clear lua's cache,
|
||||
" which means the require ahead will *always* occur.
|
||||
"
|
||||
" This isn't strictly required but it can be a useful trick if you are
|
||||
" incrementally editing your config a lot and want to be sure your themes
|
||||
" changes are being picked up without restarting neovim.
|
||||
"
|
||||
" Note if you're working in on your theme and have :Lushify'd the buffer,
|
||||
" your changes will be applied with our without the following line.
|
||||
"
|
||||
" The performance impact of this call can be measured in the hundreds of
|
||||
" *nanoseconds* and such could be considered "production safe".
|
||||
lua package.loaded['lush_theme.zenbones'] = nil
|
||||
|
||||
" include our theme file and pass it to lush to apply
|
||||
lua require('lush')(require('lush_theme.zenbones'))
|
||||
"Theme built with Lush.nvim, exported at Tue Aug 24 18:16:17 2021
|
||||
highlight Type guifg=#5C534F guibg=NONE guisp=NONE gui=NONE
|
||||
highlight NonText guifg=#C0B0A8 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight IncSearch guifg=#F0EDEC guibg=#88507D guisp=NONE gui=bold
|
||||
highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold
|
||||
highlight Statement guifg=#2C363C guibg=NONE guisp=NONE gui=bold
|
||||
highlight! link PreProc Statement
|
||||
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 Error guifg=#C23C55 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight Comment guifg=#948985 guibg=NONE guisp=NONE gui=italic
|
||||
highlight! link SneakLabel WildMenu
|
||||
highlight! link ErrorMsg Error
|
||||
highlight! link LspDiagnosticsDefaultError Error
|
||||
highlight! link LspDiagnosticsDefaultWarning WarningMsg
|
||||
highlight! link Question MoreMsg
|
||||
highlight! link TSVariable Identifier
|
||||
highlight LspDiagnosticsUnderlineHint guifg=#88507D guibg=NONE guisp=NONE gui=undercurl
|
||||
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! link TelescopeBorder FloatBorder
|
||||
highlight Function guifg=#2C363C guibg=NONE guisp=NONE gui=NONE
|
||||
highlight SneakLabelMask guifg=#88507D guibg=#88507D guisp=NONE gui=NONE
|
||||
highlight! link Sneak Search
|
||||
highlight NormalFloat guifg=NONE guibg=#E1DCD9 guisp=NONE gui=NONE
|
||||
highlight TelescopeMatching guifg=#88507D guibg=NONE guisp=NONE gui=bold
|
||||
highlight TelescopeSelectionCaret guifg=#C23C55 guibg=#E6E1DF guisp=NONE gui=NONE
|
||||
highlight! link TelescopeSelection CursorLine
|
||||
highlight IndentBlanklineChar guifg=#D4CDCA guibg=NONE guisp=NONE gui=NONE
|
||||
highlight TSTag guifg=#4D5C65 guibg=NONE guisp=NONE gui=bold
|
||||
highlight GitSignsChange guifg=#286486 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight GitSignsAdd guifg=#617437 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight GitSignsDelete guifg=#C23C55 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight Normal guifg=#2C363C guibg=#F0EDEC guisp=NONE gui=NONE
|
||||
highlight Constant guifg=#53636D guibg=NONE guisp=NONE gui=italic
|
||||
highlight LspDiagnosticsDefaultHint guifg=#88507D guibg=NONE guisp=NONE gui=NONE
|
||||
highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic
|
||||
highlight LspDiagnosticsDefaultInformation guifg=#286486 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight Conceal guifg=#4D5C65 guibg=NONE guisp=NONE gui=bold,italic
|
||||
highlight WarningMsg guifg=#914B27 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 CursorLine guifg=NONE guibg=#E6E1DF guisp=NONE gui=NONE
|
||||
highlight! link CursorColumn CursorLine
|
||||
highlight ColorColumn guifg=NONE guibg=#EED8D2 guisp=NONE gui=NONE
|
||||
highlight DiffText guifg=#2C363C guibg=#A9CEEC 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 FloatBorder guifg=#786D68 guibg=NONE 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=#AD9E96 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! link MatchParen Search
|
||||
highlight SpellBad guifg=#A7535F guibg=NONE guisp=NONE gui=undercurl
|
||||
highlight DiffDelete guifg=NONE guibg=#E6B5BA guisp=NONE gui=NONE
|
||||
highlight SpellCap guifg=#A7535F guibg=NONE guisp=NONE gui=undercurl
|
||||
highlight! link SpellLocal SpellCap
|
||||
highlight SpellRare guifg=#A7535F guibg=NONE guisp=NONE gui=undercurl
|
||||
highlight StatusLine guifg=#2C363C guibg=#CDC2BC guisp=NONE gui=NONE
|
||||
highlight StatusLineNC guifg=#596A76 guibg=#DAD3CF guisp=NONE gui=NONE
|
||||
highlight TabLine guifg=#2C363C guibg=#CDC2BC guisp=NONE gui=italic
|
||||
highlight! link TabLineFill StatusLineNC
|
||||
highlight! link TabLineSel Bold
|
||||
highlight VertSplit guifg=#F7F6F5 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight Visual guifg=NONE guibg=#D2DFE7 guisp=NONE gui=NONE
|
||||
highlight SpecialKey guifg=#C0B0A8 guibg=NONE guisp=NONE gui=italic
|
||||
highlight! link Whitespace NonText
|
||||
highlight! link EndOfBuffer NonText
|
||||
highlight WildMenu guifg=#F0EDEC guibg=#88507D guisp=NONE gui=NONE
|
||||
highlight! link Directory Bold
|
||||
highlight! link Title Bold
|
||||
highlight Identifier guifg=#44525B guibg=NONE guisp=NONE gui=NONE
|
||||
highlight DiffChange guifg=NONE guibg=#C5DAEC guisp=NONE gui=NONE
|
||||
highlight DiffAdd guifg=NONE guibg=#BED09F guisp=NONE gui=NONE
|
||||
highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline
|
||||
|
||||
Reference in New Issue
Block a user