1
0
Fork 0
dotfiles/sway/themes/dracula

13 lines
546 B
Plaintext
Raw Normal View History

2020-09-12 07:58:26 +00:00
# Dracula theme
# https://github.com/dracula/i3/blob/master/.config/i3/config
# Slightly modified
2023-02-14 09:58:22 +00:00
# class border bg text indic child_border
client.focused #ffb86c #ffb86c #282a36 #ffb86c #ffb86c
client.focused_inactive #44475A #44475A #F8F8F2 #44475A #44475A
client.unfocused #44475A #282A36 #F8F8F2 #44475A #44475A
client.urgent #44475A #FF5555 #F8F8F2 #FF5555 #FF5555
client.placeholder #282A36 #282A36 #F8F8F2 #282A36 #282A36
2020-09-12 07:58:26 +00:00
2023-02-14 09:58:22 +00:00
client.background #F8F8F2