summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-07-21 04:05:03 +0200
committerache <ache@ache.one>2017-07-21 04:05:03 +0200
commit9acda33041fc0faccbf6bcb6dca4dcb318803820 (patch)
treed2b4743915bd820214d2d06182537e200402c2cb
parentHighlight important columns (diff)
New design
-rw-r--r--colors/jallybeans.vim10
1 files changed, 7 insertions, 3 deletions
diff --git a/colors/jallybeans.vim b/colors/jallybeans.vim
index 9fb063f..9789490 100644
--- a/colors/jallybeans.vim
+++ b/colors/jallybeans.vim
@@ -339,7 +339,11 @@ call s:X("NonText","606060","151515","",s:termBlack,"")
call s:X("SpecialKey","444444","1c1c1c","",s:termBlack,"")
-call s:X("Search","f0a0c0","302028","underline","Magenta","")
+call s:X("Search","FFa0c0","302028","underline","Black","Green")
+
+highlight Search ctermbg=Green
+highlight Search ctermfg=Black
+set hls
call s:X("Directory","dad085","","","Yellow","")
call s:X("ErrorMsg","","902020","","","DarkRed")
@@ -456,8 +460,8 @@ if !s:low_color
hi Folded ctermbg=236
hi FoldColumn ctermbg=234
hi SignColumn ctermbg=236
- hi CursorColumn ctermbg=234
- hi CursorLine ctermbg=234
+ hi CursorColumn ctermfg=215
+ hi CursorLine ctermbg=236
hi SpecialKey ctermbg=234
hi NonText ctermbg=233
hi LineNr ctermbg=233