about summary refs log tree commit diff stats
path: root/js/scripting-lang/docs/baba-yaga/0.0.1/styles/prettify-tomorrow.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/scripting-lang/docs/baba-yaga/0.0.1/styles/prettify-tomorrow.css')
-rw-r--r--js/scripting-lang/docs/baba-yaga/0.0.1/styles/prettify-tomorrow.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/js/scripting-lang/docs/baba-yaga/0.0.1/styles/prettify-tomorrow.css b/js/scripting-lang/docs/baba-yaga/0.0.1/styles/prettify-tomorrow.css
index b6f92a7..81e74d1 100644
--- a/js/scripting-lang/docs/baba-yaga/0.0.1/styles/prettify-tomorrow.css
+++ b/js/scripting-lang/docs/baba-yaga/0.0.1/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 {