summaryrefslogtreecommitdiff
path: root/.config/emacs/mango-theme.el
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-09-23 10:48:20 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-09-23 10:48:20 +0200
commit864830a6d45bab59e33aa420dde0707200af05d3 (patch)
treeff735273687a4ccc4fa4a61d1a42f39f0af50a2a /.config/emacs/mango-theme.el
parentb2f92905524c8262f8d2c8163ad58d97eab0c203 (diff)
emacs: Update the theme
Diffstat (limited to '.config/emacs/mango-theme.el')
-rw-r--r--.config/emacs/mango-theme.el10
1 files changed, 6 insertions, 4 deletions
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))