Skip to content

Commit cf19c9c

Browse files
author
Nicolas VETEL
committed
solarized colors configuration updated
The colors didn't work anymore on a fresh debian 8 The settings have been adapted
1 parent d71afd2 commit cf19c9c

File tree

3 files changed

+3
-138
lines changed

3 files changed

+3
-138
lines changed

dotfiles/bashrc.d/git-prompt

100755100644
File mode changed.

dotfiles/vim/colors/railscasts.vim

-135
This file was deleted.

dotfiles/vimrc

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ let g:pathogen_disabled = ['vim-gitgutter']
33
execute pathogen#infect()
44

55
" to properly display colorschemes
6-
set t_Co=256
6+
set t_Co=16
7+
"set term=screen-256color-bce
8+
"let g:solarized_termcolors=256
79

8-
"colorscheme railscasts
910
syntax enable
1011
set background=dark
1112
colorscheme solarized
12-
let g:solarized_termcolors=16
1313

1414
" Buffers
1515
nnoremap gb :bn<CR>

0 commit comments

Comments
 (0)