Skip to content

Commit

Permalink
switch to sainnhe's awesome colorschemes! 🤩
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed Jul 8, 2020
1 parent da74e5a commit 1c820b6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion after/plugin/colorscheme.vim
@@ -1,7 +1,9 @@
if &term == 'linux' || $TERM == 'linux'
colorscheme desert

elseif &background == 'light'
colorscheme PaperColor

else
colorscheme gruvbox
colorscheme gruvbox-material
endif
1 change: 1 addition & 0 deletions bundle/colors/edge.get
@@ -0,0 +1 @@
https://github.com/sainnhe/edge.git
1 change: 1 addition & 0 deletions bundle/colors/edge.vim
@@ -0,0 +1 @@
let g:edge_style = 'aura'
1 change: 1 addition & 0 deletions bundle/colors/gruvbox-material.get
@@ -0,0 +1 @@
https://github.com/sainnhe/gruvbox-material.git
3 changes: 3 additions & 0 deletions bundle/colors/gruvbox-material.vim
@@ -0,0 +1,3 @@
let g:gruvbox_material_background = 'soft'
let g:gruvbox_material_statusline_style = 'original'
let g:gruvbox_material_enable_bold = 1

0 comments on commit 1c820b6

Please sign in to comment.