Skip to content

Commit

Permalink
[Vim] add a colorcolumn on 80.
Browse files Browse the repository at this point in the history
  • Loading branch information
opti committed May 5, 2014
1 parent 46f853a commit 1f574fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vimrc
Expand Up @@ -64,6 +64,7 @@ set shiftwidth=2
set softtabstop=2
set tabstop=2
set expandtab
set colorcolumn=80

" Display tabs and trailing spaces visually
set list listchars=tab:\ \ ,trail:·
Expand Down
6 changes: 6 additions & 0 deletions vim/colors/railscasts.vim
Expand Up @@ -24,6 +24,7 @@ let ruby_operators = 1
" Tan #FFC66D
" Red #DA4938

hi NonText guifg=#037485 guibg=NONE
hi Normal guifg=#E6E1DC guibg=#232323
hi Cursor guibg=#FFFFFF
hi CursorLine guibg=#333435
Expand All @@ -35,6 +36,11 @@ hi Directory guifg=#A5C160 gui=NONE
hi Error guifg=#FFFFFF guibg=#990000
hi MatchParen guifg=#000000 guibg=#A5C160
hi Title guifg=#E6E1DC
hi! VertSplit guifg=#232323 guibg=#037485

hi ColorColumn guibg=#292929
" hi OverLength ctermbg=red ctermfg=white guibg=#592929
" match OverLength /\%81v.\+/

hi Comment guifg=#BC9357 guibg=NONE gui=italic
hi! link Todo Function
Expand Down

0 comments on commit 1f574fa

Please sign in to comment.