diff options
author | Alexis Hovorka <[email protected]> | 2021-02-27 18:19:17 -0700 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2021-02-27 18:19:17 -0700 |
commit | 1244b77c3847c0e21d0a024a96d21c2068afadd2 (patch) | |
tree | 634d1fa4abee9e415c1e027003957d574cd5a62f /base/task | |
parent | cf441a9652d41b9477fb693020dc10f393570ab2 (diff) |
[style] Tweak taskwarrior colors
Diffstat (limited to 'base/task')
-rw-r--r-- | base/task/main.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/task/main.rc b/base/task/main.rc index 189425f..7f73b26 100644 --- a/base/task/main.rc +++ b/base/task/main.rc @@ -50,9 +50,9 @@ color.blocking=cyan #color.project.none= # Priority -color.uda.priority.H=color15 -color.uda.priority.L=color8 -color.uda.priority.M=color20 +color.uda.priority.H=yellow +color.uda.priority.M=color15 +color.uda.priority.L=color20 # Tags color.tagged=color17 |