Fix solarized colortheme in terminator and vim.
This commit is contained in:
10
vim/vimrc
10
vim/vimrc
@@ -61,15 +61,23 @@ Bundle 'tpope/vim-speeddating'
|
||||
|
||||
filetype plugin indent on
|
||||
|
||||
set t_Co=256
|
||||
|
||||
" setup for the solarized color theme
|
||||
set background=dark
|
||||
let g:solarized_termcolors=16
|
||||
let g:solarized_termtrans=1
|
||||
let g:solarized_contrase="normal"
|
||||
let g:solarized_contrast="normal"
|
||||
let g:solarized_visibility="normal"
|
||||
syntax enable
|
||||
colorscheme solarized
|
||||
|
||||
" setup for vim-airline
|
||||
let g:airline_left_sep = '▶'
|
||||
let g:airline_right_sep = '◀'
|
||||
"let g:airline_theme=
|
||||
|
||||
set colorcolumn=79
|
||||
set clipboard=unnamed " enable copying into the clipboard
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user