improve colours

Amolith created

Change summary

dot_config/i3/config.tmpl          | 12 ++++++------
dot_config/polybar/config.ini.tmpl |  2 +-
2 files changed, 7 insertions(+), 7 deletions(-)

Detailed changes

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

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}