From 05f37261ca73b3d1b066a28ff6865532d3de530c Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 21 May 2023 01:19:00 -0400 Subject: [PATCH] improve colours --- dot_config/i3/config.tmpl | 12 ++++++------ dot_config/polybar/config.ini.tmpl | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dot_config/i3/config.tmpl b/dot_config/i3/config.tmpl index ada324a0651f1a86959dd805ce5fe1266b7f352b..71d29499df3bd77ace679bef784b08809edd8b7f 100644 --- a/dot_config/i3/config.tmpl +++ b/dot_config/i3/config.tmpl @@ -70,12 +70,12 @@ set $base #24273a set $mantle #1e2030 set $crust #181926 {{- end }} -# target title bg text indicator border -client.focused $pink $base $text $rosewater $pink -client.focused_inactive $mauve $base $text $rosewater $mauve -client.unfocused $mauve $base $text $rosewater $mauve -client.urgent $peach $base $peach $overlay0 $peach -client.placeholder $overlay0 $base $text $overlay0 $overlay0 +# target title bg text indicator border +client.focused $pink $surface0 $text $rosewater $pink +client.focused_inactive $mauve $base $text $rosewater $mauve +client.unfocused $mauve $base $text $rosewater $mauve +client.urgent $peach $base $peach $overlay0 $peach +client.placeholder $overlay0 $base $text $overlay0 $overlay0 client.background $base # The combination of xss-lock, nm-applet and pactl is a popular choice, so diff --git a/dot_config/polybar/config.ini.tmpl b/dot_config/polybar/config.ini.tmpl index b557b701b7e8a0a9dee09cdd3bad8fd35a0f799c..e4c20cbe71d48c5ab5ec4cee6dcb40a517ef5364 100644 --- a/dot_config/polybar/config.ini.tmpl +++ b/dot_config/polybar/config.ini.tmpl @@ -1,6 +1,6 @@ [colors] background = ${xrdb:background} -background-alt = ${xrdb:color13} +background-alt = ${xrdb:color0} foreground = ${xrdb:foreground} foreground-alt = ${xrdb:color0} primary = ${xrdb:color1}