Browse Source

Make neutral color more neutral (and a bit more visible)

Alois Mahdal 9 years ago
parent
commit
60033ade52
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/i3/config

+ 1
- 1
dotfiles/i3/config View File

@@ -123,7 +123,7 @@ bindsym $mod+backslash               mode "mark"
123 123
 
124 124
 mode "mark" {
125 125
   #      
126
-  set $neutral  "<span foreground='gray30'></span> %title"
126
+  set $neutral  "<span foreground='#999999'></span> %title"
127 127
   set $runn     "<span foreground='cyan'></span> %title"
128 128
   set $pass     "<span foreground='lime'></span> %title"
129 129
   set $warn     "<span foreground='orange'></span> %title"