Switching from the molokai color scheme to badwolf.
I just realized molokai does not have any license and therefore is non-free.
This commit is contained in:
parent
a2568f01ba
commit
f4fcf745f8
1 changed files with 2 additions and 2 deletions
4
.vimrc
4
.vimrc
|
@ -15,12 +15,12 @@ Plugin 'bling/vim-airline' " Lean & mean status/tabline for vim that's
|
||||||
Plugin 'scrooloose/nerdcommenter' " Vim plugin for intensely orgasmic commenting.
|
Plugin 'scrooloose/nerdcommenter' " Vim plugin for intensely orgasmic commenting.
|
||||||
Plugin 'antoyo/vim-licenses' " Vim Plugin that Provides Commands to Add Licenses at the Top of the Buffer.
|
Plugin 'antoyo/vim-licenses' " Vim Plugin that Provides Commands to Add Licenses at the Top of the Buffer.
|
||||||
Plugin 'breard-r/vim-dnsserial' " Another DNS-zone serial number updater.
|
Plugin 'breard-r/vim-dnsserial' " Another DNS-zone serial number updater.
|
||||||
Plugin 'tomasr/molokai' " Molokai color scheme for Vim.
|
Plugin 'sjl/badwolf' " A Vim color scheme.
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
|
|
||||||
|
|
||||||
syntax on " Enable syntax highlighting.
|
syntax on " Enable syntax highlighting.
|
||||||
colorscheme molokai " Select the theme.
|
colorscheme badwolf " Select the theme.
|
||||||
|
|
||||||
|
|
||||||
filetype plugin indent on " Load the plugin and indent file depending on the file type.
|
filetype plugin indent on " Load the plugin and indent file depending on the file type.
|
||||||
|
|
Loading…
Reference in a new issue