dotfiles/themes/dracula/.config/sway/theme

27 lines
745 B
Text

gaps inner 2px
gaps outer 2px
default_border pixel 2px
default_floating_border pixel 2px
# cursor
seat seat0 xcursor_theme Dracula 24
# Status Bar:
bar {
swaybar_command waybar
}
# -Colors-
# name border bg text ind child_border
client.focused #bd93f9 #282a36 #f8f8f2 #bd93f9 #bd93f9
client.focused_inactive #44475a #282a36 #f8f8f2 #44475a #44475a
client.unfocused #282a36 #282a36 #6272a4 #282a36 #282a36
client.urgent #ff5555 #282a36 #f8f8f2 #ff5555 #ff5555
client.placeholder #282a36 #282a36 #f8f8f2 #282a36 #282a36
# Swayfx
# comment these out if you don't use swayfx
#blur enable
#corner_radius 4
#shadows enable