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

30 lines
801 B
Plaintext
Raw Normal View History

2021-10-02 20:59:11 +00:00
###############################
# #
# APPEARANCE #
# #
###############################
2021-11-19 16:53:22 +00:00
# Borders
2021-10-02 20:59:11 +00:00
default_border pixel 2
hide_edge_borders smart
2021-11-19 16:53:22 +00:00
# Gaps
2021-10-02 20:59:11 +00:00
gaps inner 8
gaps outer 4
2021-10-02 20:59:11 +00:00
2021-11-19 16:53:22 +00:00
# Font
font pango:Ubuntu Condensed 10
2021-10-02 20:59:11 +00:00
### 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
2021-10-02 20:59:11 +00:00
client.background #fdf6e3
2021-10-02 20:59:11 +00:00