aboutsummaryrefslogtreecommitdiff
path: root/sass/code.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/code.scss')
-rw-r--r--sass/code.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/sass/code.scss b/sass/code.scss
new file mode 100644
index 0000000..b488d88
--- /dev/null
+++ b/sass/code.scss
@@ -0,0 +1,15 @@
+@import "colors.scss";
+
+/* Syntax highlighting for org-mode source block exports */
+.org-comment, .org-comment-delimiter {
+ color: $carbs-grey; font-style: italic; // font-lock-comment-face
+}
+.org-builtin { color: $carbs-blue; } // font-lock-builtin-face
+.org-constant { color: $carbs-pink; } // font-lock-constant-face
+.org-doc { color: $carbs-grey; } // font-lock-doc-face
+.org-function-name { color: $carbs-blue; } // font-lock-function-name-face
+.org-variable-name { color: $carbs-purple; } // font-lock-variable-name-face
+.org-keyword { color: $carbs-blue-alt; } // font-lock-keyword-face
+.org-string { color: $carbs-green; } // font-lock-string-face
+.org-type { color: $carbs-orange; } // font-lock-type-face
+.org-warning { color: $carbs-red; } // font-lock-warning-face