aboutsummaryrefslogtreecommitdiff
path: root/sass/code.scss
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-02-02 02:37:30 +0300
committerCem Keylan <cem@ckyln.com>2021-02-02 02:42:34 +0300
commitdc3edbc26c28205b5ccf697ff3ef2acd001e1a5d (patch)
tree9f1ed915fbfc9762e72939a17dfecf38e8db9408 /sass/code.scss
downloadcarbslinux-style-dc3edbc26c28205b5ccf697ff3ef2acd001e1a5d.tar.gz
initial commit
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