diff options
Diffstat (limited to 'public/css/solarized.css')
| -rw-r--r-- | public/css/solarized.css | 31 |
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 |
