Skip to content

Commit

Permalink
syntax colors in terminal colorscheme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgutz committed Jul 31, 2011
1 parent b1d806f commit 5afd70c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 355 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# gVim Colorschemes
# Vim Colorschemes

Colorschemes for gVim or MacVim.
These are a set of colorschemes suited to my style:

* Less distracting splitters
* Low contrast line numbers and comments
* Unbusy NERDTree


## GUI Colors

* chance-of-storm : off black with bright colors : [screenshot](http://img835.imageshack.us/img835/6151/accountspecscalacodejvm.png)
* idle : off-white theme based on Python idle (fruidle) : [screenshot](http://img84.imageshack.us/img84/6236/cakecoffeecodejsminecof.png)
* southwest-fog : low contrast southwestern colors : [screenshot](http://img46.imageshack.us/img46/6466/asyncbeforeaftertestjsc.png)
* underwater-mod : darkish blue with bright colors : [screenshot](http://img193.imageshack.us/img193/8104/screenshot20100623at319.png)

Underwater-mod 0.5:

* Added simpler tabline with tab numbers instead of number of windows,
which is not really helpful. To enable, add `g:mgutz_tabline`

let g:mgutz_tabline=1
colorscheme underwater-mod

* Removed italics on string to help w/ regex literals
## Terminal Colors

* t256 : 256-colors terminal scheme
2 changes: 2 additions & 0 deletions colors/_common_syntax.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
hi SignColumn ctermbg=none guibg=bg

"""""""" Coffee
hi link coffeeInterpolation Special

Expand Down
94 changes: 0 additions & 94 deletions colors/fity-six.vim

This file was deleted.

157 changes: 0 additions & 157 deletions colors/southwest-fog.vim

This file was deleted.

97 changes: 4 additions & 93 deletions colors/underwater-mod.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Last Change: Jul 2, 2011
" Version: 0.5
"
" To use custom tabline, add to .gvimrc:
" To use custom tabline, add this line to .gvimrc before using colorscheme:
" let g:mgutz_tabline=1

set background=dark
Expand Down Expand Up @@ -72,96 +72,7 @@ hi Type guifg=#5ba0eb guibg=bg gui=none
hi Underlined guifg=#8ac6f2 guibg=bg gui=underline


"""""""" Coffee
runtime colors/_common_syntax.vim

hi link coffeeInterpolation Special


"""""""" ERB

hi link erubyDelimiter PreProc


"""""""" HAML

hi link hamlAttributes htmlArg
hi link hamlTag htmlTag
hi link hamlTagName htmlTagName
hi link hamlIdChar hamlId
hi link hamlClassChar hamlClass
hi link hamlInterpolation Special


"""""""" HTML

hi link htmlTag Statement
hi link htmlEndTag Statement
hi link htmlTagName Statement
hi link htmlSpecialChar Constant


"""""""" JavaScript

hi link javaScriptFunction Function
hi link javaScriptFuncName Function
hi link javaScriptDocSeeTag Underlined
hi link javaScriptLabel Constant


"""""""" Makefile

hi link makeCommands Normal
hi link makeTarget Constant


"""""""" Markdown - tpope's

hi link markdownCodeBlock Statement
hi link markdownCode Statement
hi link markdownCodeDelimiter Statement
hi link markdownHeadingDelimiter Title
hi link markdownLinkText Underlined
hi link markdownLinkTextDelimiter Comment
hi link markdownLinkDelimiter Comment
hi link markdownListMarker Constant
hi link markdownUrl Comment


"""""""" NERDTree

hi link NERDTreeClosable PreProc
hi link NERDTreeDir Statement
hi link NERDTreeDirSlash NonText
hi link NERDTreeExecFile Type
hi NERDTreeFlag guifg=#3e71a1 guibg=bg gui=none
hi link NERDTreeHelp Comment
hi link NERDTreeLink Type
hi link NERDTreePart NonText
hi link NERDTreePartFile NonText
hi link NERDTreeOpenable NERDTreeClosable
hi link NERDTreeUp NERDTreeClosable


"""""""" Ruby

hi rubyAccess guifg=#ef7760 guibg=bg gui=italic
hi link rubyBlockParameter Normal
hi link rubyInterpolation Special
hi link rubyInterpolationDelimiter Special
hi link rubyStringDelimiter String


"""""""" SH

hi link shQuote String


"""""""" XML

hi link xmlEndTag htmlEndTag
hi link xmlTag htmlTag
hi link xmlTagName htmlTagName

if exists("g:mgutz_tabline")
runtime colors/_mgutz_tabline.vim
endif
hi NERDTreeFlag guifg=#3e71a1 guibg=bg gui=none
hi rubyAccess guifg=#ef7760 guibg=bg gui=italic

0 comments on commit 5afd70c

Please sign in to comment.