diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-12-01 23:47:32 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-12-01 23:47:32 +0300 |
commit | a604c075fc9b26998cd075230b37bbcb80c80d51 (patch) | |
tree | e8f56bb328b301dfd77972acda640ddac31c534d /dotfiles/.config/sway/config | |
parent | 282c5ca84074045ef1e546a94334b2daff70426a (diff) | |
download | swayrice-a604c075fc9b26998cd075230b37bbcb80c80d51.tar.gz swayrice-a604c075fc9b26998cd075230b37bbcb80c80d51.zip |
Changes to color scheme
Updated the colors for:
* Alacritty
* Bemenu
* Waybar
* Sway
Diffstat (limited to 'dotfiles/.config/sway/config')
-rw-r--r-- | dotfiles/.config/sway/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index fbdad45..116a0fc 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -24,13 +24,13 @@ font pango:monospace 9 # Theme colors # class border backgr. text indic. child_border - client.focused #5b8277 #7fac96 #1d2021 #9eba86 #5b8277 - client.focused_inactive #000000 #252832 #5b8277 #000000 #000000 - client.unfocused #000000 #252832 #d8dee9 #000000 #000000 + client.focused #5b8277 #7fac96 #151517 #9eba86 #5b8277 + client.focused_inactive #000000 #33333a #7fac96 #000000 #000000 + client.unfocused #000000 #33333a #faf6e5 #000000 #000000 client.urgent #cb4b16 #fdf6e3 #1abc9c #268bd2 #cb4b16 client.placeholder #ffffff #0c0c0c #ffffff #ffffff #3f6e90 - client.background #2b2c2b + client.background #1b1e25 titlebar_padding 6 2 titlebar_border_thickness 2 |