dotfiles/sway/.config/sway/config.d/appearance

30 lines
801 B
Plaintext

###############################
# #
# APPEARANCE #
# #
###############################
# Borders
default_border pixel 2
hide_edge_borders smart
# Gaps
gaps inner 8
gaps outer 4
# Font
font pango:Ubuntu Condensed 10
### COLORS ###
# border, bground and text only apply to window titlebars
# class border bground text indicator child_border
client.focused #268bd2 #000000 #eee8d5 #839496 #268bd2
client.focused_inactive #073642 #000000 #eee8d5 #002bd2 #073642
client.unfocused #073642 #000000 #eee8d5 #002b36 #073642
client.urgent #dc322f #000000 #eee8d5 #cb4b16 #dc322f
client.placeholder #073642 #000000 #eee8d5 #002bd2 #073642
client.background #fdf6e3