syntax highlighting
authorScott Baker <smbaker@gmail.com>
Fri, 20 Jun 2014 06:50:46 +0000 (23:50 -0700)
committerScott Baker <smbaker@gmail.com>
Fri, 20 Jun 2014 06:50:46 +0000 (23:50 -0700)
planetstack/core/static/shell/opencloud_shell.css

index 26df63f..4a24cf0 100644 (file)
   font-size: 16px;
   margin-left: 2px;
 }
+
+/* an experiment with syntax hilighting */
+
+.terminal_string {
+    /*color:green; */
+    color:#859900;
+}
+
+.terminal_number {
+    /*color:darkorange;*/
+    color:#d33682;
+}
+
+.terminal_boolean {
+    /*color:blue;*/
+    color:#7777A0;
+}
+
+.terminal_null {
+    /*color:magenta;*/
+    color:#A000A0;
+}
+
+.terminal_key {
+    /*color:red;*/
+    color:#268bd2;
+}
+