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))))