summaryrefslogtreecommitdiff
path: root/_sass/skins/highlight/tomorrow/_night-eighties.scss
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2020-09-27 14:31:36 -0500
committerKarl Hallsby <karl@hallsby.com>2020-09-27 14:32:00 -0500
commit61b34a5f260db45575d448d766ea29c0fb273ed3 (patch)
tree4ac84fa917df0c69fb0fc6d587750514e7d0d813 /_sass/skins/highlight/tomorrow/_night-eighties.scss
parentc3cafe3c3817f52d4c588b5b0d6e71e07e06145e (diff)
Add jekyll-text-theme YAML files
Diffstat (limited to '_sass/skins/highlight/tomorrow/_night-eighties.scss')
-rw-r--r--_sass/skins/highlight/tomorrow/_night-eighties.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/_sass/skins/highlight/tomorrow/_night-eighties.scss b/_sass/skins/highlight/tomorrow/_night-eighties.scss
new file mode 100644
index 0000000..4bd0ddb
--- /dev/null
+++ b/_sass/skins/highlight/tomorrow/_night-eighties.scss
@@ -0,0 +1,10 @@
+$highlight-background :#2d2d2d;
+$highlight-foreground :#ccc;
+$highlight-comment :#999;
+$highlight-red :#f2777a;
+$highlight-orange :#f99157;
+$highlight-yellow :#fc6;
+$highlight-green :#9c9;
+$highlight-aqua :#6cc;
+$highlight-blue :#69c;
+$highlight-purple :#c9c;