From 515fb412ee5be1a7517e4e931f9dbfee0ca0f9ac Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 14 Sep 2024 15:40:21 +0200 Subject: emacs: Highlight numeric literals --- .config/emacs/mango-theme.el | 4 ++++ 1 file changed, 4 insertions(+) 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)) -- cgit v1.2.3