add solarized theme, fix tmux colors in bash
This commit is contained in:
9
vimrc
9
vimrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user