summary refs log tree commit diff
path: root/.config/sway/colors.conf
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2022-04-15 15:31:56 +0200
committerRobert Günzler <r@gnzler.io>2022-04-15 15:31:56 +0200
commitebc4cfee0a5ff7ae1e95f86316527f7b200b9565 (patch)
tree0cc037fa592d3c134fb630f24d18fdd3405424ee /.config/sway/colors.conf
parent4b4e2fc4f3b078af77fb16aa4adc1a901484c178 (diff)
sway: update colors and styling
Diffstat (limited to '')
-rw-r--r--.config/sway/colors.conf11
-rw-r--r--.config/sway/colors.conf.in19
2 files changed, 16 insertions, 14 deletions
diff --git a/.config/sway/colors.conf b/.config/sway/colors.conf
index e38a449..c98cda7 100644
--- a/.config/sway/colors.conf
+++ b/.config/sway/colors.conf
@@ -2,13 +2,14 @@
 set $text #fffffb
 set $text2 #bdc0ba
 set $bg #1c1c1c
-set $bg2 #202020
-set $main  #70649a
+#set $bg2 #202020
+set $bg2 #434343
+set $main  #8a6bbe
 set $main2 #3c2f41
 
-set $urgent #9f353a
-set $urgent2 #854836
-set $indicator_focused #f7c242
+set $urgent #cb1b45
+set $urgent2 #db4d6d
+set $indicator_focused #fad689
 set $indicator_unfocused $bg
 
 client.focused $main $main $text $indicator_focused $main
diff --git a/.config/sway/colors.conf.in b/.config/sway/colors.conf.in
index 2027754..f6f2d59 100644
--- a/.config/sway/colors.conf.in
+++ b/.config/sway/colors.conf.in
@@ -1,14 +1,15 @@
 
-set $text {{ hex .gofun }}
-set $text2 {{ hex .shironezumi }}
-set $bg {{ hex .sumi }}
-set $bg2 {{ hex (lighter .sumi 0.2) }}
-set $main  {{ hex .futaai }}
-set $main2 {{ hex .shikon }}
+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 .enji }}
-set $urgent2 {{ hex .hiwada }}
-set $indicator_focused {{ hex .hanaba }}
+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