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
|
@ -46,5 +46,19 @@
|
|||
"fg": "#0f1117",
|
||||
"bg": "#84a0c6"
|
||||
}
|
||||
},
|
||||
"pomodoro": {
|
||||
"paused": {
|
||||
"fg": "#0f1117",
|
||||
"bg": "#e2a478"
|
||||
},
|
||||
"work": {
|
||||
"fg": "#1d2021",
|
||||
"bg": "#b8bb26"
|
||||
},
|
||||
"break": {
|
||||
"fg": "#89b8c2",
|
||||
"bg": "#161821"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue