Add support for DASHBOARD (emacs-dashboard)

This commit is contained in:
Protesilaos Stavrou 2019-12-14 15:34:12 +02:00
parent 3e844136ee
commit 305eeedbfb
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
3 changed files with 13 additions and 0 deletions

View File

@ -173,6 +173,7 @@ the "full support" may not be 100% true…
+ compilation-mode
+ completions
+ custom (M-x customize)
+ dashboard (emacs-dashboard)
+ deadgrep
+ define-word
+ diff-hl

View File

@ -390,6 +390,12 @@ between foreground and background is >= 7:1)."
`(custom-state ((,class (:foreground ,cyan-alt-other))))
`(custom-themed ((,class (:inherit modus-theme-subtle-blue))))
`(custom-variable-tag ((,class (:foreground ,cyan :weight bold))))
;;;; dashboard (emacs-dashboard)
`(dashboard-banner-logo-title ((,class (:foreground ,fg-special-cold :weight bold))))
`(dashboard-footer ((,class (:foreground ,fg-special-mild :weight bold))))
`(dashboard-heading ((,class (:foreground ,fg-special-warm :weight bold))))
`(dashboard-navigator ((,class (:foreground ,cyan-alt-other))))
`(dashboard-text-banner ((,class (:foreground ,fg-dim))))
;;;; deadgrep
`(deadgrep-filename-face ((,class (:foreground ,cyan :weight bold))))
`(deadgrep-match-face ((,class (:inherit modus-theme-subtle-blue))))

View File

@ -390,6 +390,12 @@ between foreground and background is >= 7:1)."
`(custom-state ((,class (:foreground ,cyan-alt-other))))
`(custom-themed ((,class (:inherit modus-theme-subtle-blue))))
`(custom-variable-tag ((,class (:foreground ,cyan :weight bold))))
;;;; dashboard (emacs-dashboard)
`(dashboard-banner-logo-title ((,class (:foreground ,fg-special-cold :weight bold))))
`(dashboard-footer ((,class (:foreground ,fg-special-mild :weight bold))))
`(dashboard-heading ((,class (:foreground ,fg-special-warm :weight bold))))
`(dashboard-navigator ((,class (:foreground ,cyan-alt-other))))
`(dashboard-text-banner ((,class (:foreground ,fg-dim))))
;;;; deadgrep
`(deadgrep-filename-face ((,class (:foreground ,cyan :weight bold))))
`(deadgrep-match-face ((,class (:inherit modus-theme-subtle-blue))))