Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Add colour schemes and enable gruvbox dark
Browse files Browse the repository at this point in the history
  • Loading branch information
Jab2870 committed Aug 5, 2019
1 parent b85b829 commit b4fa066
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,6 @@
[submodule "bundle/vim-vinegar"]
path = bundle/vim-vinegar
url = https://github.com/tpope/vim-vinegar.git
[submodule "bundle/base16-vim"]
path = bundle/base16-vim
url = https://github.com/chriskempson/base16-vim/
7 changes: 7 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ call pathogen#helptags()
let mapleader = ","
let maplocalleader = "\\"


let base16colorspace=256 " Access colors present in 256 colorspace

colorscheme base16-gruvbox-dark-hard

" Config {{{1
" Set auto read so a file is updated if externally changed
set autoread
Expand Down Expand Up @@ -93,6 +98,8 @@ let &t_EI = "\e[1 q"
" autocmd VimEnter * silent !echo -ne "\e[2 q"
" augroup END



" Plugin Options {{{1

" Airline
Expand Down
1 change: 1 addition & 0 deletions bundle/base16-vim
Submodule base16-vim added at 619162

0 comments on commit b4fa066

Please sign in to comment.