initial commit
This commit is contained in:
commit
07816eb302
7 changed files with 167 additions and 0 deletions
4
vim/.vim/.netrwhist
Normal file
4
vim/.vim/.netrwhist
Normal file
|
@ -0,0 +1,4 @@
|
|||
let g:netrw_dirhistmax =10
|
||||
let g:netrw_dirhistcnt =2
|
||||
let g:netrw_dirhist_2='/home/michael/.local/share/qutebrowser/userscripts'
|
||||
let g:netrw_dirhist_1='/home/michael/vpn'
|
22
vim/.vim/colors/kuronami.vim
Normal file
22
vim/.vim/colors/kuronami.vim
Normal file
|
@ -0,0 +1,22 @@
|
|||
" kuronami.vim - a Kuronami inspired colorscheme for Vim
|
||||
|
||||
if exists("syntax_on")
|
||||
syntax reset
|
||||
endif
|
||||
let g:colors_name = "kuronami"
|
||||
|
||||
" Background and foreground
|
||||
hi Normal guifg=#c9c9c9 guibg=#181a26
|
||||
hi Cursor guibg=#e97f86
|
||||
hi Comment guifg=#7fbbe9 gui=italic
|
||||
hi Constant guifg=#cdb38f
|
||||
hi String guifg=#65bab4
|
||||
hi Function guifg=#fffafa
|
||||
hi Keyword guifg=#a5bad7
|
||||
hi Identifier guifg=#fffafa
|
||||
hi Error guifg=#e97f86 gui=bold
|
||||
hi WarningMsg guifg=#cdb38f gui=bold
|
||||
hi Search guibg=#e97f86 guifg=#181a26
|
||||
hi Visual guibg=#2e41ac
|
||||
hi LineNr guifg=#a5bad7 guibg=#181a26
|
||||
hi StatusLine guifg=#232328 guibg=#b3b3b3
|
3
vim/.vim/vimrc
Normal file
3
vim/.vim/vimrc
Normal file
|
@ -0,0 +1,3 @@
|
|||
colorscheme kuronami
|
||||
|
||||
filetype indent on
|
Loading…
Add table
Add a link
Reference in a new issue