source: alternate styling for syntax highlighting
[sheet.git] / red.css
diff --git a/red.css b/red.css
index af617451e06780bec10f064dd2565b7a36373154..85938a90f410cc0a2a6371d487d681d786bf0138 100644 (file)
--- a/red.css
+++ b/red.css
@@ -61,3 +61,13 @@ dt.pm, dt.mv,
        color: #FF0;
 } /* mode link */
 
+/* code syntax */
+.sy-comment    { color: #888 }
+.sy-constant   { color: #C88 }
+.sy-type,
+.sy-identifier { color: #C44 }
+.sy-statement  { text-shadow: #F00 0 0 0.5em }
+.sy-special    { color: #CA8 }
+.sy-error      { font-weight: bold; background-color: #A00; color: #EEE }
+.sy-todo       { background-color: #400 }
+