aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.markdown4
-rw-r--r--colors/sahara.vim7
2 files changed, 1 insertions, 10 deletions
diff --git a/README.markdown b/README.markdown
index 53fa62f..fbd1ed3 100644
--- a/README.markdown
+++ b/README.markdown
@@ -2,9 +2,7 @@ Sahara
======
Tweaked version of the [desert256][1] colorscheme for Vim, without the clunky
-color detection code. More subdued status bars, tab bars, and line numbers, and
-some simple highlight grouping links to make HTML editing in particular look
-just a bit less visually noisy than it does with the original colorscheme.
+color detection code. More subdued status bars, tab bars, and line numbers.
License
-------
diff --git a/colors/sahara.vim b/colors/sahara.vim
index 8929c41..8172a12 100644
--- a/colors/sahara.vim
+++ b/colors/sahara.vim
@@ -69,12 +69,5 @@ if has("gui_running") || &t_Co == 256
highlight! link VertSplit StatusLineNC
highlight! link VimHiGroup VimGroup
- "
- " Some specific links for things I just like to tweak a bit.
- "
- highlight! link htmlTag Type
- highlight! link htmlEndTag htmlTag
- highlight! link phpVarSelector phpIdentifier
-
endif