commit ba00a2e3ebb5fc9dd6922894200981ae4902c5af
parent 2d4073aca19fc6cd6ceb8b7aa56b694053ec4c43
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Thu, 22 Oct 2020 00:24:14 +0200
vim: more visible search in dark colorscheme
Former-commit-id: 2df889f5a7332548956ee4b30ca08acdfd3eac65
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/vim/colors/junipero.schemer b/vim/colors/junipero.schemer
@@ -37,7 +37,7 @@ Folded whitepink, #171235. NONE
Function #f9c60e, bg. bold
Identifier #5094c4, NONE. NONE
Ignore #666666, NONE. NONE
-IncSearch #babeaa, #3a4520. NONE
+IncSearch #babeaa, #3a4520. bold,underline
Include #ba75cf, NONE. NONE
Keyword whitepink, bg. bold
LineNr #2069a9, darkblue. NONE
diff --git a/vim/colors/junipero.vim b/vim/colors/junipero.vim
@@ -31,7 +31,7 @@ hi Folded guifg=#bebebe guibg=#171235 ctermfg=250 ctermbg=17 cterm=NONE gui=NONE
hi Function guifg=#f9c60e guibg=#11121A ctermfg=220 ctermbg=0 cterm=bold gui=bold
hi Identifier guifg=#5094c4 guibg=NONE ctermfg=68 ctermbg=NONE cterm=NONE gui=NONE
hi Ignore guifg=#666666 guibg=NONE ctermfg=241 ctermbg=NONE cterm=NONE gui=NONE
-hi IncSearch guifg=#babeaa guibg=#3a4520 ctermfg=145 ctermbg=58 cterm=NONE gui=NONE
+hi IncSearch guifg=#babeaa guibg=#3a4520 ctermfg=145 ctermbg=58 cterm=bold,underline gui=bold,underline
hi Include guifg=#ba75cf guibg=NONE ctermfg=140 ctermbg=NONE cterm=NONE gui=NONE
hi Keyword guifg=#bebebe guibg=#11121A ctermfg=250 ctermbg=0 cterm=bold gui=bold
hi LineNr guifg=#2069a9 guibg=#101124 ctermfg=25 ctermbg=0 cterm=NONE gui=NONE