diff --git a/custom.el b/custom.el index 5b89977..b4c0752 100644 --- a/custom.el +++ b/custom.el @@ -137,7 +137,9 @@ '(font-latex-slide-title-face ((t nil))) '(gnus-button ((t nil))) '(gnus-cite-attribution ((t (:underline t :slant normal :weight normal)))) - '(helm-source-header ((t (:inherit helm-header :background "#22083397778B" :foreground "white" :weight bold)))) + '(header-line ((t (:background "#303030" :foreground "#919191" :inverse-video nil)))) + '(helm-selection ((t (:weight normal :slant normal :inherit highlight)))) + '(helm-source-header ((t (:inherit helm-header)))) '(hl-line ((t (:background "#303030")))) '(hl-sexp-face ((t (:underline t))) t) '(italic ((((supports :underline t)) nil)))