From 4fb1386c37f036adbf7af05baa2ef30f9c6cd1ea Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Wed, 5 Oct 2022 22:55:21 -0400 Subject: [PATCH] Cleanup helm-selection and headers --- custom.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)))