Switch EVERYTHING to using base16
This is the result of using [base16](https://github.com/chriskempson/base16). The first crack at establishing a base16 theme here is based on irblack with a slight modification to make text selection purple and make rofi's template less ridiculous. Also added .Xresources and qutebrowser to management, and added the resulting vim themes directly to management as well.
This commit is contained in:
parent
c4fe5845dd
commit
fbff00631b
9 changed files with 1100 additions and 36 deletions
5
.vimrc
5
.vimrc
|
@ -19,7 +19,6 @@ Plugin 'mhinz/vim-startify'
|
|||
Plugin 'vim-airline/vim-airline'
|
||||
Plugin 'dense-analysis/ale'
|
||||
Plugin 'elixir-editors/vim-elixir'
|
||||
Plugin 'noahfrederick/vim-hemisu'
|
||||
Plugin 'rodjek/vim-puppet'
|
||||
|
||||
" End Vundle startup, reset changed values as desired
|
||||
|
@ -40,8 +39,10 @@ let g:ale_fixers = {
|
|||
if exists('+termguicolors')
|
||||
set termguicolors "Enable 256 colors
|
||||
endif
|
||||
set t_Co=256
|
||||
set scrolloff=5 "Always display 5 lines below cursor when scrolling
|
||||
colorscheme hemisu
|
||||
colorscheme base16
|
||||
let g:airline_theme='base16'
|
||||
set background=dark
|
||||
let g:airline_powerline_fonts = 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue