Browse Source

[i3] Fix background color

Colin Powell 4 years ago
parent
commit
faea153711
1 changed files with 2 additions and 2 deletions
  1. 2 2
      i3/.config/i3/config

+ 2 - 2
i3/.config/i3/config

@@ -225,8 +225,8 @@ bindsym $mod+Ctrl+Mod2+KP_9 move container to workspace $ws9
 ##### COLORS #######################################
 
 # XRESOURCES
-set $fg "#FF0F00"
-set $bg "#FFFFFF"
+set $fg "#FF0F80"
+set $bg "#000000"
 set $tx "#FFFFFF"
 set $ltx "#CCCCCC"