Skip to content

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
* release/1.0.1:
  Add default statusline highlighting
  Update comment highlighting
  Reorder colors
  • Loading branch information
Lokaltog committed Mar 30, 2011
2 parents c786fb0 + bb6e923 commit 79131c9
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions colors/distinguished.vim
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@
" | Highlight group | FG | BG | Attributes |
" |--------------------------------|-------|-------|-----------------|
call s:ColorDictParser({
\ 'xmlTag' : [ 149, 'none', 'bold']
\ , 'xmlTagName' : [ 250, 'none', 'none']
\ , 'xmlEndTag' : [ 209, 'none', 'bold']
\
\ , 'Normal' : [ 231, 'none', 'none']
\ 'Normal' : [ 231, 'none', 'none']
\ , 'Visual' : [ 'none', 239, 'none']
\
\ , 'CursorLine' : [ 231, 237, 'none']
Expand All @@ -46,6 +42,9 @@ call s:ColorDictParser({
\ , 'SignColumn' : [ 231, 233, 'bold']
\ , 'ColorColumn' : [ 'none', 235, 'none']
\
\ , 'StatusLine' : [ 231, 236, 'bold']
\ , 'StatusLineNC' : [ 244, 232, 'none']
\
\ , 'LineNr' : [ 243, 235, 'none']
\ , 'VertSplit' : [ 240, 234, 'none']
\
Expand All @@ -59,8 +58,9 @@ call s:ColorDictParser({
\ , 'ErrorMsg' : [ 196, 'none', 'bold']
\
\ , 'Comment' : [ 243, 233, 'none']
\ , 'vimCommentTitle' : [ 250, 'none', 'none']
\ , 'vimCommentString' : [ 245, 'none', 'none']
\ , 'vimCommentTitleLeader' : [ 250, 233, 'none']
\ , 'vimCommentTitle' : [ 250, 233, 'none']
\ , 'vimCommentString' : [ 245, 233, 'none']
\
\ , 'TabLine' : [ 231, 238, 'none']
\ , 'TabLineSel' : [ 255, 'none', 'bold']
Expand Down Expand Up @@ -108,6 +108,10 @@ call s:ColorDictParser({
\ , 'PHPInterfaceTag' : [ 253, 'none', 'none']
\ , 'PHPFunctionTag' : [ 222, 'none', 'bold']
\
\ , 'xmlTag' : [ 149, 'none', 'bold']
\ , 'xmlTagName' : [ 250, 'none', 'none']
\ , 'xmlEndTag' : [ 209, 'none', 'bold']
\
\ , 'cssImportant' : [ 166, 'none', 'bold']
\
\ , 'DiffAdd' : [ 112, 22, 'none']
Expand Down

0 comments on commit 79131c9

Please sign in to comment.