From 76b182688e2a019f9e1e7f858e0ba2c164604e9b Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Sat, 28 Oct 2023 04:11:37 +0200 Subject: sway update --- .config/sway/config.d/05-colors | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .config/sway/config.d/05-colors (limited to '.config/sway/config.d/05-colors') diff --git a/.config/sway/config.d/05-colors b/.config/sway/config.d/05-colors new file mode 100644 index 0000000..bf2de37 --- /dev/null +++ b/.config/sway/config.d/05-colors @@ -0,0 +1,16 @@ +set { + $background #191724 + $accent #ebbcba + $border #ebbcba + $inactive_border #6e5a86 + $unfocused_border #26233a + $text #e0def4 + $indicator #9ccfd8 + $sec_indicator #908caa + $urgent #eb6f92 +} + +client.focused $border $background $text $indicator $border +client.focused_inactive $inactive_border $background $text $sec_indicator $inactive_border +client.unfocused $unfocused_border $background $text $sec_indicator $unfocused_border +client.urgent $urgent $background $text $indicator $urgent -- cgit v1.2.3