Update sway configs

This commit is contained in:
Gregory Eremin
2023-02-14 10:58:22 +01:00
parent a7ce5182d1
commit e54a1e7869
11 changed files with 93 additions and 17 deletions
+5 -5
View File
@@ -1,8 +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
# class border bg text indic child_border
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
+7 -6
View File
@@ -2,10 +2,11 @@
# 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
# 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
client.background #F8F8F2
+17
View File
@@ -0,0 +1,17 @@
set $color1 "#14568c"
set $color2 "#0e3f66"
set $color3 "#ffffff"
set $color4 "#333333"
set $color5 "#5f676a"
set $color6 "#484e50"
set $color7 "#222222"
set $color8 "#2f343a"
set $color9 "#888888"
set $color0 "#900000"
set $colorx "#292d2e"
# class border bg text indic child_border
client.focused $color1 $color2 $color3 $color1 $color1
client.focused_inactive $color4 $color5 $color3 $color6 $color5
client.unfocused $color4 $color7 $color9 $colorx $color7
client.urgent $color8 $color0 $color3 $color0 $color0