瀏覽代碼

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"