Move color settings from taskrc
to default.theme
#3669
Labels
topic:themes
Issues related to color themes or colorized output
taskrc
to default.theme
#3669
Issue
As previously discussed, it would be beneficial to separate the default color theme from other configuration settings in
taskrc
. This change would ensure that new color settings don’t unintentionally bypassno-color.theme
in case it omits them by mistake. Separating color settings would also improve the organization of configuration files.Solution
Relocate all
color.
related settings from the defaulttaskrc
template to a newdefault.theme
file. Useinclude default.theme
to apply these color settings, like here.The text was updated successfully, but these errors were encountered: