# vim: ft=swayconfig
bar {
	status_command i3blocks
	position top
	font pango:DejaVu Sans Mono 8
	colors {
		separator  #1f222d
		background #1f222d
		statusline #81a1c1

		#                   border  background text
		focused_workspace  #1f222d #1f222d    #81a1c1
		active_workspace   #1f222d #252936    #5e81ac
		inactive_workspace #1f222d #1f222d    #4c566a
		urgent_workspace   #1f222d #1f222d    #ee829f
		binding_mode       #1f222d #81a1c1    #2e3440
    }
}