Spruced up the pomodoro module.
Added icons/colors to the pomodoro module and shortened the display text.
This commit is contained in:
parent
3c1f127fef
commit
d6072d0eb7
21 changed files with 361 additions and 90 deletions
|
@ -49,5 +49,20 @@
|
|||
"modified": { "bg": "#2aa198" },
|
||||
"deleted": { "bg": "#d33682" },
|
||||
"new": { "bg": "#859900" }
|
||||
}
|
||||
},
|
||||
"pomodoro": {
|
||||
"paused": {
|
||||
"fg": "#002b36",
|
||||
"bg": "#b58900"
|
||||
},
|
||||
"work": {
|
||||
"fg": "#eee8d5",
|
||||
"bg": "#586e75"
|
||||
},
|
||||
"break": {
|
||||
"fg": "#002b36",
|
||||
"bg": "#859900"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue