diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-05 12:10:19 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-05 12:10:19 +0100 |
commit | 1ad5e09cf4c9d82dbb13a30d5fdabfb11d5be12a (patch) | |
tree | 359808b59ddc7bb2891856b78c477dd0e434d714 | |
parent | d5076fd939ac671487c16cd526f4950506325eb5 (diff) |
color back to dark
-rw-r--r-- | taskrc_x1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,7 +39,7 @@ weekstart=Monday # Color theme (uncomment one to use) #include /usr/local/share/doc/taskwarrior/rc/light-16.theme -include /usr/local/share/doc/taskwarrior/rc/light-256.theme +#include /usr/local/share/doc/taskwarrior/rc/light-256.theme #include /usr/share/taskwarrior/dark-16.theme #include /usr/share/doc/task/rc/dark-256.theme #include /usr/share/doc/task/rc/dark-red-256.theme @@ -308,4 +308,4 @@ report.ml_deleted_last_month.filter=end.after:today-30day status:deleted regex=on news.version=2.6.0 -context=home +context=work |