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

33 lines
845 B
Plaintext

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