瀏覽代碼

Don't force color with neutral symbols

Does not work with every color scheme.
Alois Mahdal 7 年之前
父節點
當前提交
f021215730
共有 1 個檔案被更改,包括 4 行新增4 行删除
  1. 4
    4
      dotfiles/i3/config

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

148
   #      
148
   #      
149
   #        
149
   #        
150
   # ⓿ ❶ ❷ ❸ ❹ ❺ ❻ ❼ ❽ ❾
150
   # ⓿ ❶ ❷ ❸ ❹ ❺ ❻ ❼ ❽ ❾
151
-  set $neutral  "<span foreground='#999999'></span> %title"
151
+  set $neutral  "<span></span> %title"
152
   set $runn     "<span foreground='cyan'></span> %title"
152
   set $runn     "<span foreground='cyan'></span> %title"
153
   set $pass     "<span foreground='lime'></span> %title"
153
   set $pass     "<span foreground='lime'></span> %title"
154
   set $warn     "<span foreground='orange'></span> %title"
154
   set $warn     "<span foreground='orange'></span> %title"
168
   set $italic   "<i>%title</i>"
168
   set $italic   "<i>%title</i>"
169
   set $normal   "%title"
169
   set $normal   "%title"
170
 
170
 
171
-  set $list     "<span foreground='#999999'></span> %title"
172
-  set $item     "<span foreground='#999999'></span> %title"
173
-  set $favorite "<span foreground='red'></span> %title"
171
+  set $list     "<span></span> %title"
172
+  set $item     "<span></span> %title"
173
+  set $favorite "<span></span> %title"
174
 
174
 
175
   bindsym Page_Up [workspace=__focused__] \
175
   bindsym Page_Up [workspace=__focused__] \
176
                         title_format $neutral; mode "default"
176
                         title_format $neutral; mode "default"