branch: elpa/gnosis
commit 4ba6202edfc1889f377247c220dbc00bf87273ef
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>
dashboard-module-today-stats: Change faces.
+ Use success and and font-lock-keyword-face.
---
gnosis-dashboard.el | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnosis-dashboard.el b/gnosis-dashboard.el
index f000d95f4cd..ce763d5b04b 100644
--- a/gnosis-dashboard.el
+++ b/gnosis-dashboard.el
@@ -70,12 +70,10 @@ Avoid using an increased height value as this messes up with
(format "\nReviewed today: %s (New: %s)"
(propertize
(number-to-string (gnosis-get-date-total-themata))
- 'face
- 'font-lock-variable-use-face)
+ 'face 'success)
(propertize
(number-to-string (gnosis-get-date-new-themata))
- 'face
- 'font-lock-keyword-face)))
+ 'face 'font-lock-keyword-face)))
"\n"
(gnosis-center-string
(format "Due themata: %s (Overdue: %s)"