branch: externals/standard-themes commit 2133110ba1cddb375c8276d4f3c023fde73d0db5 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Cover clojure-keyword-face --- standard-themes.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/standard-themes.el b/standard-themes.el index 8305dc33b0..6e920f3849 100644 --- a/standard-themes.el +++ b/standard-themes.el @@ -913,6 +913,8 @@ Helper function for `standard-themes-preview-colors'." `(log-view-commit-body (( ))) `(log-view-file ((,c :inherit bold))) `(log-view-message ((,c :inherit shadow))) +;;;; clojure-mode + `(clojure-keyword-face ((,c :inherit font-lock-builtin-face))) ;;;; company-mode `(company-echo-common ((,c :inherit bold :foreground ,accent-0))) `(company-preview ((,c :background ,bg-dim :foreground ,fg-dim)))