Navigation Menu

Skip to content

Commit

Permalink
Colorscheme updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
exhuma committed Jun 18, 2015
1 parent 1b3f6e7 commit 79f506f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions gvimrc
@@ -1,3 +1,4 @@
set guioptions-=T
set guioptions-=m
set guifont=Anonymous\ Pro\ 12
colorscheme Spink
5 changes: 3 additions & 2 deletions vimrc
Expand Up @@ -51,6 +51,7 @@ Plugin 'ervandew/supertab'
Plugin 'gitv'
Plugin 'itchyny/lightline.vim'
Plugin 'jelera/vim-javascript-syntax'
Plugin 'junza/Spink'
Plugin 'klen/python-mode'
Plugin 'mattn/emmet-vim'
Plugin 'molokai'
Expand All @@ -66,7 +67,7 @@ call vundle#end()
" UI style and 'core' behaviour {{{
filetype plugin indent on
syntax on
colorscheme jellybeans
colorscheme molokai
set list
set listchars=tab:├─
set listchars+=trail:
Expand Down Expand Up @@ -254,7 +255,7 @@ let g:UltiSnipsNoPythonWarning = 'true'

" LightLine {{{
let g:lightline = {
\ 'colorscheme': 'wombat',
\ 'colorscheme': 'molokai',
\ 'active': {
\ 'left': [ [ 'mode', 'paste' ],
\ [ 'fugitive', 'readonly', 'filename', 'modified' ] ]
Expand Down

0 comments on commit 79f506f

Please sign in to comment.