dotfiles/sway/.config/sway/config.d/00_appearance

29 lines
759 B
Plaintext

# vi: ft=swayconfig
# Borders
default_border pixel 3
hide_edge_borders smart
# Titlebars
title_align center
# Gaps
gaps inner 8
gaps outer 4
# Font
font pango:Fira Sans Condensed SemiBold 10
# Wallpaper
output * bg ~/Pictures/Wallpapers/wallpaper fill
# Colors (border, bground and text only apply to window titlebars)
# class border bground text indicator child_border
client.focused #6c71c4 #6c71c4 #eee8d5 #268bd2 #6c71c4
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