ソースを参照

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"