Browse Source

functionized new themes

master
Matthew Faltys 9 years ago
parent
commit
335362eeae
  1. 6
      vimrc

6
vimrc

@ -33,11 +33,12 @@ hi LineNr ctermfg=DarkGrey
"------COLOR CONFIGS------ "------COLOR CONFIGS------
hi LineNr ctermbg=NONE hi LineNr ctermbg=NONE
hi LineNr ctermfg=DarkGrey hi LineNr ctermfg=blue
"------/COLOR CONFIGS----- "------/COLOR CONFIGS-----
"------STATUS LINE------- "------STATUS LINE-------
function Themeit()
set noshowmode set noshowmode
set noruler set noruler
set laststatus=2 set laststatus=2
@ -49,4 +50,7 @@ set statusline+=%14.([%l:%c%V]%) " line and column
set statusline+=[%P\] " percentage of file set statusline+=[%P\] " percentage of file
"set statusline+=\ " spaces "set statusline+=\ " spaces
set statusline+=[%{strftime('%H:%M')}] " time set statusline+=[%{strftime('%H:%M')}] " time
endfunction
" now this only runs when we call 'themeblastr'
command Themeblastr exec Themeit()
"------/STATUS LINE------ "------/STATUS LINE------

Loading…
Cancel
Save