From 85332cce834efa1b55a803cf66e3d00260359e8f Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sat, 19 Apr 2025 08:29:17 +0200 Subject: [PATCH] Add some faces in style.css --- source/style.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/source/style.css b/source/style.css index 216c6d9..784bb2e 100644 --- a/source/style.css +++ b/source/style.css @@ -151,6 +151,23 @@ Generated with `M-x org-html-htmlize-generate-css` after loading the /* font-lock-function-call-face */ color: #7fc500; } +.org-elisp-function-call { + /* elisp-function-call */ + color: #7fc500; +} +.org-elisp-free-variable { + /* elisp-free-variable */ + text-decoration: underline; +} +.org-elisp-binding-variable { + /* elisp-binding-variable */ + color: #78afff; + font-style: italic; +} +.org-elisp-macro-call { + /* elisp-macro-call */ + color: #00c089; +} .org-function-name { /* font-lock-function-name-face */ color: #7fc500; -- 2.39.5