Change Font (Or general Config)
yushangakki opened this issue · 3 comments
yushangakki commented
This is wonderful!
But Could you add personal config to this program? Like the font and the background?
Thank you so much!
chipsenkbeil commented
@yushangakki, what specifically did you have in mind? Did you want to have a common config file? Or just more CLI options? You can already control the font and selected background color from the CLI options.
yushangakki commented
a common config file would be great! Also is it possible to change the color scheme? Thanks!
chipsenkbeil commented
Looks like there's NSJSONSerialization that could be used to go from an NSDictionary to a JSON string and vice versa.
Combine that with file reading in Objective C and we should be able to have a config file containing JSON that can be used to configure options.