mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
nofrils theme
This commit is contained in:
parent
5fd74f7bec
commit
b25e8935da
2 changed files with 5 additions and 2 deletions
|
|
@ -16,6 +16,7 @@ Bundle 'endel/vim-github-colorscheme'
|
||||||
Bundle 'flazz/vim-colorschemes'
|
Bundle 'flazz/vim-colorschemes'
|
||||||
Bundle 'lloeki/vim-one-colorschemes'
|
Bundle 'lloeki/vim-one-colorschemes'
|
||||||
Bundle 'https://bitbucket.org/kisom/eink.vim.git'
|
Bundle 'https://bitbucket.org/kisom/eink.vim.git'
|
||||||
|
Bundle 'robertmeta/nofrils'
|
||||||
|
|
||||||
Bundle 'tpope/vim-bundler'
|
Bundle 'tpope/vim-bundler'
|
||||||
Bundle 'tpope/vim-fugitive'
|
Bundle 'tpope/vim-fugitive'
|
||||||
|
|
|
||||||
6
vimrc
6
vimrc
|
|
@ -28,13 +28,15 @@ let g:airline_symbols.whitespace = ''
|
||||||
if !has('gui_running')
|
if !has('gui_running')
|
||||||
set showtabline=1 "automatic tab bar
|
set showtabline=1 "automatic tab bar
|
||||||
set mouse=n "mouse support
|
set mouse=n "mouse support
|
||||||
set background=dark
|
set background=light
|
||||||
colorscheme eink
|
"let g:nofrils_strbackgrounds=1
|
||||||
|
colorscheme nofrils-light
|
||||||
|
|
||||||
"use terminal background
|
"use terminal background
|
||||||
hi Normal ctermbg=none
|
hi Normal ctermbg=none
|
||||||
hi todo ctermbg=none
|
hi todo ctermbg=none
|
||||||
hi statement ctermbg=none
|
hi statement ctermbg=none
|
||||||
|
hi LineNr ctermbg=none
|
||||||
endif
|
endif
|
||||||
|
|
||||||
"appearance tweaks
|
"appearance tweaks
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue