Spruced up the pomodoro module.

Added icons/colors to the pomodoro module and shortened the display text.
This commit is contained in:
Karthik Chikmagalur 2019-09-28 16:27:26 -07:00
parent 3c1f127fef
commit d6072d0eb7
21 changed files with 361 additions and 90 deletions

View file

@ -54,5 +54,19 @@
"modified": { "bg": "#458588" },
"deleted": { "bg": "#9d0006" },
"new": { "bg": "#b16286" }
}
},
"pomodoro": {
"paused": {
"fg": "#1d2021",
"bg": "#d79921"
},
"work": {
"fg": "#1d2021",
"bg": "#b8bb26"
},
"break": {
"fg": "#002b36",
"bg": "#859900"
}
}
}