diff --git a/arch-config/.config/i3/config b/arch-config/.config/i3/config index 9fdb1c91..cee86519 100755 --- a/arch-config/.config/i3/config +++ b/arch-config/.config/i3/config @@ -788,12 +788,21 @@ exec_always --no-startup-id picom -b --config ~/.config/i3/picom.conf # Purple/Pink # class border backgr. text indicator +#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 + +# Nyarch +# class border backgr. text indicator 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 +client.focused #0c374c #0c374c #eeeeee #0c374c +client.unfocused #162833 #162833 #eeeeee #162833 +client.focused_inactive #162833 #162833 #eeeeee #162833 +client.urgent #1a77a5 #1a77a5 #eeeeee #1a77a5 ################################################################# diff --git a/arch-config/.config/polybar/colors.ini b/arch-config/.config/polybar/colors.ini index 69bc19ff..fdba5a96 100755 --- a/arch-config/.config/polybar/colors.ini +++ b/arch-config/.config/polybar/colors.ini @@ -83,17 +83,25 @@ ; ============================= ; Pink ====================== -;background = #190117 -foreground = #f2daf0 -;modbackground = #4c0347 -;lightforeground = #4c0347 -alert = #a5096a -underline = #cc0abf +; background = #190117 +;background = #9933022f +;foreground = #f2daf0 +; modbackground = #4c0347 +;modbackground = #9933022f +; lightforeground = #4c0347 +;lightforeground = #9933022f +;alert = #a5096a +;underline = #cc0abf ; ============================= -background = #9933022f -modbackground = #9933022f -lightforeground = #9933022f +; Nyarch ====================== +background = #99162833 +foreground = #e5edf1 +modbackground = #99162833 +lightforeground = #99162833 +alert = #1a77a5 +underline = #2298d3 +; ============================= red = #ff0000 darkred = #990000