Skip to content

Commit

Permalink
Revert back to peaksea... I dont like irblack that much after using i…
Browse files Browse the repository at this point in the history
…t for a while
  • Loading branch information
amix committed Jul 4, 2012
1 parent 3fe3acd commit eddb45f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sources_forked/vim-irblack-forked/colors/ir_black.vim
Expand Up @@ -121,7 +121,7 @@ hi Statement guifg=#6699CC guibg=NONE gui=NONE ctermfg=li

hi Special guifg=#E18964 guibg=NONE gui=NONE ctermfg=white ctermbg=NONE cterm=NONE
hi Delimiter guifg=#00A0A0 guibg=NONE gui=NONE ctermfg=cyan ctermbg=NONE cterm=NONE
hi Operator guifg=white guibg=NONE gui=NONE ctermfg=white ctermbg=NONE cterm=NONE
hi Operator guifg=#6699CC guibg=NONE gui=NONE ctermfg=blue ctermbg=NONE cterm=NONE

hi link Character Constant
hi link Boolean Constant
Expand Down
2 changes: 2 additions & 0 deletions vimrcs/extended.vim
Expand Up @@ -11,6 +11,8 @@
set background=dark

if has("gui_running")
colorscheme peaksea
else
colorscheme ir_black
endif

Expand Down

0 comments on commit eddb45f

Please sign in to comment.