Created
July 29, 2011 09:50
-
-
Save skahack/1113536 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
| diff --git a/colors/rdark-terminal.vim b/colors/rdark-terminal.vim | |
| index c16e19e..5c6cf8a 100644 | |
| --- a/colors/rdark-terminal.vim | |
| +++ b/colors/rdark-terminal.vim | |
| @@ -27,7 +27,7 @@ let colors_name="rdark-terminal" | |
| hi clear CursorLine | |
| hi CursorLine ctermbg=8 | |
| -hi Normal term=NONE cterm=NONE ctermbg=0 ctermfg=252 | |
| +hi Normal term=NONE cterm=NONE ctermbg=235 ctermfg=252 | |
| hi Underlined term=underline cterm=underline ctermbg=bg ctermfg=111 | |
| hi Ignore term=NONE cterm=NONE ctermbg=bg ctermfg=16 | |
| hi Error term=reverse cterm=NONE ctermbg=160 ctermfg=255 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment