themerdev / themer

🎨 themer takes a set of colors and generates themes for your apps (editors, terminals, wallpapers, and more).
https://themer.dev
MIT License
5.48k stars 115 forks source link

ctermfg and ctermbg for themer-vim #34

Closed spenserblack closed 4 years ago

spenserblack commented 4 years ago

Thanks for this awesome tool!

Looks like themer-vim creates a file that sets colors for guifg and guibg, but is there any chance ctermfg and ctermbg could be supported as well?

mjswensen commented 4 years ago

Thanks, @spenserblack !

I don't see why not. I haven't been in vim full-time for a couple of years now—would you have any interest in putting together a PR to validate that ctermfg/ctermbg works for you? Fortunately using the CLI to test the change in your fork should be straightforward:

$ git clone <your fork of themer repo>
$ cd themer
$ yarn install
# make changes...
$ cd cli/packages
$ ./themer/bin/themer.js -c ./themer-colors-default -t ./themer-vim -o /tmp/output
# then make sure /tmp/output/themer-vim/ThemerVim.vim works

If not, I will try to get to it when I get a chance!

spenserblack commented 4 years ago

would you have any interest in putting together a PR to validate that ctermfg/ctermbg works for you?

Sure, no problem! :smiley: