summaryrefslogtreecommitdiff
path: root/.config/emacs/mango-theme.el
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-09-14 15:40:21 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-09-14 15:40:21 +0200
commit515fb412ee5be1a7517e4e931f9dbfee0ca0f9ac (patch)
treefb71961ecab49d2048bdc0ca9403b5b85c7ba5cf /.config/emacs/mango-theme.el
parentae147083eb675ddc6589c18fc43dbeb857166ede (diff)
emacs: Highlight numeric literals
Diffstat (limited to '.config/emacs/mango-theme.el')
-rw-r--r--.config/emacs/mango-theme.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/emacs/mango-theme.el b/.config/emacs/mango-theme.el
index 9c52f0c..b2a369b 100644
--- a/.config/emacs/mango-theme.el
+++ b/.config/emacs/mango-theme.el
@@ -95,6 +95,10 @@ graphically, so I shouldn’t need to have multiple specs per face.
:inherit font-lock-variable-name-face
:weight bold)
+ ;; Other literals
+ (font-lock-number-face
+ :foreground ,(mango-theme--get-color 'orange))
+
;; Org Mode
(org-code
:foreground ,(mango-theme--get-color 'orange))