diff options
author | Valentin Popov <info@valentineus.link> | 2017-05-29 02:00:21 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-05-29 02:00:21 +0300 |
commit | 3d66eeb3019175211a5cd148fdaf1c4d33a748de (patch) | |
tree | e7edbf30e9f513a59fcde85feeaeae2f154665e9 /docs/styles/prettify-tomorrow.css | |
parent | af3cb9f8f7e14137787dfb8c964265f67feec12d (diff) | |
download | iii-client-3d66eeb3019175211a5cd148fdaf1c4d33a748de.tar.xz iii-client-3d66eeb3019175211a5cd148fdaf1c4d33a748de.zip |
Release of version 0.0.2.
Diffstat (limited to 'docs/styles/prettify-tomorrow.css')
-rw-r--r-- | docs/styles/prettify-tomorrow.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/styles/prettify-tomorrow.css b/docs/styles/prettify-tomorrow.css index b6f92a7..81e74d1 100644 --- a/docs/styles/prettify-tomorrow.css +++ b/docs/styles/prettify-tomorrow.css @@ -9,35 +9,35 @@ @media screen { /* string content */ .str { - color: #718c00; } + color: hsl(104, 100%, 24%); } /* a keyword */ .kwd { - color: #8959a8; } + color: hsl(240, 100%, 50%); } /* a comment */ .com { - color: #8e908c; } + color: hsl(0, 0%, 60%); } /* a type name */ .typ { - color: #4271ae; } + color: hsl(240, 100%, 32%); } /* a literal value */ .lit { - color: #f5871f; } + color: hsl(240, 100%, 40%); } /* punctuation */ .pun { - color: #4d4d4c; } + color: #000000; } /* lisp open bracket */ .opn { - color: #4d4d4c; } + color: #000000; } /* lisp close bracket */ .clo { - color: #4d4d4c; } + color: #000000; } /* a markup tag name */ .tag { |