diff options
Diffstat (limited to '.config/emacs/mango-theme.el')
-rw-r--r-- | .config/emacs/mango-theme.el | 10 |
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)) |