diff options
Diffstat (limited to '.taskrc')
-rw-r--r-- | .taskrc | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -0,0 +1,27 @@ +# [Created by task 3.4.1 4/28/2025 20:01:41] +data.location=~/.task +news.version=3.4.1 + +# To use the default location of the XDG directories, +# move this configuration file from ~/.taskrc to ~/.config/task/taskrc and update location config as follows: + +#data.location=~/.local/share/task +#hooks.location=~/.config/task/hooks + +# Color theme (uncomment one to use) +#include light-16.theme +#include light-256.theme +#include bubblegum-256.theme +#include dark-16.theme +#include dark-256.theme +#include dark-red-256.theme +#include dark-green-256.theme +#include dark-blue-256.theme +#include dark-violets-256.theme +#include dark-yellow-green.theme +#include dark-gray-256.theme +#include dark-gray-blue-256.theme +#include solarized-dark-256.theme +#include solarized-light-256.theme +#include no-color.theme + |