浏览代码

Use less contrasting color for $fail icon

Alois Mahdal 9 年前
父节点
当前提交
9684204148
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      dotfiles/i3/config

+ 1
- 1
dotfiles/i3/config 查看文件

@@ -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>"