From 20e62e8d18905a778f8b347103f9352fab38908e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 6 Aug 2015 01:14:47 -0400 Subject: solarized css lol --- public/css/solarized.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 public/css/solarized.css 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 -- cgit v1.2.3-70-g09d2