diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-14 15:40:21 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-14 15:40:21 +0200 |
commit | 515fb412ee5be1a7517e4e931f9dbfee0ca0f9ac (patch) | |
tree | fb71961ecab49d2048bdc0ca9403b5b85c7ba5cf /.config/emacs/mango-theme.el | |
parent | ae147083eb675ddc6589c18fc43dbeb857166ede (diff) |
emacs: Highlight numeric literals
Diffstat (limited to '.config/emacs/mango-theme.el')
-rw-r--r-- | .config/emacs/mango-theme.el | 4 |
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)) |