diff --git a/arch-config/.config/i3/config b/arch-config/.config/i3/config index b5737567..9fdb1c91 100755 --- a/arch-config/.config/i3/config +++ b/arch-config/.config/i3/config @@ -788,12 +788,12 @@ exec_always --no-startup-id picom -b --config ~/.config/i3/picom.conf # Purple/Pink # class border backgr. text indicator -client.placeholder #663361 #33022f #eeeeee -client.background #663361 #33022f #eeeeee -client.focused #663361 #663361 #eeeeee #33022f -client.unfocused #663361 #33022f #eeeeee #33022f -client.focused_inactive #663361 #33022f #eeeeee #33022f -client.urgent #663361 #33022f #eeeeee #33022f +client.placeholder #00ff00 #00ff00 #00ff00 +client.background #00ff00 #00ff00 #00ff00 +client.focused #592c54 #592c54 #eeeeee #592c54 +client.unfocused #33022f #33022f #eeeeee #33022f +client.focused_inactive #33022f #33022f #eeeeee #33022f +client.urgent #a5096a #a5096a #eeeeee #a5096a #################################################################