2021-09-21 20:55:53 +08:00
|
|
|
" This file is auto-generated from lua/zenbones/template/vim.lua
|
2021-08-25 08:24:10 +08:00
|
|
|
if exists('g:colors_name')
|
|
|
|
|
highlight clear
|
|
|
|
|
syntax reset
|
|
|
|
|
set t_Co=256
|
|
|
|
|
endif
|
|
|
|
|
|
2021-10-11 13:55:01 +08:00
|
|
|
set background=light
|
2021-08-25 08:24:10 +08:00
|
|
|
let g:colors_name = 'zenbones'
|
2021-02-07 20:43:35 +11:00
|
|
|
|
2021-09-14 16:07:08 +08:00
|
|
|
let g:terminal_color_0 = '#F0EDEC'
|
2021-09-04 13:15:06 +08:00
|
|
|
let g:terminal_color_1 = '#A8334C'
|
2021-09-16 19:23:31 +08:00
|
|
|
let g:terminal_color_2 = '#4F6C31'
|
2021-08-28 10:46:12 +08:00
|
|
|
let g:terminal_color_3 = '#944927'
|
2021-08-25 10:58:07 +08:00
|
|
|
let g:terminal_color_4 = '#286486'
|
2021-09-04 13:15:06 +08:00
|
|
|
let g:terminal_color_5 = '#88507D'
|
|
|
|
|
let g:terminal_color_6 = '#3B8992'
|
2021-09-14 16:07:08 +08:00
|
|
|
let g:terminal_color_7 = '#2C363C'
|
2021-09-16 19:23:31 +08:00
|
|
|
let g:terminal_color_8 = '#CFC1BA'
|
|
|
|
|
let g:terminal_color_9 = '#94253E'
|
|
|
|
|
let g:terminal_color_10 = '#3F5A22'
|
|
|
|
|
let g:terminal_color_11 = '#803D1C'
|
|
|
|
|
let g:terminal_color_12 = '#1D5573'
|
|
|
|
|
let g:terminal_color_13 = '#7B3B70'
|
|
|
|
|
let g:terminal_color_14 = '#2B747C'
|
|
|
|
|
let g:terminal_color_15 = '#4F5E68'
|
2021-08-25 10:58:07 +08:00
|
|
|
|
2021-10-10 19:26:05 +08:00
|
|
|
if has('nvim') && (!exists('g:zenbones_compat') || g:zenbones_compat == 0)
|
2021-10-09 19:16:56 +08:00
|
|
|
lua package.loaded["zenbones"] = nil
|
|
|
|
|
lua require "lush"(require "zenbones", { force_clean = false })
|
|
|
|
|
finish
|
|
|
|
|
else
|
2021-09-03 11:36:50 +08:00
|
|
|
highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold
|
2021-09-04 13:15:06 +08:00
|
|
|
highlight BufferVisible guifg=#596A76 guibg=NONE guisp=NONE gui=NONE
|
|
|
|
|
highlight BufferVisibleIndex guifg=#596A76 guibg=NONE guisp=NONE gui=NONE
|
|
|
|
|
highlight BufferVisibleSign guifg=#596A76 guibg=NONE guisp=NONE gui=NONE
|
|
|
|
|
highlight CocMarkdownLink guifg=#3B8992 guibg=NONE guisp=NONE gui=underline
|
|
|
|
|
highlight ColorColumn guifg=NONE guibg=#EFD8D3 guisp=NONE gui=NONE
|
|
|
|
|
highlight Comment guifg=#948985 guibg=NONE guisp=NONE gui=italic
|
|
|
|
|
highlight Conceal guifg=#4D5C65 guibg=NONE guisp=NONE gui=bold,italic
|
2021-10-07 09:41:21 +08:00
|
|
|
highlight Constant guifg=#53636D guibg=NONE guisp=NONE gui=italic
|
2021-09-04 13:15:06 +08:00
|
|
|
highlight Cursor guifg=#F2F0EF guibg=#2C363C guisp=NONE gui=NONE
|
|
|
|
|
highlight CursorLine guifg=NONE guibg=#E6E1DF guisp=NONE gui=NONE
|
|
|
|
|
highlight CursorLineNr guifg=#2C363C guibg=NONE guisp=NONE gui=bold
|
|
|
|
|
highlight Delimiter guifg=#8E817B guibg=NONE guisp=NONE gui=NONE
|
2021-10-01 17:18:39 +08:00
|
|
|
highlight DiagnosticHint guifg=#88507D guibg=NONE guisp=NONE gui=NONE
|
|
|
|
|
highlight DiagnosticInfo guifg=#286486 guibg=NONE guisp=NONE gui=NONE
|
|
|
|
|
highlight DiagnosticUnderlineError guifg=#A8334C guibg=NONE guisp=NONE gui=undercurl
|
|
|
|
|
highlight DiagnosticUnderlineHint guifg=#88507D guibg=NONE guisp=NONE gui=undercurl
|
|
|
|
|
highlight DiagnosticUnderlineInfo guifg=#286486 guibg=NONE guisp=NONE gui=undercurl
|
|
|
|
|
highlight DiagnosticUnderlineWarn guifg=#944927 guibg=NONE guisp=NONE gui=undercurl
|
|
|
|
|
highlight DiagnosticVirtualTextError guifg=#A8334C guibg=#E7DDDE guisp=NONE gui=NONE
|
|
|
|
|
highlight DiagnosticVirtualTextWarn guifg=#944927 guibg=#F0E6E4 guisp=NONE gui=NONE
|
2021-10-14 18:19:49 +08:00
|
|
|
highlight DiffAdd guifg=NONE guibg=#C3E0AC guisp=NONE gui=NONE
|
2021-09-04 13:15:06 +08:00
|
|
|
highlight DiffChange guifg=NONE guibg=#C0DAF2 guisp=NONE gui=NONE
|
2021-09-10 18:04:43 +08:00
|
|
|
highlight DiffDelete guifg=NONE guibg=#E7CBCE guisp=NONE gui=NONE
|
2021-09-04 13:15:06 +08:00
|
|
|
highlight DiffText guifg=#2C363C guibg=#99C6E9 guisp=NONE gui=NONE
|
|
|
|
|
highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold
|
|
|
|
|
highlight Error guifg=#A8334C guibg=NONE guisp=NONE gui=NONE
|
|
|
|
|
highlight FloatBorder guifg=#786D68 guibg=NONE guisp=NONE gui=NONE
|
2021-09-08 11:02:16 +08:00
|
|
|
highlight FoldColumn guifg=#A79891 guibg=NONE guisp=NONE gui=bold
|
2021-09-04 13:15:06 +08:00
|
|
|
highlight Folded guifg=#564E4A guibg=#CDC2BC guisp=NONE gui=NONE
|
|
|
|
|
highlight Function guifg=#2C363C guibg=NONE guisp=NONE gui=NONE
|
2021-09-16 19:23:31 +08:00
|
|
|
highlight GitSignsAdd guifg=#4F6C31 guibg=NONE guisp=NONE gui=NONE
|
2021-09-04 13:15:06 +08:00
|
|
|
highlight GitSignsChange guifg=#286486 guibg=NONE guisp=NONE gui=NONE
|
|
|
|
|
highlight GitSignsDelete guifg=#A8334C guibg=NONE guisp=NONE gui=NONE
|
2021-09-06 12:56:58 +08:00
|
|
|
highlight HopNextKey2 guifg=#286486 guibg=NONE guisp=NONE gui=NONE
|
2021-09-04 13:15:06 +08:00
|
|
|
highlight Identifier guifg=#44525B guibg=NONE guisp=NONE gui=NONE
|
|
|
|
|
highlight IncSearch guifg=#F0EDEC guibg=#88507D guisp=NONE gui=bold
|
|
|
|
|
highlight IndentBlanklineChar guifg=#D4CDCA guibg=NONE guisp=NONE gui=NONE
|
|
|
|
|
highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic
|
2021-09-06 12:33:15 +08:00
|
|
|
highlight LightspeedGreyWash guifg=#948985 guibg=NONE guisp=NONE gui=NONE
|
|
|
|
|
highlight LightspeedLabel guifg=#88507D guibg=NONE guisp=NONE gui=bold,underline
|
|
|
|
|
highlight LightspeedLabelDistant guifg=#3B8992 guibg=NONE guisp=NONE gui=bold,underline
|
|
|
|
|
highlight LightspeedLabelDistantOverlapped guifg=#3B8992 guibg=NONE guisp=NONE gui=underline
|
|
|
|
|
highlight LightspeedLabelOverlapped guifg=#88507D guibg=NONE guisp=NONE gui=underline
|
|
|
|
|
highlight LightspeedOneCharMatch guifg=#F0EDEC guibg=#88507D guisp=NONE gui=bold
|
|
|
|
|
highlight LightspeedPendingChangeOpArea guifg=#88507D guibg=NONE guisp=NONE gui=NONE
|
|
|
|
|
highlight LightspeedShortcut guifg=#F0EDEC guibg=#88507D guisp=NONE gui=bold,underline
|
2021-09-08 11:02:16 +08:00
|
|
|
highlight LineNr guifg=#A79891 guibg=NONE guisp=NONE gui=NONE
|
2021-09-16 19:23:31 +08:00
|
|
|
highlight MoreMsg guifg=#4F6C31 guibg=NONE guisp=NONE gui=bold
|
2021-09-04 13:15:06 +08:00
|
|
|
highlight NeogitHunkHeaderHighlight guifg=#2C363C guibg=#E6E1DF guisp=NONE gui=bold
|
|
|
|
|
highlight NonText guifg=#C0B0A8 guibg=NONE guisp=NONE gui=NONE
|
|
|
|
|
highlight Normal guifg=#2C363C guibg=#F0EDEC guisp=NONE gui=NONE
|
|
|
|
|
highlight NormalFloat guifg=NONE guibg=#E1DCD9 guisp=NONE gui=NONE
|
2021-10-07 09:41:21 +08:00
|
|
|
highlight Number guifg=#2C363C guibg=NONE guisp=NONE gui=italic
|
2021-09-25 17:45:16 +08:00
|
|
|
highlight NvimTreeCursorLine guifg=NONE guibg=#DAD3CF guisp=NONE gui=NONE
|
|
|
|
|
highlight NvimTreeRootFolder guifg=#286486 guibg=NONE guisp=NONE gui=bold
|
|
|
|
|
highlight NvimTreeSpecialFile guifg=#88507D guibg=NONE guisp=NONE gui=underline
|
|
|
|
|
highlight NvimTreeSymlink guifg=#286486 guibg=NONE guisp=NONE gui=NONE
|
|
|
|
|
highlight NvimTreeVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE
|
2021-09-04 13:15:06 +08:00
|
|
|
highlight Pmenu guifg=NONE guibg=#DAD3CF guisp=NONE gui=NONE
|
|
|
|
|
highlight PmenuSbar guifg=NONE guibg=#B2A39B guisp=NONE gui=NONE
|
|
|
|
|
highlight PmenuSel guifg=NONE guibg=#C4B6AF guisp=NONE gui=NONE
|
|
|
|
|
highlight PmenuThumb guifg=NONE guibg=#F7F6F5 guisp=NONE gui=NONE
|
|
|
|
|
highlight Search guifg=#2C363C guibg=#D2A6C8 guisp=NONE gui=NONE
|
2021-09-03 11:36:50 +08:00
|
|
|
highlight SneakLabelMask guifg=#88507D guibg=#88507D guisp=NONE gui=NONE
|
2021-10-07 09:41:21 +08:00
|
|
|
highlight Special guifg=#51606B guibg=NONE guisp=NONE gui=bold
|
2021-09-04 13:15:06 +08:00
|
|
|
highlight SpecialComment guifg=#948985 guibg=NONE guisp=NONE gui=bold
|
|
|
|
|
highlight SpecialKey guifg=#C0B0A8 guibg=NONE guisp=NONE gui=italic
|
|
|
|
|
highlight SpellBad guifg=#974352 guibg=NONE guisp=NONE gui=undercurl
|
|
|
|
|
highlight SpellCap guifg=#974352 guibg=NONE guisp=NONE gui=undercurl
|
|
|
|
|
highlight SpellRare guifg=#974352 guibg=NONE guisp=NONE gui=undercurl
|
|
|
|
|
highlight Statement guifg=#2C363C guibg=NONE guisp=NONE gui=bold
|
|
|
|
|
highlight StatusLine guifg=#2C363C guibg=#D1C7C3 guisp=NONE gui=NONE
|
|
|
|
|
highlight StatusLineNC guifg=#596A76 guibg=#DAD3CF guisp=NONE gui=NONE
|
2021-10-07 09:45:19 +08:00
|
|
|
highlight TSConstant guifg=#44525B guibg=NONE guisp=NONE gui=bold
|
2021-09-04 13:15:06 +08:00
|
|
|
highlight TabLineSel guifg=NONE guibg=NONE guisp=NONE gui=bold
|
2021-08-31 10:47:35 +08:00
|
|
|
highlight TelescopeMatching guifg=#88507D guibg=NONE guisp=NONE gui=bold
|
2021-09-03 11:36:50 +08:00
|
|
|
highlight TelescopeSelectionCaret guifg=#A8334C guibg=#E6E1DF guisp=NONE gui=NONE
|
2021-09-04 13:15:06 +08:00
|
|
|
highlight Title guifg=NONE guibg=NONE guisp=NONE gui=bold
|
|
|
|
|
highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline
|
2021-10-07 09:41:21 +08:00
|
|
|
highlight Type guifg=#6A5549 guibg=NONE guisp=NONE gui=NONE
|
2021-09-04 13:15:06 +08:00
|
|
|
highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline
|
|
|
|
|
highlight Visual guifg=NONE guibg=#D2DFE7 guisp=NONE gui=NONE
|
|
|
|
|
highlight WarningMsg guifg=#944927 guibg=NONE guisp=NONE gui=NONE
|
|
|
|
|
highlight WildMenu guifg=#F0EDEC guibg=#88507D guisp=NONE gui=NONE
|
2021-09-16 19:23:31 +08:00
|
|
|
highlight diffAdded guifg=#4F6C31 guibg=NONE guisp=NONE gui=NONE
|
2021-09-04 13:15:06 +08:00
|
|
|
highlight diffChanged guifg=#286486 guibg=NONE guisp=NONE gui=NONE
|
|
|
|
|
highlight diffFile guifg=#944927 guibg=NONE guisp=NONE gui=bold
|
2021-09-03 11:36:50 +08:00
|
|
|
highlight diffIndexLine guifg=#944927 guibg=NONE guisp=NONE gui=NONE
|
|
|
|
|
highlight diffLine guifg=#88507D guibg=NONE guisp=NONE gui=bold
|
2021-09-16 19:23:31 +08:00
|
|
|
highlight diffNewFile guifg=#4F6C31 guibg=NONE guisp=NONE gui=italic
|
2021-09-03 11:36:50 +08:00
|
|
|
highlight diffOldFile guifg=#A8334C guibg=NONE guisp=NONE gui=italic
|
|
|
|
|
highlight diffRemoved guifg=#A8334C guibg=NONE guisp=NONE gui=NONE
|
2021-09-04 13:15:06 +08:00
|
|
|
highlight lCursor guifg=#F2F0EF guibg=#4D5C65 guisp=NONE gui=NONE
|
2021-09-08 10:20:59 +08:00
|
|
|
highlight markdownH1 guifg=#2C363C guibg=NONE guisp=NONE gui=bold,underline
|
2021-09-12 14:21:19 +08:00
|
|
|
highlight! link Boolean Number
|
2021-09-04 13:15:06 +08:00
|
|
|
highlight! link BufferCurrent TabLineSel
|
|
|
|
|
highlight! link CocCodeLens LineNr
|
2021-09-14 16:38:15 +08:00
|
|
|
highlight! link CocErrorHighlight LspDiagnosticsUnderlineError
|
2021-09-04 13:15:06 +08:00
|
|
|
highlight! link CocErrorSign LspDiagnosticsDefaultError
|
|
|
|
|
highlight! link CocErrorVirtualText LspDiagnosticsVirtualTextError
|
2021-09-14 16:38:15 +08:00
|
|
|
highlight! link CocHintHighlight LspDiagnosticsUnderlineHint
|
2021-09-04 13:15:06 +08:00
|
|
|
highlight! link CocHintSign LspDiagnosticsDefaultHint
|
2021-09-14 16:38:15 +08:00
|
|
|
highlight! link CocInfoHighlight LspDiagnosticsUnderlineInformation
|
2021-09-04 13:15:06 +08:00
|
|
|
highlight! link CocInfoSign LspDiagnosticsDefaultInformation
|
|
|
|
|
highlight! link CocSelectedText SpellBad
|
2021-09-14 16:38:15 +08:00
|
|
|
highlight! link CocWarningHighlight LspDiagnosticsUnderlineWarning
|
2021-09-04 13:15:06 +08:00
|
|
|
highlight! link CocWarningSign LspDiagnosticsDefaultWarning
|
|
|
|
|
highlight! link CocWarningVitualText LspDiagnosticsVirtualTextWarning
|
|
|
|
|
highlight! link CursorColumn CursorLine
|
2021-10-01 17:18:39 +08:00
|
|
|
highlight! link DiagnosticError Error
|
|
|
|
|
highlight! link DiagnosticWarn WarningMsg
|
2021-09-04 13:15:06 +08:00
|
|
|
highlight! link EndOfBuffer NonText
|
|
|
|
|
highlight! link ErrorMsg Error
|
|
|
|
|
highlight! link GitGutterAdd GitSignsAdd
|
|
|
|
|
highlight! link GitGutterChange GitSignsChange
|
|
|
|
|
highlight! link GitGutterDelete GitSignsDelete
|
2021-09-06 12:56:58 +08:00
|
|
|
highlight! link HopNextKey LightspeedLabel
|
|
|
|
|
highlight! link HopNextKey1 LightspeedLabelDistant
|
|
|
|
|
highlight! link HopUnmatched LightspeedGreyWash
|
2021-09-06 12:33:15 +08:00
|
|
|
highlight! link LightspeedMaskedChar Conceal
|
|
|
|
|
highlight! link LightspeedPendingOpArea SneakLabel
|
|
|
|
|
highlight! link LightspeedUnlabeledMatch Bold
|
2021-09-03 11:36:50 +08:00
|
|
|
highlight! link LspCodeLens LineNr
|
2021-10-01 17:18:39 +08:00
|
|
|
highlight! link LspDiagnosticsDefaultError DiagnosticError
|
|
|
|
|
highlight! link LspDiagnosticsDefaultHint DiagnosticHint
|
|
|
|
|
highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo
|
|
|
|
|
highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn
|
|
|
|
|
highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError
|
|
|
|
|
highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint
|
|
|
|
|
highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
|
|
|
|
|
highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn
|
|
|
|
|
highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError
|
|
|
|
|
highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn
|
2021-09-03 11:36:50 +08:00
|
|
|
highlight! link LspReferenceRead ColorColumn
|
|
|
|
|
highlight! link LspReferenceText ColorColumn
|
2021-09-04 13:15:06 +08:00
|
|
|
highlight! link LspReferenceWrite ColorColumn
|
|
|
|
|
highlight! link MatchParen Search
|
|
|
|
|
highlight! link NeogitDiffAddHighlight DiffAdd
|
|
|
|
|
highlight! link NeogitDiffContextHighlight CursorLine
|
|
|
|
|
highlight! link NeogitDiffDeleteHighlight DiffDelete
|
|
|
|
|
highlight! link NeogitHunkHeader LineNr
|
|
|
|
|
highlight! link NeogitNotificationError LspDiagnosticsDefaultError
|
|
|
|
|
highlight! link NeogitNotificationInfo LspDiagnosticsDefaultInformation
|
|
|
|
|
highlight! link NeogitNotificationWarning LspDiagnosticsDefaultWarning
|
2021-09-25 17:45:16 +08:00
|
|
|
highlight! link NvimTreeCursorColumn NvimTreeCursorLine
|
|
|
|
|
highlight! link NvimTreeGitDeleted diffRemoved
|
|
|
|
|
highlight! link NvimTreeGitDirty diffChanged
|
|
|
|
|
highlight! link NvimTreeGitNew diffAdded
|
|
|
|
|
highlight! link NvimTreeNormal NormalFloat
|
2021-09-03 11:36:50 +08:00
|
|
|
highlight! link PreProc Statement
|
|
|
|
|
highlight! link Question MoreMsg
|
|
|
|
|
highlight! link SignColumn LineNr
|
2021-09-04 13:15:06 +08:00
|
|
|
highlight! link Sneak Search
|
|
|
|
|
highlight! link SneakLabel WildMenu
|
|
|
|
|
highlight! link SpellLocal SpellCap
|
2021-10-04 20:10:29 +08:00
|
|
|
highlight! link TSConstBuiltin Number
|
|
|
|
|
highlight! link TSConstMacro Number
|
2021-09-08 10:47:59 +08:00
|
|
|
highlight! link TSDanger Error
|
2021-10-04 20:10:29 +08:00
|
|
|
highlight! link TSNamespace Special
|
2021-09-08 10:47:59 +08:00
|
|
|
highlight! link TSNote LspDiagnosticsDefaultInformation
|
|
|
|
|
highlight! link TSTag Special
|
2021-09-04 13:15:06 +08:00
|
|
|
highlight! link TSVariable Identifier
|
2021-10-04 20:10:29 +08:00
|
|
|
highlight! link TSVariableBuiltin Number
|
2021-09-08 10:47:59 +08:00
|
|
|
highlight! link TSWarning WarningMsg
|
2021-10-09 16:27:46 +08:00
|
|
|
highlight! link TabLine StatusLine
|
2021-09-04 13:15:06 +08:00
|
|
|
highlight! link TabLineFill StatusLineNC
|
|
|
|
|
highlight! link TelescopeBorder FloatBorder
|
|
|
|
|
highlight! link TelescopeSelection CursorLine
|
2021-09-03 11:36:50 +08:00
|
|
|
highlight! link TermCursor Cursor
|
2021-10-01 18:14:51 +08:00
|
|
|
highlight! link TermCursorNC lCursor
|
2021-09-10 16:35:00 +08:00
|
|
|
highlight! link TroubleNormal Function
|
|
|
|
|
highlight! link TroubleSource Constant
|
|
|
|
|
highlight! link TroubleText Function
|
2021-09-14 05:54:36 +08:00
|
|
|
highlight! link VertSplit LineNr
|
2021-09-06 12:33:15 +08:00
|
|
|
highlight! link WhichKey Statement
|
|
|
|
|
highlight! link WhichKeyGroup Special
|
|
|
|
|
highlight! link WhichKeySeparator LineNr
|
|
|
|
|
highlight! link WhichKeyValue Constant
|
2021-09-04 13:15:06 +08:00
|
|
|
highlight! link Whitespace NonText
|
2021-09-25 17:45:16 +08:00
|
|
|
highlight! link gitcommitOverflow WarningMsg
|
2021-09-10 18:00:01 +08:00
|
|
|
highlight! link helpHyperTextEntry Special
|
|
|
|
|
highlight! link helpHyperTextJump Constant
|
|
|
|
|
highlight! link helpOption Constant
|
|
|
|
|
highlight! link helpSpecial Type
|
2021-09-08 10:20:59 +08:00
|
|
|
highlight! link markdownCode Identifier
|
|
|
|
|
highlight! link markdownH2 Statement
|
|
|
|
|
highlight! link markdownH3 Statement
|
|
|
|
|
highlight! link markdownH4 Special
|
|
|
|
|
highlight! link markdownH5 Special
|
|
|
|
|
highlight! link markdownH6 Special
|
|
|
|
|
highlight! link markdownLinkTextDelimiter Delimiter
|
2021-10-09 19:16:56 +08:00
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
if has('terminal')
|
|
|
|
|
let g:terminal_ansi_colors = [
|
|
|
|
|
\ g:terminal_color_0,
|
|
|
|
|
\ g:terminal_color_1,
|
|
|
|
|
\ g:terminal_color_2,
|
|
|
|
|
\ g:terminal_color_3,
|
|
|
|
|
\ g:terminal_color_4,
|
|
|
|
|
\ g:terminal_color_5,
|
|
|
|
|
\ g:terminal_color_6,
|
|
|
|
|
\ g:terminal_color_7,
|
|
|
|
|
\ g:terminal_color_8,
|
|
|
|
|
\ g:terminal_color_9,
|
|
|
|
|
\ g:terminal_color_10,
|
|
|
|
|
\ g:terminal_color_11,
|
|
|
|
|
\ g:terminal_color_12,
|
|
|
|
|
\ g:terminal_color_13,
|
|
|
|
|
\ g:terminal_color_14,
|
|
|
|
|
\ g:terminal_color_15
|
|
|
|
|
\ ]
|
|
|
|
|
endif
|