summaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-08-06 13:04:24 -0400
committerJules Laplace <jules@okfoc.us>2015-08-06 13:04:24 -0400
commit277e73e9d7e118b5cc1bd5888eb502b3d7380ec8 (patch)
treef1b2f03ad2728cfa2a8b10fcbf10f5f3030dc216 /public/css
parentfd3e6661d8911fc0ede063ade5c094c7188443e5 (diff)
parent18ebdc7abb9982ceeba1aac651b1c874fad2b6c0 (diff)
Merge branch 'master' of ghghgh.us:asdf-yt
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