소스 검색

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