branch: externals/doric-themes commit cae2d82076e8f2b65d001faa4be5a5ed2a23746a Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Use bold instead of sucess when rotating to a new them --- doric-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doric-themes.el b/doric-themes.el index 4944b56852..b0a47ddd6d 100644 --- a/doric-themes.el +++ b/doric-themes.el @@ -211,7 +211,7 @@ the list becomes the last. Do not modify THEMES in the process." (let ((candidate (doric-themes--rotate-p themes))) (if (doric-themes--doric-p candidate) (progn - (message "Rotating to `%s'" (propertize (symbol-name candidate) 'face 'success)) + (message "Rotating to `%s'" (propertize (symbol-name candidate) 'face 'bold)) (doric-themes-load-theme candidate)) (user-error "`%s' is not part of the Doric collection" candidate))))