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
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 bypass no-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 default taskrctemplate to a new default.theme file. Use include default.theme to apply these color settings, like here.
The text was updated successfully, but these errors were encountered:
Hi! This is my first time contributing and I would like to contribute/be assigned this good first issue if possible! Just so I understand, do you just want to move the .color settings into a newly created file named "default.theme" and then include that file using "#include" into the Context.cpp file? Does the .color settings include any lines that have .color in them (lines 210-280 in the Context.cpp file)?
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: