]> andersk Git - test.git/commitdiff
Changed the cursor color to match the default text color.
authorJay Weisskopf <jay@jayschwa.net>
Sun, 1 Jan 2012 06:41:46 +0000 (00:41 -0600)
committerJay Weisskopf <jay@jayschwa.net>
Sun, 1 Jan 2012 12:08:24 +0000 (06:08 -0600)
Red, the previous cursor color, should not be used during nominal
operation because most people subconsciously associate it with
"bad" or "problem". Additionally, this change makes it more
consistent with other widely-used terminal applications.

demo/styles.css
demo/usercss-0.css [changed mode: 0644->0755]
shellinabox/styles.css [changed mode: 0644->0755]
shellinabox/white-on-black.css [changed mode: 0644->0755]

index d7d5d2420deb48840eb5ff3bfed9da8b3bfee25d..42470e7aa0b8fdef945b858c60da93350e25fc49 100644 (file)
@@ -61,8 +61,8 @@
   z-index:              1;
 }
 
-#vt100 #cursor.bright { 
-  background-color:     #e60000;
+#vt100 #cursor.bright {
+  background-color:     black;
   color:                white;
 }
 
@@ -71,7 +71,7 @@
 }
 
 #vt100 #cursor.inactive {
-  border:               1px solid #e60000;
+  border:               1px solid;
   margin:               -1px;
 }
 
old mode 100644 (file)
new mode 100755 (executable)
index c64d5b1..e442e7f
@@ -1,6 +1,22 @@
-#vt100 #scrollable          { color:            #ffffff;
-                              background-color: #000000; }
-#vt100 #scrollable.inverted { color:            #000000;
-                              background-color: #ffffff; }
-#vt100 .ansi15              { color:            #000000; }
-#vt100 .bgAnsi0             { background-color: #ffffff; }
+#vt100 #cursor.bright {
+  background-color: white;
+  color:            black;
+}
+
+#vt100 #scrollable {
+  color:            #ffffff;
+  background-color: #000000;
+}
+
+#vt100 #scrollable.inverted {
+  color:            #000000;
+  background-color: #ffffff;
+}
+
+#vt100 .ansi15 {
+  color:            #000000;
+}
+
+#vt100 .bgAnsi0 {
+  background-color: #ffffff;
+}
old mode 100644 (file)
new mode 100755 (executable)
index d96855b..9776dc9
@@ -61,8 +61,8 @@
   z-index:              1;
 }
 
-#vt100 #cursor.bright { 
-  background-color:     #e60000;
+#vt100 #cursor.bright {
+  background-color:     black;
   color:                white;
 }
 
@@ -71,7 +71,7 @@
 }
 
 #vt100 #cursor.inactive {
-  border:               1px solid #e60000;
+  border:               1px solid;
   margin:               -1px;
 }
 
old mode 100644 (file)
new mode 100755 (executable)
index c64d5b1..e442e7f
@@ -1,6 +1,22 @@
-#vt100 #scrollable          { color:            #ffffff;
-                              background-color: #000000; }
-#vt100 #scrollable.inverted { color:            #000000;
-                              background-color: #ffffff; }
-#vt100 .ansi15              { color:            #000000; }
-#vt100 .bgAnsi0             { background-color: #ffffff; }
+#vt100 #cursor.bright {
+  background-color: white;
+  color:            black;
+}
+
+#vt100 #scrollable {
+  color:            #ffffff;
+  background-color: #000000;
+}
+
+#vt100 #scrollable.inverted {
+  color:            #000000;
+  background-color: #ffffff;
+}
+
+#vt100 .ansi15 {
+  color:            #000000;
+}
+
+#vt100 .bgAnsi0 {
+  background-color: #ffffff;
+}
This page took 0.038256 seconds and 5 git commands to generate.