dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 25ef160b43b5ec861d9bdc4603efc8ec8baa290d
parent 9ba8a81fa1a65b3fe6d7d9d3c41a0d48e26e725e
Author: Chris Bracken <chris@bracken.jp>
Date:   Thu,  5 Oct 2017 22:55:23 -0700

Use nofrils-dark colour scheme

A nicer alternative to vim-monochrome.

Diffstat:
M.vim/vimrc | 9+++------
1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/.vim/vimrc b/.vim/vimrc @@ -5,7 +5,7 @@ filetype off set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'VundleVim/Vundle.vim' -Plugin 'cbracken/vim-one' " Colour scheme +Plugin 'cbracken/nofrils' " Colour scheme Plugin 'spacehi.vim' " Highlight bad whitespace " Language support @@ -100,7 +100,7 @@ let g:syntastic_go_checkers = ["go", "golint", "errcheck"] if &t_Co > 2 || has("gui_running") syntax enable set background=dark - colorscheme one + colorscheme nofrils-dark " No background colour in terminal hi Normal ctermbg=none @@ -115,11 +115,8 @@ if &t_Co > 2 || has("gui_running") " Completion menu colour hi Pmenu ctermbg=grey - " Highlight cursor line, max column + " Highlight cursor line set cursorline - hi ColorColumn guibg=grey24 ctermbg=235 - hi CursorLine guibg=grey24 ctermbg=235 cterm=bold - if has("autocmd") " Cursor line highlighting