From: Eshel Yaron Date: Sat, 19 Apr 2025 06:29:17 +0000 (+0200) Subject: Add some faces in style.css X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85332cce834efa1b55a803cf66e3d00260359e8f;p=esy-publish.git Add some faces in style.css --- 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;