๐ŸŸ My personal dotfiles

Revert "Switch to Ariake Dark for Vim"

This reverts commit aa661244402ddb4f4e4d80998a39c4e60fcea7e7.

+3 -3
+3 -3
vimrc
··· 4 4 call plug#begin('~/.vim/plugged') 5 5 6 6 " Theming 7 - Plug 'davidcelis/vim-ariake-dark' 7 + Plug 'chriskempson/tomorrow-theme', { 'rtp': 'vim' } 8 8 Plug 'junegunn/goyo.vim' 9 9 Plug 'vim-airline/vim-airline' 10 10 Plug 'vim-airline/vim-airline-themes' ··· 18 18 Plug 'tpope/vim-markdown', { 'for': 'markdown' } 19 19 Plug 'tpope/vim-rails', { 'for': 'ruby' } 20 20 Plug 'stephencelis/vim-mml', { 'for': 'mml' } 21 - Plug 'hashicorp/sentinel.vim', { 'for': 'sentinel' } 22 21 23 22 " Utilities 24 23 Plug 'tpope/vim-bundler', { 'on': 'Bundle' } ··· 40 39 41 40 " Theme/Colors 42 41 syntax on 43 - silent! colorscheme Ariake-Dark 42 + 43 + silent! colorscheme Tomorrow-Night 44 44 set background=dark 45 45 set cursorline 46 46 set nowrap