diff options
author | Soispha <soispha@vhack.eu> | 2023-10-01 18:25:23 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-01 18:25:23 +0200 |
commit | b839b3e4be1928a86f83c88e6d0fa27bef7d484f (patch) | |
tree | e79db6e74b3284352e5994040c420685207402bb /hm/soispha/conf/taskwarrior/nord.theme | |
parent | feat(hm/conf/taskwarrior): Add hook scripts (diff) | |
download | nixos-config-b839b3e4be1928a86f83c88e6d0fa27bef7d484f.zip |
fix(hm/conf/taskwarrior/theme): Make errors readable
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/taskwarrior/nord.theme | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hm/soispha/conf/taskwarrior/nord.theme b/hm/soispha/conf/taskwarrior/nord.theme index 9399a8ae..92ca2492 100644 --- a/hm/soispha/conf/taskwarrior/nord.theme +++ b/hm/soispha/conf/taskwarrior/nord.theme @@ -20,7 +20,7 @@ color.alternate= color.header=bold blue color.footnote=cyan color.warning=bold black on yellow -color.error=bold white on red +color.error=bold black on red color.debug=magenta #+-------------+ @@ -81,7 +81,7 @@ color.summary.bar=black on cyan color.calendar.due=bold black on blue color.calendar.due.today=bold black on cyan color.calendar.holiday=bold blue on white -color.calendar.overdue=white on red +color.calendar.overdue=bold black on red color.calendar.today=bold black on cyan color.calendar.weekend=bright white on bright black color.calendar.weeknumber=bold black |