i3: add pustota theme
This commit is contained in:
parent
5e41e813a3
commit
a2b164ac00
2 changed files with 26 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
25
i3/themes/pustota.conf
Normal file
25
i3/themes/pustota.conf
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue