dotfiles/.config/i3/arcolinux-sunset.theme

36 lines
1.0 KiB
Plaintext
Raw Normal View History

2022-02-20 15:45:28 +00:00
##START THEMING BAR
#Theme name : ArcoLinux Sunset
# i3 bar colors
# variable border background Text
colors {
background #2F2F2F
statusline #eeeeee
separator #666666
# colorclass border backgr. text
focused_workspace #a9a9a9 #5f676a #eeeeee
active_workspace #a9a9a9 #5f676a #eeeeee
inactive_workspace #a9a9a9 #222222 #a9a9a9
urgent_workspace #a9a9a9 #e82951 #FFFFFF
}
}
##STOP THEMING BAR
##START THEMING WM
#Theme name : ArcoLinux Sunset
# Window color settings
# class border backgr. text indicator
client.focused #FFAF00 #FFAF00 #333333 #FFAF00
client.unfocused #222222 #222222 #aaaaaa #222222
client.focused_inactive #222222 #222222 #aaaaaa #222222
client.placeholder #222222 #222222 #aaaaaa #222222
client.urgent #d42121 #d42121 #ffffff #d42121
client.background #242424
##STOP THEMING WM