New color = deus
This commit is contained in:
parent
0a4f30a4f5
commit
acc32f7bfd
@ -53,6 +53,7 @@
|
|||||||
Plugin 'mhinz/vim-signify'
|
Plugin 'mhinz/vim-signify'
|
||||||
Plugin 'tmhedberg/matchit'
|
Plugin 'tmhedberg/matchit'
|
||||||
Plugin 'spf13/vim-colors'
|
Plugin 'spf13/vim-colors'
|
||||||
|
Plugin 'ajmwagar/vim-deus.git'
|
||||||
Plugin 'tpope/vim-surround'
|
Plugin 'tpope/vim-surround'
|
||||||
Plugin 'tpope/vim-repeat'
|
Plugin 'tpope/vim-repeat'
|
||||||
Plugin 'drmikehenry/vim-fontsize'
|
Plugin 'drmikehenry/vim-fontsize'
|
||||||
@ -117,7 +118,8 @@
|
|||||||
set colorcolumn=120
|
set colorcolumn=120
|
||||||
endif
|
endif
|
||||||
|
|
||||||
colorscheme molokai-dark
|
"colorscheme molokai-dark
|
||||||
|
colorscheme deus
|
||||||
set norelativenumber
|
set norelativenumber
|
||||||
set number
|
set number
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# TMUX Configuration file
|
# TMUX Configuration file
|
||||||
#
|
#
|
||||||
# General settings {{{
|
# General settings {{{
|
||||||
set -g default-terminal "tmux-256color"
|
set -g default-terminal "screen-256color"
|
||||||
set -g prefix C-a
|
set -g prefix C-a
|
||||||
unbind-key C-b
|
unbind-key C-b
|
||||||
bind-key C-a send-prefix
|
bind-key C-a send-prefix
|
||||||
|
Loading…
Reference in New Issue
Block a user