Changed over to solarized colour scheme

This commit is contained in:
Dreaded_X 2014-08-31 15:29:00 +02:00
parent 4e74f8cc15
commit 203f1e7b77
5 changed files with 12 additions and 0 deletions

3
.gitmodules vendored
View File

@ -13,3 +13,6 @@
[submodule "vim/bundle/bufexplorer"]
path = vim/bundle/bufexplorer
url = git@github.com:jlanzarotta/bufexplorer.git
[submodule "vim/bundle/vim-colors-solarized"]
path = vim/bundle/vim-colors-solarized
url = git@github.com:altercation/vim-colors-solarized

View File

@ -1,5 +1,7 @@
#tmux config file
set-option -g default-terminal screen-256color-bce
#use ctrl-a instead of ctrl-b
unbind C-b
set -g prefix C-a

@ -0,0 +1 @@
Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21

4
vimrc
View File

@ -2,6 +2,10 @@ execute pathogen#infect()
syntax on
filetype plugin indent on
set t_Co=256
set background=dark
colorscheme solarized
nnoremap <silent> <M-l> :TmuxNavigateLeft<cr>
nnoremap <silent> <M-j> :TmuxNavigateDown<cr>
nnoremap <silent> <M-k> :TmuxNavigateUp<cr>

2
zshrc
View File

@ -75,3 +75,5 @@ export PATH="/home/tim/.scripts:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/lo
alias attach="tmux a"
DISABLE_AUTO_TITLE=true
export TERM=screen-256color-bce