summaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-08-06 01:14:47 -0400
committerJules Laplace <jules@okfoc.us>2015-08-06 01:14:47 -0400
commit20e62e8d18905a778f8b347103f9352fab38908e (patch)
treef650ce8fea26e4acf5825c3cb7b9827191e17601 /public/css
parent0809c1c3a02943d51c6882039004365daa3e3920 (diff)
solarized css lol
Diffstat (limited to 'public/css')
-rw-r--r--public/css/solarized.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/public/css/solarized.css b/public/css/solarized.css
new file mode 100644
index 0000000..5b4d449
--- /dev/null
+++ b/public/css/solarized.css
@@ -0,0 +1,31 @@
+/* using these again for historical purposes.. */
+
+.base03 { color: #002b36 }
+.base02 { color: #073642 }
+.base01 { color: #586e75 }
+.base00 { color: #657b83 }
+.base0 { color: #839496 }
+.base1 { color: #93a1a1 }
+.base2 { color: #eee8d5 }
+.base3 { color: #fdf6e3 }
+
+.yellow { color: #b58900 }
+.orange { color: #cb4b16 }
+.red { color: #dc322f }
+.magenta { color: #d33682 }
+.violet { color: #6c71c4 }
+.blue { color: #268bd2 }
+.cyan { color: #2aa198 }
+.green { color: #859900 }
+
+.dark .fg { color: #839496 }
+.dark .bg { color: #002b36 }
+.dark .hl { color: #073642 }
+.dark .emph { color: #93a1a1 }
+.dark .comment { color: #586e75 }
+
+.light .fg { color: #657b83 }
+.light .bg { color: #fdf6e3 }
+.light .hl { color: #eee8d5 }
+.light .emph { color: #586e75 }
+.light .comment { color: #93a1a1 } \ No newline at end of file