From acc32f7bfd584bbd6a2314be5aeccb6615660219 Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Wed, 13 Nov 2019 21:46:21 -0800 Subject: [PATCH] New color = deus --- minimal.vimrc.vim | 4 +++- user.tmux.conf | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/minimal.vimrc.vim b/minimal.vimrc.vim index da40e4b..5945beb 100644 --- a/minimal.vimrc.vim +++ b/minimal.vimrc.vim @@ -53,6 +53,7 @@ Plugin 'mhinz/vim-signify' Plugin 'tmhedberg/matchit' Plugin 'spf13/vim-colors' + Plugin 'ajmwagar/vim-deus.git' Plugin 'tpope/vim-surround' Plugin 'tpope/vim-repeat' Plugin 'drmikehenry/vim-fontsize' @@ -117,7 +118,8 @@ set colorcolumn=120 endif - colorscheme molokai-dark + "colorscheme molokai-dark + colorscheme deus set norelativenumber set number diff --git a/user.tmux.conf b/user.tmux.conf index 423fd03..9c4a383 100644 --- a/user.tmux.conf +++ b/user.tmux.conf @@ -2,7 +2,7 @@ # TMUX Configuration file # # General settings {{{ - set -g default-terminal "tmux-256color" + set -g default-terminal "screen-256color" set -g prefix C-a unbind-key C-b bind-key C-a send-prefix