sway: Add color settings
This commit is contained in:
parent
69e6d35d73
commit
9c9ba1baad
1 changed files with 5 additions and 0 deletions
|
|
@ -165,5 +165,10 @@ input type:keyboard {
|
||||||
|
|
||||||
# Global configuration
|
# Global configuration
|
||||||
include /etc/sway/config.d/*
|
include /etc/sway/config.d/*
|
||||||
|
|
||||||
|
# Visual appearance
|
||||||
|
#client.focused #47243C #47243C #ffffff #793a6f
|
||||||
|
client.focused #5f3262 #5f3262 #ffffff #793a6f
|
||||||
|
|
||||||
# Host configuration
|
# Host configuration
|
||||||
include ~/.config/sway/`hostname`
|
include ~/.config/sway/`hostname`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue