From 3d66eeb3019175211a5cd148fdaf1c4d33a748de Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 29 May 2017 02:00:21 +0300 Subject: Release of version 0.0.2. --- docs/styles/prettify-tomorrow.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/styles/prettify-tomorrow.css') 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 { -- cgit v1.2.3