소스 검색

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

Alois Mahdal 9 년 전
부모
커밋
60033ade52
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      dotfiles/i3/config

+ 1
- 1
dotfiles/i3/config 파일 보기

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