]> git.eshelyaron.com Git - esy-publish.git/commitdiff
Add some faces in style.css main
authorEshel Yaron <me@eshelyaron.com>
Sat, 19 Apr 2025 06:29:17 +0000 (08:29 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 19 Apr 2025 06:29:17 +0000 (08:29 +0200)
source/style.css

index 216c6d9f8f661fc6b545efbe121bf24c6a4eea77..784bb2ef38368d677261bc984b312aa27a76e2f2 100644 (file)
@@ -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;