summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2022-09-28 19:29:10 +0200
committerRobert Günzler <r@gnzler.io>2022-09-28 19:29:10 +0200
commit9938b83d658680ff50e5fe4ea1ae275ebbfc23bf (patch)
tree809b7f400e0ab70b31d18d679f7c9add7378183f
parent6a7b9e12d12a212ddb515a58094e2af088976c51 (diff)
sway: update color conf
-rw-r--r--.config/sway/colors.conf31
-rw-r--r--.config/sway/colors.conf.in31
2 files changed, 30 insertions, 32 deletions
diff --git a/.config/sway/colors.conf b/.config/sway/colors.conf
index c98cda7..5c3d661 100644
--- a/.config/sway/colors.conf
+++ b/.config/sway/colors.conf
@@ -1,20 +1,19 @@
 
-set $text #fffffb
-set $text2 #bdc0ba
-set $bg #1c1c1c
-#set $bg2 #202020
-set $bg2 #434343
-set $main  #8a6bbe
-set $main2 #3c2f41
-
-set $urgent #cb1b45
-set $urgent2 #db4d6d
+set $text              #fffffb
+set $text2             #bdc0ba
+set $bg                #1c1c1c
+#set $bg2              #202020
+set $bg2               #434343
+set $main              #8a6bbe
+set $main2             #3c2f41
+set $urgent            #cb1b45
+set $urgent2           #db4d6d
 set $indicator_focused #fad689
 set $indicator_unfocused $bg
 
-client.focused $main $main $text $indicator_focused $main
-# client.focused_inactive $bg $bg $text2 $indicator_unfocused $bg
-client.focused_inactive $main2 $main2 $text2 $indicator_unfocused $main2
-client.unfocused $bg $bg $text2 $indicator_unfocused $bg
-# client.unfocused $main2 $main2 $text2 $indicator_unfocused $main2
-client.urgent $urgent2 $urgent $text $indicator_focused $urgent
+client.focused           $main    $main   $text  $indicator_focused   $main
+#client.focused_inactive $bg      $bg     $text2 $indicator_unfocused $bg
+client.focused_inactive  $main2   $main2  $text2 $indicator_unfocused $main2
+client.unfocused         $bg      $bg     $text2 $indicator_unfocused $bg
+#client.unfocused        $main2   $main2  $text2 $indicator_unfocused $main2
+client.urgent            $urgent2 $urgent $text  $indicator_focused   $urgent
diff --git a/.config/sway/colors.conf.in b/.config/sway/colors.conf.in
index f6f2d59..4d9ed3c 100644
--- a/.config/sway/colors.conf.in
+++ b/.config/sway/colors.conf.in
@@ -1,20 +1,19 @@
 
-set $text {{ hex .bright_white }}
-set $text2 {{ hex .normal_white }}
-set $bg {{ hex .normal_black }}
-#set $bg2 {{ hex (lighter .normal_black 0.2) }}
-set $bg2 {{ hex .dim_white }}
-set $main  {{ hex .accent }}
-set $main2 {{ hex .accent_darkerdarker }}
-
-set $urgent {{ hex .bright_red }}
-set $urgent2 {{ hex .normal_red }}
+set $text              {{ hex .bright_white }}
+set $text2             {{ hex .normal_white }}
+set $bg                {{ hex .normal_black }}
+#set $bg2              {{ hex (lighter .normal_black 0.2) }}
+set $bg2               {{ hex .dim_white }}
+set $main              {{ hex .accent }}
+set $main2             {{ hex .accent_darkerdarker }}
+set $urgent            {{ hex .bright_red }}
+set $urgent2           {{ hex .normal_red }}
 set $indicator_focused {{ hex .normal_yellow }}
 set $indicator_unfocused $bg
 
-client.focused $main $main $text $indicator_focused $main
-# client.focused_inactive $bg $bg $text2 $indicator_unfocused $bg
-client.focused_inactive $main2 $main2 $text2 $indicator_unfocused $main2
-client.unfocused $bg $bg $text2 $indicator_unfocused $bg
-# client.unfocused $main2 $main2 $text2 $indicator_unfocused $main2
-client.urgent $urgent2 $urgent $text $indicator_focused $urgent
+client.focused           $main    $main   $text  $indicator_focused   $main
+#client.focused_inactive $bg      $bg     $text2 $indicator_unfocused $bg
+client.focused_inactive  $main2   $main2  $text2 $indicator_unfocused $main2
+client.unfocused         $bg      $bg     $text2 $indicator_unfocused $bg
+#client.unfocused        $main2   $main2  $text2 $indicator_unfocused $main2
+client.urgent            $urgent2 $urgent $text  $indicator_focused   $urgent