You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use bubblegum-256 theme in TW which has the following definition:
color.overdue=bold inverse
that is problematic for Vit.
To Reproduce
starting vit
$ vit
Traceback (most recent call last):
File "/usr/bin/vit", line 33, in <module>
sys.exit(load_entry_point('vit==2.3.2', 'console_scripts', 'vit')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/vit/command_line.py", line 5, in main
Application(options, filters)
File "/usr/lib/python3.11/site-packages/vit/application.py", line 81, in __init__
self.refresh(False)
File "/usr/lib/python3.11/site-packages/vit/application.py", line 963, in refresh
self.bootstrap(load_early_config)
File "/usr/lib/python3.11/site-packages/vit/application.py", line 161, in bootstrap
self.task_color_config = TaskColorConfig(self.config, self.task_config, self.theme, self.theme_alt_backgrounds)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/vit/color.py", line 31, in __init__
self.display_attrs_available, self.display_attrs = self.convert_color_config(self.task_config.filter_to_dict(r'^color\.'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/vit/color.py", line 73, in convert_color_config
foreground, background = self.convert_colors(value)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/vit/color.py", line 95, in convert_colors
foreground_parts, background_parts = self.make_color_parts(foreground, background)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/vit/color.py", line 115, in make_color_parts
self.check_invalid_color_parts(foreground_parts)
File "/usr/lib/python3.11/site-packages/vit/color.py", line 106, in check_invalid_color_parts
raise ValueError("The following TaskWarrior color definitions are unsupported in VIT: %s -- read the documentation for possible workarounds" % ", ".join(invalid_color_parts))
ValueError: The following TaskWarrior color definitions are unsupported in VIT: inverse -- read the documentation for possible workarounds
Any hint?
Edit: I read COLOR.md file, but wonder how to deal with:
# Due
color.due=
color.due.today=rgb125
color.overdue=bold inverse
The text was updated successfully, but these errors were encountered:
I use bubblegum-256 theme in TW which has the following definition:
that is problematic for Vit.
To Reproduce
Any hint?
Edit: I read COLOR.md file, but wonder how to deal with:
The text was updated successfully, but these errors were encountered: