[i3] Fix background color

This commit is contained in:
2021-06-01 18:15:36 -04:00
parent bb31cf0f77
commit faea153711

View File

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