enhanced contrast

This commit is contained in:
Stefen Auris 2017-09-14 11:38:56 -04:00
parent a80d721dd9
commit 33f39e3e73
2 changed files with 3 additions and 0 deletions

2
.vimrc
View file

@ -25,6 +25,8 @@ filetype plugin indent on " required
" => Appearance
set t_Co=256
set background=dark
let g:solarized_contrast="high" "default value is normal
let g:solarized_visibility="high" "default value is normal
colorscheme solarized
set number
" below is from https://bluz71.github.io/2017/05/15/vim-tips-tricks.html

View file

@ -15,6 +15,7 @@ alias wmip="curl icanhazip.com"
alias gitS='git status'
alias gitL='git log'
alias gitD='git diff'
alias gitC='git commit -a'
#Apt aliases
alias aptup="sudo apt update && sudo apt upgrade"
alias aptrm="sudo apt autoremove && sudo apt autoclean"