Browse Source

Use less contrasting color for $fail icon

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

+ 1
- 1
dotfiles/i3/config View File

@@ -127,7 +127,7 @@ mode "mark" {
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"
130
-  set $fail     "<span foreground='red'></span> %title"
130
+  set $fail     "<span foreground='#992222'></span> %title"
131 131
   set $strike   "<s>%title</s>"
132 132
   set $unders   "<u>%title</u>"
133 133
   set $italic   "<i>%title</i>"