13 lines
546 B
Plaintext
13 lines
546 B
Plaintext
# Dracula theme
|
|
# https://github.com/dracula/i3/blob/master/.config/i3/config
|
|
# Slightly modified
|
|
|
|
# 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
|
|
|
|
client.background #F8F8F2
|