From 864830a6d45bab59e33aa420dde0707200af05d3 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 23 Sep 2024 10:48:20 +0200 Subject: emacs: Update the theme --- .config/emacs/mango-theme.el | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to '.config/emacs/mango-theme.el') diff --git a/.config/emacs/mango-theme.el b/.config/emacs/mango-theme.el index aca1672..ff339bc 100644 --- a/.config/emacs/mango-theme.el +++ b/.config/emacs/mango-theme.el @@ -99,6 +99,8 @@ graphically, so I shouldn’t need to have multiple specs per face. ;; Other literals (font-lock-number-face :foreground ,(mango-theme--get-color 'orange)) + (help-key-binding + :inherit font-lock-constant-face) ;; Org Mode (org-code @@ -122,10 +124,10 @@ graphically, so I shouldn’t need to have multiple specs per face. :background ,(mango-theme--get-color 'background-cool)) (magit-diff-hunk-heading-highlight :background ,(mango-theme--get-color 'middleground)) - ;; (magit-diff-context-highlight - ;; :inherit hl-line) - ;; (magit-section-highlight - ;; :inherit hl-line) + (magit-diff-context-highlight + :inherit hl-line) + (magit-section-highlight + :inherit hl-line) (git-commit-summary :foreground ,(mango-theme--get-color 'khaki)) -- cgit v1.2.3