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

36 lines
1.0 KiB
Plaintext

##START THEMING BAR
#Theme name : ArcoLinux Default
# 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 #d42121 #FFFFFF
}
}
##STOP THEMING BAR
##START THEMING WM
#Theme name : ArcoLinux Default
# Window color settings
# class border backgr. text indicator
client.focused #6790EB #6790EB #e5e5e5 #6790EB
client.unfocused #222222 #222222 #aaaaaa #222222
client.focused_inactive #222222 #222222 #a9a9a9 #222222
client.placeholder #222222 #222222 #aaaaaa #222222
client.urgent #d42121 #d42121 #f7f7f7 #d42121
client.background #242424
##STOP THEMING WM