use catppuccin theme in i3

Amolith created

Change summary

dot_config/i3/config | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)

Detailed changes

dot_config/i3/config 🔗

@@ -15,9 +15,20 @@ set $mod Mod4
 # is used in the bar {} block below.
 font pango:Triplicate A 10
 
-# This font is widely installed, provides lots of unicode glyphs, right-to-left
-# text rendering and scalability on retina/hidpi displays (thanks to pango).
-#font pango:DejaVu Sans Mono 8
+# https://github.com/catppuccin/i3
+{{- if eq .theme_variant "light" }}
+include catppuccin-latte
+{{- end }}
+{{- if eq .theme_variant "dark" }}
+include catppuccin-macchiato
+{{- 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
+client.background        $base
 
 # The combination of xss-lock, nm-applet and pactl is a popular choice, so
 # they are included here as an example. Modify as you see fit.