From faea153711dd6202e76f09663581baebb4ea7bbd Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 1 Jun 2021 18:15:36 -0400 Subject: [PATCH] [i3] Fix background color --- i3/.config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 23a2427..cb65321 100644 --- a/i3/.config/i3/config +++ b/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"