1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Revert to falcon colour theme

This commit is contained in:
2019-06-11 15:14:48 +02:00
parent bdaf5f9422
commit 442fd82ef8

12
.vimrc
View File

@@ -76,8 +76,8 @@ nnoremap <space>gpl :Dispatch! git pull<CR>
" set of defaults that (hopefully) everyone can agree on. " set of defaults that (hopefully) everyone can agree on.
Plugin 'tpope/vim-sensible' Plugin 'tpope/vim-sensible'
" Nice colour scheme " Nice colour scheme
"Plugin 'fenetikm/falcon' Plugin 'fenetikm/falcon'
Plugin 'Rigellute/shades-of-purple.vim' "Plugin 'Rigellute/shades-of-purple.vim'
" Quick file system tree, mapped to Ctrl+n for quick toggle " Quick file system tree, mapped to Ctrl+n for quick toggle
Plugin 'scrooloose/nerdtree' Plugin 'scrooloose/nerdtree'
map <C-n> :NERDTreeToggle<CR> map <C-n> :NERDTreeToggle<CR>
@@ -505,12 +505,12 @@ set cryptmethod=blowfish2
" Ensure 256 colour support if the terminal supports it " Ensure 256 colour support if the terminal supports it
if &term == "xterm" || &term == "xterm-256color" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen" || &term == "tmux-256color-italic" if &term == "xterm" || &term == "xterm-256color" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen" || &term == "tmux-256color-italic"
"colorscheme falcon colorscheme falcon
colorscheme shades_of_purple "colorscheme shades_of_purple
" Ignore the background setting, as falcon's dark blue is a bit much IMHO " Ignore the background setting, as falcon's dark blue is a bit much IMHO
"hi Normal guibg=NONE ctermbg=NONE "hi Normal guibg=NONE ctermbg=NONE
let g:shades_of_purple_airline = 1 "let g:shades_of_purple_airline = 1
let g:airline_theme='shades_of_purple' "let g:airline_theme='shades_of_purple'
" create a bar for airline " create a bar for airline
set laststatus=2 set laststatus=2