Added sway configs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Default theme that came with sway
|
||||
# Changed focused background color a bit
|
||||
|
||||
# class border backgr. text wtf . child_border # wtf = indicator?
|
||||
client.focused #14568c #0e3f66 #ffffff #14568c #14568c
|
||||
client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a
|
||||
client.unfocused #333333 #222222 #888888 #292d2e #222222
|
||||
client.urgent #2f343a #900000 #ffffff #900000 #900000
|
||||
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user