From ece35162cc847efc78086bcd6b8d69d47f8caa69 Mon Sep 17 00:00:00 2001 From: Liu-Cheng Xu Date: Fri, 15 Mar 2019 21:44:14 +0800 Subject: [PATCH] Add qfLineNr highlight --- colors/space_vim_theme.vim | 6 +++++- doc/space_vim_theme.txt | 4 ++-- templates/_common.colortemplate | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/colors/space_vim_theme.vim b/colors/space_vim_theme.vim index 77bccc9..05895a8 100644 --- a/colors/space_vim_theme.vim +++ b/colors/space_vim_theme.vim @@ -4,7 +4,7 @@ " Maintainer: Liu-Cheng Xu " Website: https://github.com/liuchengxu/space-vim-theme " License: Vim License (see `:help license`) -" Last Updated: Wed Mar 13 15:25:28 2019 +" Last Updated: Fri Mar 15 21:43:59 2019 if !(has('termguicolors') && &termguicolors) && !has('gui_running') \ && (!exists('&t_Co') || &t_Co < 256) @@ -62,6 +62,7 @@ if &background ==# 'dark' hi PmenuThumb ctermfg=NONE ctermbg=60 guifg=NONE guibg=#5d4d7a guisp=NONE cterm=NONE gui=NONE hi Question ctermfg=173 ctermbg=NONE guifg=#e18254 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold hi! link QuickFixLine Search + hi! link qfLineNr Type hi Search ctermfg=70 ctermbg=235 guifg=#67b11d guibg=#292b2e guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse hi SpecialKey ctermfg=170 ctermbg=NONE guifg=#bc6ec5 guibg=NONE guisp=NONE cterm=NONE gui=NONE hi SpellBad ctermfg=196 ctermbg=NONE guifg=#f2241f guibg=NONE guisp=#f2241f cterm=NONE,underline gui=NONE,italic,undercurl @@ -663,6 +664,7 @@ hi PmenuSel ctermfg=NONE ctermbg=189 guifg=NONE guibg=#c8c6dd guisp=NONE cterm=N hi PmenuThumb ctermfg=NONE ctermbg=189 guifg=NONE guibg=#d3d3e7 guisp=NONE cterm=NONE gui=NONE hi Question ctermfg=166 ctermbg=NONE guifg=#b46843 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold hi! link QuickFixLine Search +hi! link qfLineNr Type hi Search ctermfg=70 ctermbg=231 guifg=#67b11d guibg=#fbf8ef guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse hi SpecialKey ctermfg=89 ctermbg=NONE guifg=#6c3163 guibg=NONE guisp=NONE cterm=NONE gui=NONE hi SpellBad ctermfg=196 ctermbg=NONE guifg=#f2241f guibg=NONE guisp=#f2241f cterm=NONE,underline gui=NONE,italic,undercurl @@ -1313,6 +1315,7 @@ finish " PmenuThumb none purple2 " Question orange none bold " QuickFixLine -> Search +" qfLineNr -> Type " Search green bg0 bold,reverse " SpecialKey purple none " SpellBad red none t=underline g=italic,undercurl s=red @@ -1874,6 +1877,7 @@ finish " PmenuThumb none purple2 " Question orange none bold " QuickFixLine -> Search +" qfLineNr -> Type " Search green bg0 bold,reverse " SpecialKey purple none " SpellBad red none t=underline g=italic,undercurl s=red diff --git a/doc/space_vim_theme.txt b/doc/space_vim_theme.txt index bc82659..366066d 100644 --- a/doc/space_vim_theme.txt +++ b/doc/space_vim_theme.txt @@ -21,7 +21,7 @@ Space-vim theme requires at least 256 colors and supports "true color" terminals 1. Colorscheme options *space_vim-options* *g:space_vim_filetype_hi_groups* -Set to 1 to include syntax highlighting definitions for several filetypes. +Set to 0 to disable syntax highlighting definitions for several filetypes. > let g:space_vim_filetype_hi_groups = 0 < @@ -41,7 +41,7 @@ Set to 1 if you want strings in italics. let g:space_vim_italicize_strings = 0 < *g:space_vim_plugin_hi_groups* -Set to 1 to include syntax highlighting definitions for a number of popular +Set to 0 to disable syntax highlighting definitions for a number of popular plugins: > let g:space_vim_plugin_hi_groups = 0 diff --git a/templates/_common.colortemplate b/templates/_common.colortemplate index 345e16a..0d88052 100644 --- a/templates/_common.colortemplate +++ b/templates/_common.colortemplate @@ -52,6 +52,7 @@ PmenuThumb none purple2 Question orange none bold QuickFixLine -> Search +qfLineNr -> Type Search green bg0 bold,reverse SpecialKey purple none SpellBad red none t=underline g=italic,undercurl s=red