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
|
@ -36,5 +36,20 @@
|
|||
"fg": "#282C34",
|
||||
"bg": "#98C379"
|
||||
}
|
||||
}
|
||||
},
|
||||
"pomodoro": {
|
||||
"paused": {
|
||||
"fg": "#282C34",
|
||||
"bg": "#E5C07B"
|
||||
},
|
||||
"work": {
|
||||
"fg": "#98C379",
|
||||
"bg": "#282C34"
|
||||
},
|
||||
"break": {
|
||||
"fg": "#282C34",
|
||||
"bg": "#98C379"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue