NEW: Theme and basic settings

This commit is contained in:
Jean-Claude 2021-03-18 17:47:32 +01:00
parent b75e2823a3
commit 831a27c5ae
Signed by: jeanclaude
GPG Key ID: 8A300F57CBB9F63E
3 changed files with 27 additions and 0 deletions

20
Timewarrior/dark.theme Normal file
View File

@ -0,0 +1,20 @@
define theme:
description = "dark.theme: My 16-color theme"
colors:
# General UI color.
exclusion = "magenta"
today = "red"
holiday = "green"
label = "white"
ids = "red"
debug = "blue"
# Rotating Color Palette for tags. The leading zeroes allow the order to be
# preserved.
palette:
color01 = "black on red"
color02 = "black on blue"
color03 = "black on green"
color04 = "black on magenta"
color05 = "black on cyan"
color06 = "black on yellow"

View File

@ -0,0 +1,6 @@
reports.day.lines = 5
reports.week.lines = 2
reports.day.axis = 'external'
# Theme
import /home/jeanclaude/.config/timewarrior/dark.theme

View File

@ -201,6 +201,7 @@ then
linker "$dotfiles/Taskwarrior/dark-16.theme" ~/.config/taskwarrior/dark-16.theme
linker "$dotfiles/Taskwarrior/on-modify.timewarrior" ~/.local/share/taskwarrior/hooks/on-modify.timewarrior
linker "$dotfiles/Timewarrior/timewarrior.cfg" ~/.config/timewarrior/timewarrior.cfg
linker "$dotfiles/Timewarrior/dark.theme" ~/.config/timewarrior/dark.theme
fi
## Mail