From a2b164ac0051d0ad37ff791bdd0620d48399b127 Mon Sep 17 00:00:00 2001 From: t0xa Date: Mon, 3 Aug 2026 08:43:14 +0300 Subject: [PATCH] i3: add pustota theme --- i3/config | 2 +- i3/themes/pustota.conf | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 i3/themes/pustota.conf diff --git a/i3/config b/i3/config index d49fd73..f108c8e 100644 --- a/i3/config +++ b/i3/config @@ -192,7 +192,7 @@ workspace 10 output $mon_2 font pango:JetBrainsMonoNL Nerd Font Bold 10 # Load theme -include ~/.config/i3/themes/cattpuccin.conf +include ~/.config/i3/themes/pustota.conf # Lockscreen binding bindsym Control+Shift+Q exec i3lock -c 000000 && xset dpms force off diff --git a/i3/themes/pustota.conf b/i3/themes/pustota.conf new file mode 100644 index 0000000..58b84ee --- /dev/null +++ b/i3/themes/pustota.conf @@ -0,0 +1,25 @@ +set $c_accent #E6B450 +set $c_bg #0A0E14 +set $c_mid1 #4D5566 +set $c_mid2 #273747 +set $c_dimtext #4D5566 +set $c_dim1 #1B2733 +set $c_dim2 #0A0E14 +set $c_urgent #FF8F40 +set $c_white #FFFFFF +set $c_black #000000 +set $c_gray0 #00010A +set $c_2f343a #1B2733 +set $c_5f676a #4D5566 + + +# class border backgr. text indicator child_border +client.focused $c_accent $c_bg $c_accent $c_bg $c_accent +client.focused_inactive $c_mid1 $c_mid2 $c_accent $c_bg $c_5f676a +client.unfocused $c_mid1 $c_bg $c_dimtext $c_dim1 $c_dim2 +client.urgent $c_2f343a $c_urgent $c_white $c_urgent $c_urgent +client.placeholder $c_black $c_gray0 $c_white $c_black $c_gray0 + +client.background #0A0E14 + +default_border pixel 2