New color = deus
This commit is contained in:
parent
0a4f30a4f5
commit
acc32f7bfd
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user