thefryscorer / schemer2

Terminal Colorscheme Generator and Converter
243 stars 9 forks source link

Added support for kitty, both input and output #6

Closed willeccles closed 5 years ago

willeccles commented 5 years ago

This is a fix for issue #5 adding support for kitty term. You can use kitty as both an input and an output.

willeccles commented 5 years ago

Whoops, I have just found a bit of a bug, but I am unsure of how to fix it (this is my first time using Go). It works fine, but by default, kitty.conf has colors grouped by actual color, so color0 is followed directly by color8 (dark black and "light black"). I am not sure how to fix this in the input function, but output is fine.