katawful / kat.vim

Blue based Vim theme with warm hues
GNU General Public License v3.0
15 stars 1 forks source link

Support for JavaScript and TypeScript file types #1

Open kolyamba2105 opened 3 years ago

kolyamba2105 commented 3 years ago

Hi! The theme looks really nice, great job! It would be cool to add support for JavaScript and TypeScript (.ts and .tsx) file types. Do you accept PRs? I didn't have a chance to create my own color schemes for vim (neovim) yet, but I can try :)

katawful commented 3 years ago

Feel free to open a PR! For formatting I request that you follow something like the following:

" last filetype already there: {{{
...
" }}}
" JavaScript: {{{
...
" }}}
" TypeScript: {{{
...
" }}}

This is to keep the file neat. Feel free to add your git username after the colon if you wish