summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))