├── colortemplate └── habanight.colortemplate ├── README.adoc └── colors └── habanight.vim /colortemplate/habanight.colortemplate: -------------------------------------------------------------------------------- 1 | ; vim: ft=colortemplate 2 | Full name: habanight 3 | Short name: habanight 4 | Description: That tonight's gonna be a Haba night. Habanight Habanight. 5 | Author: Maxim Kim 6 | Neovim: yes 7 | 8 | Variant: gui 256 9 | 10 | Background: dark 11 | 12 | ;;; Color palette 13 | Color: foreground #bcbcbc 250 14 | Color: background #000000 16 15 | 16 | Color: color00 #1C1C1C 234 17 | Color: color08 #444444 238 18 | 19 | Color: color01 #d77575 167 20 | Color: color09 #a16946 130 21 | 22 | Color: color02 #5F875F 65 23 | Color: color10 #87AF87 108 24 | 25 | Color: color03 #dc9656 215 26 | Color: color11 #d7b082 180 27 | 28 | Color: color04 #5F87AF 67 29 | Color: color12 #87AFD7 110 30 | 31 | Color: color05 #af87af 139 32 | Color: color13 #d7afd7 182 33 | 34 | Color: color06 #5F8787 66 35 | Color: color14 #86c1b9 116 36 | 37 | Color: color07 #6c6c6c 242 38 | Color: color15 #FFFFFF 231 39 | 40 | 41 | ;;; Additional colors 42 | Color: color16 #262626 235 43 | 44 | 45 | ;;; Term colors 46 | Term colors: color00 color01 color02 color03 color04 color05 color06 color07 47 | Term colors: color08 color09 color10 color11 color12 color13 color14 color15 48 | 49 | 50 | ;;; chrome 51 | 52 | Variant: gui 53 | #if get(g:, '@optionprefix_transp_bg', 0) && !has('gui_running') 54 | Variant: 256 55 | #if get(g:, '@optionprefix_transp_bg', 0) 56 | Variant: gui 256 57 | Normal foreground none 58 | #else 59 | Normal foreground background 60 | #endif 61 | 62 | EndOfBuffer color08 none 63 | Statusline background color04 64 | StatuslineNC foreground color08 65 | StatuslineTerm background color04 66 | StatuslineTermNC foreground color08 67 | VertSplit color08 color08 68 | 69 | Pmenu none color08 70 | PmenuSel background color11 71 | PmenuSbar none color08 72 | PmenuThumb none color07 73 | 74 | TabLine foreground color08 75 | TabLineFill none color08 76 | TabLineSel background color04 77 | 78 | ToolbarLine none color00 79 | ToolbarButton color00 color06 80 | 81 | NonText color08 none 82 | SpecialKey color08 none 83 | 84 | Folded color07 color00 85 | Visual background color12 86 | VisualNOS background color12 87 | LineNr color07 none 88 | FoldColumn color07 none 89 | CursorLine none color16 90 | CursorColumn none color16 91 | CursorLineNr none color16 92 | QuickFixLine none color16 93 | SignColumn none none 94 | 95 | Underlined color12 none underline 96 | 97 | Error color00 color01 98 | ErrorMsg color00 color01 99 | WarningMsg color11 none 100 | MoreMsg color03 none 101 | ModeMsg background color03 102 | Question color02 none 103 | 104 | Todo background color07 105 | MatchParen background color14 106 | Search background color02 107 | IncSearch background color11 108 | WildMenu background color11 109 | ColorColumn none color00 110 | Cursor background foreground 111 | lCursor foreground color03 112 | 113 | DiffAdd background color10 114 | DiffChange none none 115 | DiffText background color03 116 | DiffDelete color08 none 117 | 118 | SpellBad color01 none t=underline g=undercurl s=color01 119 | SpellCap color09 none t=underline g=undercurl s=color09 120 | SpellLocal color03 none t=underline g=undercurl s=color03 121 | SpellRare color05 none t=underline g=undercurl s=color05 122 | 123 | 124 | ;;; syntax 125 | 126 | Identifier color04 none 127 | Function color12 none 128 | Statement color05 none 129 | Operator color13 none 130 | Constant color03 none 131 | String color10 none 132 | PreProc color11 none 133 | Special color14 none 134 | Tag color11 none 135 | Delimiter color09 none 136 | Type color01 none 137 | Directory color04 none 138 | Comment color07 none 139 | Conceal color07 none 140 | Ignore none none 141 | 142 | Title color15 none 143 | 144 | 145 | 146 | colortemplateKey -> Statement 147 | colortemplateAttr -> String 148 | vimNotation -> Type 149 | vimFuncSID -> PreProc 150 | vimHiTerm -> Identifier 151 | helpNotVi -> Comment 152 | helpExample -> PreProc 153 | gitCommitSummary -> Title 154 | cocErrorSign -> Type 155 | asciidoctorOption color07 none 156 | asciidoctorLiteralBlock color07 none 157 | asciidoctorIndented color07 none 158 | SelectDirectoryPrefix color07 none 159 | -------------------------------------------------------------------------------- /README.adoc: -------------------------------------------------------------------------------- 1 | = HABANIGHT: vim colorscheme 2 | :experimental: 3 | :icons: font 4 | :autofit-option: 5 | :!source-linenums-option: 6 | :imagesdir: images 7 | 8 | .`#vim freenode irc` name origin: 9 | 10 | I am bad with names 11 | I got a feeling 12 | That tonight's gonna be a Haba night. 13 | That tonight's gonna be a Haba night. Habanight Habanight. 14 | lol 15 | should I call it habanight? 16 | habanight is not a bad name. 17 | * habamax hold my beer 18 | 19 | 20 | * Built using awesome https://github.com/lifepillar/vim-colortemplate[Toolkit for Vim Color Scheme Designers!] 21 | * No fancy background, pure black is here. 22 | * No syntax with bold or italic. Simple. 23 | * Do you want white background? Check link:https://github.com/habamax/vim-polar[polar]. 24 | * Do you want light background? Check link:https://github.com/habamax/vim-psionic[psionic]. 25 | * Do you like dark gruvbox colors? Check link:https://github.com/habamax/vim-gruvbit[gruvbit]. 26 | * Do you like https://github.com/romainl/Apprentice[Apprentice]? Check link:https://github.com/habamax/vim-alchemist[alchemist]. 27 | 28 | 29 | == More than 1000 words 30 | 31 | image::https://user-images.githubusercontent.com/234774/100902443-efc0cb00-34d5-11eb-8787-0e038e24c6a7.png[] 32 | 33 | image::https://user-images.githubusercontent.com/234774/100902230-c142f000-34d5-11eb-9ea1-e51857a5ae13.png[] 34 | 35 | image::https://user-images.githubusercontent.com/234774/100902084-9bb5e680-34d5-11eb-8403-2d4ae21b5a22.png[] 36 | 37 | image::https://user-images.githubusercontent.com/234774/100902002-83de6280-34d5-11eb-806b-5018258a5675.png[] 38 | 39 | 40 | == Installation 41 | 42 | Using plugin manager:: 43 | Follow your plugin manager documentation, for example, link:https://github.com/junegunn/vim-plug[vim-plug] does it this way: 44 | + 45 | [source,vim] 46 | ------------------------------------------------------------------------------ 47 | " Specify a directory for plugins 48 | call plug#begin('~/.vim/plugged') 49 | 50 | Plug 'habamax/vim-habanight' 51 | 52 | " ... other plugins ... 53 | 54 | " Initialize plugin system 55 | call plug#end() 56 | 57 | set termguicolors 58 | colorscheme habanight 59 | ------------------------------------------------------------------------------ 60 | 61 | Manual with git:: 62 | Clone this repo to your vim/nvim packages directory: 63 | + 64 | .Vim on Linux or OSX 65 | [source,sh] 66 | ------------------------------------------------------------------------------ 67 | git clone https://github.com/habamax/vim-habanight ~/.vim/pack/plugins/start/vim-habanight 68 | ------------------------------------------------------------------------------ 69 | + 70 | .Neovim on Linux or OSX 71 | [source,sh] 72 | ------------------------------------------------------------------------------ 73 | git clone https://github.com/habamax/vim-habanight ~/.config/nvim/pack/plugins/start/vim-habanight 74 | ------------------------------------------------------------------------------ 75 | + 76 | .Vim on Windows 77 | [source,sh] 78 | ------------------------------------------------------------------------------ 79 | git clone https://github.com/habamax/vim-habanight C:/Users/USERNAME/vimfiles/pack/plugins/start/vim-habanight <.> 80 | ------------------------------------------------------------------------------ 81 | + 82 | .Neovim on Windows 83 | [source,sh] 84 | ------------------------------------------------------------------------------ 85 | git clone https://github.com/habamax/vim-habanight C:/Users/USERNAME/AppData/Local/nvim/pack/plugins/start/vim-habanight <.> 86 | ------------------------------------------------------------------------------ 87 | <.> Change `USERNAME` to your user name 88 | 89 | 90 | Manual:: 91 | * Download zip archive (available in menu:Code[Download ZIP]) 92 | * Extract `colors/habanight.vim` file into your vim/nvim settings directory 93 | ** `~/.vim/colors/habanight.vim` -- vim (linux, osx) 94 | ** `~/vimfiles/colors/habanight.vim` -- vim (windows) 95 | ** `~/.config/nvim/colors/habanight.vim` -- neovim (linux, osx) 96 | ** `~/AppData/Local/nvim/colors/habanight.vim` -- neovim (windows) 97 | 98 | add to your settings: 99 | 100 | [source,vim] 101 | ------------------------------------------------------------------------------ 102 | set termguicolors 103 | colorscheme habanight 104 | ------------------------------------------------------------------------------ 105 | 106 | 107 | == Looks good but I want italic comments 108 | 109 | Add following to your settings file: 110 | 111 | [source,vim] 112 | ------------------------------------------------------------------------------ 113 | 114 | augroup colorscheme_change | au! 115 | au ColorScheme habanight hi Comment gui=italic cterm=italic 116 | augroup END 117 | 118 | set termguicolors 119 | colorscheme habanight 120 | 121 | ------------------------------------------------------------------------------ 122 | 123 | 124 | == And bold statements 125 | 126 | Add following to your settings file: 127 | 128 | [source,vim] 129 | ------------------------------------------------------------------------------ 130 | 131 | func! s:habanight_setup() abort 132 | hi Comment gui=italic cterm=italic 133 | hi Statement gui=bold cterm=bold 134 | endfunc 135 | 136 | augroup colorscheme_change | au! 137 | au ColorScheme habanight call s:habanight_setup() 138 | augroup END 139 | 140 | set termguicolors 141 | colorscheme habanight 142 | 143 | ------------------------------------------------------------------------------ 144 | 145 | == And VertSplit without background colors 146 | 147 | [source,vim] 148 | ------------------------------------------------------------------------------ 149 | 150 | func! s:habanight_setup() abort 151 | hi Comment gui=italic cterm=italic 152 | hi Statement gui=bold cterm=bold 153 | hi VertSplit guibg=NONE ctermbg=NONE 154 | endfunc 155 | 156 | augroup colorscheme_change | au! 157 | au ColorScheme habanight call s:habanight_setup() 158 | augroup END 159 | 160 | set termguicolors 161 | colorscheme habanight 162 | 163 | ------------------------------------------------------------------------------ 164 | 165 | == What about terminals with semi-transparent backgrounds? 166 | 167 | Add this: 168 | 169 | [source,vim] 170 | ------------------------------------------------------------------------------ 171 | let g:habanight_transp_bg = v:true 172 | ------------------------------------------------------------------------------ 173 | 174 | image::https://user-images.githubusercontent.com/234774/100901726-3661f580-34d5-11eb-9064-8512dedff885.png[] 175 | 176 | -------------------------------------------------------------------------------- /colors/habanight.vim: -------------------------------------------------------------------------------- 1 | " Name: habanight 2 | " Description: That tonight's gonna be a Haba night. Habanight Habanight. 3 | " Author: Maxim Kim 4 | " Maintainer: Maxim Kim 5 | " License: Vim License (see `:help license`) 6 | " Last Updated: 28.03.2021 21:07:08 7 | 8 | " Generated by Colortemplate v2.1.0 9 | 10 | set background=dark 11 | 12 | hi clear 13 | let g:colors_name = 'habanight' 14 | 15 | let s:t_Co = exists('&t_Co') && !empty(&t_Co) && &t_Co > 1 ? &t_Co : 2 16 | 17 | if (has('termguicolors') && &termguicolors) || has('gui_running') 18 | let g:terminal_ansi_colors = ['#1c1c1c', '#d77575', '#5f875f', '#dc9656', '#5f87af', '#af87af', '#5f8787', '#6c6c6c', '#444444', '#a16946', '#87af87', '#d7b082', '#87afd7', '#d7afd7', '#86c1b9', '#ffffff'] 19 | if has('nvim') 20 | let g:terminal_color_0 = '#1c1c1c' 21 | let g:terminal_color_1 = '#d77575' 22 | let g:terminal_color_2 = '#5f875f' 23 | let g:terminal_color_3 = '#dc9656' 24 | let g:terminal_color_4 = '#5f87af' 25 | let g:terminal_color_5 = '#af87af' 26 | let g:terminal_color_6 = '#5f8787' 27 | let g:terminal_color_7 = '#6c6c6c' 28 | let g:terminal_color_8 = '#444444' 29 | let g:terminal_color_9 = '#a16946' 30 | let g:terminal_color_10 = '#87af87' 31 | let g:terminal_color_11 = '#d7b082' 32 | let g:terminal_color_12 = '#87afd7' 33 | let g:terminal_color_13 = '#d7afd7' 34 | let g:terminal_color_14 = '#86c1b9' 35 | let g:terminal_color_15 = '#ffffff' 36 | endif 37 | if get(g:, 'habanight_transp_bg', 0) && !has('gui_running') 38 | hi Normal guifg=#bcbcbc guibg=NONE gui=NONE cterm=NONE 39 | else 40 | hi Normal guifg=#bcbcbc guibg=#000000 gui=NONE cterm=NONE 41 | endif 42 | hi EndOfBuffer guifg=#444444 guibg=NONE gui=NONE cterm=NONE 43 | hi Statusline guifg=#000000 guibg=#5f87af gui=NONE cterm=NONE 44 | hi StatuslineNC guifg=#bcbcbc guibg=#444444 gui=NONE cterm=NONE 45 | hi StatuslineTerm guifg=#000000 guibg=#5f87af gui=NONE cterm=NONE 46 | hi StatuslineTermNC guifg=#bcbcbc guibg=#444444 gui=NONE cterm=NONE 47 | hi VertSplit guifg=#444444 guibg=#444444 gui=NONE cterm=NONE 48 | hi Pmenu guifg=NONE guibg=#444444 gui=NONE cterm=NONE 49 | hi PmenuSel guifg=#000000 guibg=#d7b082 gui=NONE cterm=NONE 50 | hi PmenuSbar guifg=NONE guibg=#444444 gui=NONE cterm=NONE 51 | hi PmenuThumb guifg=NONE guibg=#6c6c6c gui=NONE cterm=NONE 52 | hi TabLine guifg=#bcbcbc guibg=#444444 gui=NONE cterm=NONE 53 | hi TabLineFill guifg=NONE guibg=#444444 gui=NONE cterm=NONE 54 | hi TabLineSel guifg=#000000 guibg=#5f87af gui=NONE cterm=NONE 55 | hi ToolbarLine guifg=NONE guibg=#1c1c1c gui=NONE cterm=NONE 56 | hi ToolbarButton guifg=#1c1c1c guibg=#5f8787 gui=NONE cterm=NONE 57 | hi NonText guifg=#444444 guibg=NONE gui=NONE cterm=NONE 58 | hi SpecialKey guifg=#444444 guibg=NONE gui=NONE cterm=NONE 59 | hi Folded guifg=#6c6c6c guibg=#1c1c1c gui=NONE cterm=NONE 60 | hi Visual guifg=#000000 guibg=#87afd7 gui=NONE cterm=NONE 61 | hi VisualNOS guifg=#000000 guibg=#87afd7 gui=NONE cterm=NONE 62 | hi LineNr guifg=#6c6c6c guibg=NONE gui=NONE cterm=NONE 63 | hi FoldColumn guifg=#6c6c6c guibg=NONE gui=NONE cterm=NONE 64 | hi CursorLine guifg=NONE guibg=#262626 gui=NONE cterm=NONE 65 | hi CursorColumn guifg=NONE guibg=#262626 gui=NONE cterm=NONE 66 | hi CursorLineNr guifg=NONE guibg=#262626 gui=NONE cterm=NONE 67 | hi QuickFixLine guifg=NONE guibg=#262626 gui=NONE cterm=NONE 68 | hi SignColumn guifg=NONE guibg=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE 69 | hi Underlined guifg=#87afd7 guibg=NONE gui=underline cterm=underline 70 | hi Error guifg=#1c1c1c guibg=#d77575 gui=NONE cterm=NONE 71 | hi ErrorMsg guifg=#1c1c1c guibg=#d77575 gui=NONE cterm=NONE 72 | hi WarningMsg guifg=#d7b082 guibg=NONE gui=NONE cterm=NONE 73 | hi MoreMsg guifg=#dc9656 guibg=NONE gui=NONE cterm=NONE 74 | hi ModeMsg guifg=#000000 guibg=#dc9656 gui=NONE cterm=NONE 75 | hi Question guifg=#5f875f guibg=NONE gui=NONE cterm=NONE 76 | hi Todo guifg=#000000 guibg=#6c6c6c gui=NONE cterm=NONE 77 | hi MatchParen guifg=#000000 guibg=#86c1b9 gui=NONE cterm=NONE 78 | hi Search guifg=#000000 guibg=#5f875f gui=NONE cterm=NONE 79 | hi IncSearch guifg=#000000 guibg=#d7b082 gui=NONE cterm=NONE 80 | hi WildMenu guifg=#000000 guibg=#d7b082 gui=NONE cterm=NONE 81 | hi ColorColumn guifg=NONE guibg=#1c1c1c gui=NONE cterm=NONE 82 | hi Cursor guifg=#000000 guibg=#bcbcbc gui=NONE cterm=NONE 83 | hi lCursor guifg=#bcbcbc guibg=#dc9656 gui=NONE cterm=NONE 84 | hi DiffAdd guifg=#000000 guibg=#87af87 gui=NONE cterm=NONE 85 | hi DiffChange guifg=NONE guibg=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE 86 | hi DiffText guifg=#000000 guibg=#dc9656 gui=NONE cterm=NONE 87 | hi DiffDelete guifg=#444444 guibg=NONE gui=NONE cterm=NONE 88 | hi SpellBad guifg=#d77575 guibg=NONE guisp=#d77575 gui=undercurl cterm=underline 89 | hi SpellCap guifg=#a16946 guibg=NONE guisp=#a16946 gui=undercurl cterm=underline 90 | hi SpellLocal guifg=#dc9656 guibg=NONE guisp=#dc9656 gui=undercurl cterm=underline 91 | hi SpellRare guifg=#af87af guibg=NONE guisp=#af87af gui=undercurl cterm=underline 92 | hi Identifier guifg=#5f87af guibg=NONE gui=NONE cterm=NONE 93 | hi Function guifg=#87afd7 guibg=NONE gui=NONE cterm=NONE 94 | hi Statement guifg=#af87af guibg=NONE gui=NONE cterm=NONE 95 | hi Operator guifg=#d7afd7 guibg=NONE gui=NONE cterm=NONE 96 | hi Constant guifg=#dc9656 guibg=NONE gui=NONE cterm=NONE 97 | hi String guifg=#87af87 guibg=NONE gui=NONE cterm=NONE 98 | hi PreProc guifg=#d7b082 guibg=NONE gui=NONE cterm=NONE 99 | hi Special guifg=#86c1b9 guibg=NONE gui=NONE cterm=NONE 100 | hi Tag guifg=#d7b082 guibg=NONE gui=NONE cterm=NONE 101 | hi Delimiter guifg=#a16946 guibg=NONE gui=NONE cterm=NONE 102 | hi Type guifg=#d77575 guibg=NONE gui=NONE cterm=NONE 103 | hi Directory guifg=#5f87af guibg=NONE gui=NONE cterm=NONE 104 | hi Comment guifg=#6c6c6c guibg=NONE gui=NONE cterm=NONE 105 | hi Conceal guifg=#6c6c6c guibg=NONE gui=NONE cterm=NONE 106 | hi Ignore guifg=NONE guibg=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE 107 | hi Title guifg=#ffffff guibg=NONE gui=NONE cterm=NONE 108 | hi! link colortemplateKey Statement 109 | hi! link colortemplateAttr String 110 | hi! link vimNotation Type 111 | hi! link vimFuncSID PreProc 112 | hi! link vimHiTerm Identifier 113 | hi! link helpNotVi Comment 114 | hi! link helpExample PreProc 115 | hi! link gitCommitSummary Title 116 | hi! link cocErrorSign Type 117 | hi asciidoctorOption guifg=#6c6c6c guibg=NONE gui=NONE cterm=NONE 118 | hi asciidoctorLiteralBlock guifg=#6c6c6c guibg=NONE gui=NONE cterm=NONE 119 | hi asciidoctorIndented guifg=#6c6c6c guibg=NONE gui=NONE cterm=NONE 120 | hi SelectDirectoryPrefix guifg=#6c6c6c guibg=NONE gui=NONE cterm=NONE 121 | unlet s:t_Co 122 | finish 123 | endif 124 | 125 | if s:t_Co >= 256 126 | if get(g:, 'habanight_transp_bg', 0) 127 | hi Normal ctermfg=250 ctermbg=NONE cterm=NONE 128 | else 129 | hi Normal ctermfg=250 ctermbg=16 cterm=NONE 130 | if !has('patch-8.0.0616') && !has('nvim') " Fix for Vim bug 131 | set background=dark 132 | endif 133 | endif 134 | hi EndOfBuffer ctermfg=238 ctermbg=NONE cterm=NONE 135 | hi Statusline ctermfg=16 ctermbg=67 cterm=NONE 136 | hi StatuslineNC ctermfg=250 ctermbg=238 cterm=NONE 137 | hi StatuslineTerm ctermfg=16 ctermbg=67 cterm=NONE 138 | hi StatuslineTermNC ctermfg=250 ctermbg=238 cterm=NONE 139 | hi VertSplit ctermfg=238 ctermbg=238 cterm=NONE 140 | hi Pmenu ctermfg=NONE ctermbg=238 cterm=NONE 141 | hi PmenuSel ctermfg=16 ctermbg=180 cterm=NONE 142 | hi PmenuSbar ctermfg=NONE ctermbg=238 cterm=NONE 143 | hi PmenuThumb ctermfg=NONE ctermbg=242 cterm=NONE 144 | hi TabLine ctermfg=250 ctermbg=238 cterm=NONE 145 | hi TabLineFill ctermfg=NONE ctermbg=238 cterm=NONE 146 | hi TabLineSel ctermfg=16 ctermbg=67 cterm=NONE 147 | hi ToolbarLine ctermfg=NONE ctermbg=234 cterm=NONE 148 | hi ToolbarButton ctermfg=234 ctermbg=66 cterm=NONE 149 | hi NonText ctermfg=238 ctermbg=NONE cterm=NONE 150 | hi SpecialKey ctermfg=238 ctermbg=NONE cterm=NONE 151 | hi Folded ctermfg=242 ctermbg=234 cterm=NONE 152 | hi Visual ctermfg=16 ctermbg=110 cterm=NONE 153 | hi VisualNOS ctermfg=16 ctermbg=110 cterm=NONE 154 | hi LineNr ctermfg=242 ctermbg=NONE cterm=NONE 155 | hi FoldColumn ctermfg=242 ctermbg=NONE cterm=NONE 156 | hi CursorLine ctermfg=NONE ctermbg=235 cterm=NONE 157 | hi CursorColumn ctermfg=NONE ctermbg=235 cterm=NONE 158 | hi CursorLineNr ctermfg=NONE ctermbg=235 cterm=NONE 159 | hi QuickFixLine ctermfg=NONE ctermbg=235 cterm=NONE 160 | hi SignColumn ctermfg=NONE ctermbg=NONE cterm=NONE 161 | hi Underlined ctermfg=110 ctermbg=NONE cterm=underline 162 | hi Error ctermfg=234 ctermbg=167 cterm=NONE 163 | hi ErrorMsg ctermfg=234 ctermbg=167 cterm=NONE 164 | hi WarningMsg ctermfg=180 ctermbg=NONE cterm=NONE 165 | hi MoreMsg ctermfg=215 ctermbg=NONE cterm=NONE 166 | hi ModeMsg ctermfg=16 ctermbg=215 cterm=NONE 167 | hi Question ctermfg=65 ctermbg=NONE cterm=NONE 168 | hi Todo ctermfg=16 ctermbg=242 cterm=NONE 169 | hi MatchParen ctermfg=16 ctermbg=116 cterm=NONE 170 | hi Search ctermfg=16 ctermbg=65 cterm=NONE 171 | hi IncSearch ctermfg=16 ctermbg=180 cterm=NONE 172 | hi WildMenu ctermfg=16 ctermbg=180 cterm=NONE 173 | hi ColorColumn ctermfg=NONE ctermbg=234 cterm=NONE 174 | hi Cursor ctermfg=16 ctermbg=250 cterm=NONE 175 | hi lCursor ctermfg=250 ctermbg=215 cterm=NONE 176 | hi DiffAdd ctermfg=16 ctermbg=108 cterm=NONE 177 | hi DiffChange ctermfg=NONE ctermbg=NONE cterm=NONE 178 | hi DiffText ctermfg=16 ctermbg=215 cterm=NONE 179 | hi DiffDelete ctermfg=238 ctermbg=NONE cterm=NONE 180 | hi SpellBad ctermfg=167 ctermbg=NONE cterm=underline 181 | hi SpellCap ctermfg=130 ctermbg=NONE cterm=underline 182 | hi SpellLocal ctermfg=215 ctermbg=NONE cterm=underline 183 | hi SpellRare ctermfg=139 ctermbg=NONE cterm=underline 184 | hi Identifier ctermfg=67 ctermbg=NONE cterm=NONE 185 | hi Function ctermfg=110 ctermbg=NONE cterm=NONE 186 | hi Statement ctermfg=139 ctermbg=NONE cterm=NONE 187 | hi Operator ctermfg=182 ctermbg=NONE cterm=NONE 188 | hi Constant ctermfg=215 ctermbg=NONE cterm=NONE 189 | hi String ctermfg=108 ctermbg=NONE cterm=NONE 190 | hi PreProc ctermfg=180 ctermbg=NONE cterm=NONE 191 | hi Special ctermfg=116 ctermbg=NONE cterm=NONE 192 | hi Tag ctermfg=180 ctermbg=NONE cterm=NONE 193 | hi Delimiter ctermfg=130 ctermbg=NONE cterm=NONE 194 | hi Type ctermfg=167 ctermbg=NONE cterm=NONE 195 | hi Directory ctermfg=67 ctermbg=NONE cterm=NONE 196 | hi Comment ctermfg=242 ctermbg=NONE cterm=NONE 197 | hi Conceal ctermfg=242 ctermbg=NONE cterm=NONE 198 | hi Ignore ctermfg=NONE ctermbg=NONE cterm=NONE 199 | hi Title ctermfg=231 ctermbg=NONE cterm=NONE 200 | hi! link colortemplateKey Statement 201 | hi! link colortemplateAttr String 202 | hi! link vimNotation Type 203 | hi! link vimFuncSID PreProc 204 | hi! link vimHiTerm Identifier 205 | hi! link helpNotVi Comment 206 | hi! link helpExample PreProc 207 | hi! link gitCommitSummary Title 208 | hi! link cocErrorSign Type 209 | hi asciidoctorOption ctermfg=242 ctermbg=NONE cterm=NONE 210 | hi asciidoctorLiteralBlock ctermfg=242 ctermbg=NONE cterm=NONE 211 | hi asciidoctorIndented ctermfg=242 ctermbg=NONE cterm=NONE 212 | hi SelectDirectoryPrefix ctermfg=242 ctermbg=NONE cterm=NONE 213 | unlet s:t_Co 214 | finish 215 | endif 216 | 217 | " Background: dark 218 | " Color: foreground #bcbcbc 250 219 | " Color: background #000000 16 220 | " Color: color00 #1C1C1C 234 221 | " Color: color08 #444444 238 222 | " Color: color01 #d77575 167 223 | " Color: color09 #a16946 130 224 | " Color: color02 #5F875F 65 225 | " Color: color10 #87AF87 108 226 | " Color: color03 #dc9656 215 227 | " Color: color11 #d7b082 180 228 | " Color: color04 #5F87AF 67 229 | " Color: color12 #87AFD7 110 230 | " Color: color05 #af87af 139 231 | " Color: color13 #d7afd7 182 232 | " Color: color06 #5F8787 66 233 | " Color: color14 #86c1b9 116 234 | " Color: color07 #6c6c6c 242 235 | " Color: color15 #FFFFFF 231 236 | " Color: color16 #262626 235 237 | " Term colors: color00 color01 color02 color03 color04 color05 color06 color07 238 | " Term colors: color08 color09 color10 color11 color12 color13 color14 color15 239 | " vim: et ts=2 sw=2 240 | --------------------------------------------------------------------------------