From cfb3292f5236a1d8e9628be8a3a63d8596a4e393 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Tue, 14 Nov 2017 17:34:04 -0500 Subject: [PATCH] Change outside of themeing mmmh --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index a76d550..30ff192 100644 --- a/init.el +++ b/init.el @@ -73,6 +73,8 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(bold ((t (:weight normal)))) + '(error ((t (:foreground "#d33682 +" :inverse-video t)))) '(fixed-pitch ((t (:family "Bitstream Vera Sans Mono")))) '(font-latex-math-face ((t (:foreground "cornsilk3")))) '(helm-source-header ((t (:inherit helm-header :background "#22083397778B" :foreground "white" :weight bold))))