aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-06-04 08:28:42 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-06-04 08:28:42 +1200
commit9323a44397d114d3679b41fb5a9261cda81f1187 (patch)
treec102a980b4597090e339a2d741338aff6c540b97
parentHTTPS version of site (diff)
downloadvim-sahara-9323a44397d114d3679b41fb5a9261cda81f1187.tar.gz
vim-sahara-9323a44397d114d3679b41fb5a9261cda81f1187.zip
Remove some stuff that's better in ~/.vim/after
-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