From 02797685d1e409859453a8b4730e1c2f2cc07f11 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 8 Jul 2019 03:15:03 -0400 Subject: fiddle around with vim colors a bit --- vimrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index a40078f..ad498e8 100644 --- a/vimrc +++ b/vimrc @@ -1,7 +1,10 @@ " options {{{ set shiftwidth=4 set expandtab -set background=light +set termguicolors +let &t_8f="\e[38;2;%lu;%lu;%lum" +let &t_8b="\e[48;2;%lu;%lu;%lum" +colorscheme local " }}} " hooks {{{ augroup vimrc -- cgit v1.2.3-54-g00ecf