Created
January 17, 2015 07:17
-
-
Save t-mart/c7a2d20b38f5954f6d4e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 49f5b2cb90dba546fc93e045311cf9f1d273050d Mon Sep 17 00:00:00 2001 | |
From: Tim Martin <[email protected]> | |
Date: Sat, 17 Jan 2015 02:15:01 -0500 | |
Subject: [PATCH] fix coloring on urxvt | |
--- | |
colors/hybrid.vim | 6 +++--- | |
1 file changed, 3 insertions(+), 3 deletions(-) | |
diff --git a/colors/hybrid.vim b/colors/hybrid.vim | |
index 166907b..de1573e 100644 | |
--- a/colors/hybrid.vim | |
+++ b/colors/hybrid.vim | |
@@ -308,14 +308,14 @@ exe "hi! PmenuSel" .s:fg_foreground .s:bg_selection .s:fmt_revr | |
" PmenuSbar" | |
" PmenuThumb" | |
exe "hi! Question" .s:fg_green .s:bg_none .s:fmt_none | |
-exe "hi! Search" .s:fg_background .s:bg_yellow .s:fmt_none | |
+exe "hi! Search" .s:fg_selection .s:bg_yellow .s:fmt_none | |
exe "hi! SpecialKey" .s:fg_selection .s:bg_none .s:fmt_none | |
exe "hi! SpellCap" .s:fg_blue .s:bg_darkblue .s:fmt_undr | |
exe "hi! SpellLocal" .s:fg_aqua .s:bg_darkcyan .s:fmt_undr | |
exe "hi! SpellBad" .s:fg_red .s:bg_darkred .s:fmt_undr | |
exe "hi! SpellRare" .s:fg_purple .s:bg_darkpurple .s:fmt_undr | |
-exe "hi! StatusLine" .s:fg_comment .s:bg_background .s:fmt_revr | |
-exe "hi! StatusLineNC" .s:fg_window .s:bg_comment .s:fmt_revr | |
+exe "hi! StatusLine" .s:fg_window .s:bg_background .s:fmt_revr | |
+exe "hi! StatusLineNC" .s:fg_comment .s:bg_background .s:fmt_revr | |
exe "hi! TabLine" .s:fg_foreground .s:bg_darkcolumn .s:fmt_revr | |
" TabLineFill" | |
" TabLineSel" | |
-- | |
2.1.0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment