705
theme choice added for config file.
while coding I realized that my method is_theme in utils.py could parse colors.py nor khal.spec to check correct value. Is that(s desirable ? For this time I use the same way other check methods.
Thank you for this PR and sorry for not looking at this for > 2 years.
I don't think we need the test for checking for valid color schemes as configobj already does this for us. Am I missing something?
Any chance on merging this?
> git fetch origin pull/705/head
fatal: couldn't find remote ref pull/705/head
> git fetch origin pull/1005/head
From github.com:pimutils/khal
* branch refs/pull/1005/head -> FETCH_HEAD
I can't pull / checkout this specific PR to rebase/merge locally.
Any chance on merging this?
What problem does this PR solve for you?
I thought this PR adds the ability to define colorscheme in the config file. That would be rather snappy, and generally accepted as standard feature among command-line apps. It's kind of a pain to manually edit my colours.py every time I update ikhal.
This PR sounds like a first step for what you want -- it still doesn't allow defining new themes in user-defined locations, just picking one of the buit-in themes via the config file.
I think this can be closed in favour of https://github.com/pimutils/khal/pull/1279