From 8c87122e47428c7c18beed181cad5b7603233837 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Wed, 26 Jun 2024 13:08:27 -0700 Subject: New Light-theme Coloring --- elchemy.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'elchemy.el') diff --git a/elchemy.el b/elchemy.el index 63aa651..c5eb916 100644 --- a/elchemy.el +++ b/elchemy.el @@ -26,7 +26,11 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(mode-line ((t (:height 1.1)))) + '(cursor ((t (:background "gray30")))) + '(link ((t (:foreground "blue" :underline t)))) + '(minibuffer-prompt ((t (:foreground "#771C9B")))) + '(mode-line ((t (:box (:line-width (1 . 1) :color "grey75" :style flat-button) :height 1.1)))) + '(mode-line-inactive ((t (:foreground "gray20")))) '(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)))) -- cgit v1.2.1