From ff696760f250643b53f5084a958c0186199ee69b Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Sun, 15 Mar 2026 22:58:57 -0700 Subject: Beautify --- elchemy.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'elchemy.el') diff --git a/elchemy.el b/elchemy.el index 18ac73f..ae82f60 100644 --- a/elchemy.el +++ b/elchemy.el @@ -28,7 +28,6 @@ ;; If there is more than one, they won't work right. `(default ((t (:height ,elchemy/user/font-height)))) '(link ((t (:underline t)))) - '(mode-line ((t (:box (:line-width (1 . 1) :style flat-button) :height 1.1)))) '(org-document-title ((t (:height 2.0 :underline nil)))) '(org-level-1 ((t (:inherit outline-1 :extend nil :weight extra-bold :height 1.4)))) '(org-level-2 ((t (:inherit outline-2 :extend nil :slant italic :weight bold :height 1.2)))) @@ -43,5 +42,5 @@ '(cursor ((t (:background "gray30")))) '(link ((t (:foreground "blue")))) '(minibuffer-prompt ((t (:foreground "#771C9B")))) - '(mode-line ((t (:box (:color "grey75"))))) - '(mode-line-inactive ((t (:foreground "gray20")))))) + '(mode-line ((t (:foreground "grey30" :background "grey75")))) + '(mode-line-inactive ((t (:foreground "gray50")))))) -- cgit v1.2.1