11 lines
461 B
Plaintext
11 lines
461 B
Plaintext
|
# Dracula theme
|
||
|
# https://github.com/dracula/i3/blob/master/.config/i3/config
|
||
|
# Slightly modified
|
||
|
|
||
|
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
|