summary refs log tree commit diff
path: root/.config/sway/colors.conf.in
diff options
context:
space:
mode:
Diffstat (limited to '.config/sway/colors.conf.in')
-rw-r--r--.config/sway/colors.conf.in19
1 files changed, 10 insertions, 9 deletions
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