comparison update-vendor @ 662:f280738a90a6

[vim] vendor theme and add some more
author nanaya <me@nanaya.pro>
date Fri, 10 Dec 2021 20:20:30 +0900
parents 56ac9d97d81b
children 2febdacae5b4
comparison
equal deleted inserted replaced
661:c74dffea6a0a 662:f280738a90a6
44 # kinda shit (2020-09-16) 44 # kinda shit (2020-09-16)
45 # _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/typescript.vim 45 # _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/typescript.vim
46 # _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/typescriptcommon.vim 46 # _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/typescriptcommon.vim
47 # _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/typescriptreact.vim 47 # _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/typescriptreact.vim
48 ) 48 )
49
50 (
51 cd "$(dirname "$0")/vendor/vim-colors"
52
53 rm -f *.vim
54 _get https://raw.githubusercontent.com/NLKNguyen/papercolor-theme/master/colors/PaperColor.vim
55 _get https://raw.githubusercontent.com/srcery-colors/srcery-vim/master/colors/srcery.vim
56 _get https://raw.githubusercontent.com/tomasiser/vim-code-dark/master/colors/codedark.vim
57 )