add solarized theme, fix tmux colors in bash

This commit is contained in:
2017-11-15 15:11:07 -05:00
parent 2fe4d952b4
commit e51807edc5
4 changed files with 34 additions and 4 deletions

9
vimrc
View File

@@ -1,3 +1,8 @@
"""Weird tmux settings
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
""" Start vim.plug
execute pathogen#infect()
@@ -38,8 +43,10 @@ set relativenumber
" Autoindent
set autoindent
" Syntax highlighting
" Colors
syntax enable
set background=dark
colorscheme solarized8
filetype plugin on
" Fuzzy Finding