AutoYADM commit: 2024-11-26 12:58:57
This commit is contained in:
parent
99b0dfd2b6
commit
145d818ee1
2 changed files with 9 additions and 17 deletions
|
@ -214,14 +214,19 @@ bindsym $mod+r mode "resize"
|
||||||
# from the generated scheme.
|
# from the generated scheme.
|
||||||
# NOTE: The '#f0f0f0' in the lines below is the color i3 will use if
|
# NOTE: The '#f0f0f0' in the lines below is the color i3 will use if
|
||||||
# it fails to get colors from Xresources.
|
# it fails to get colors from Xresources.
|
||||||
set_from_resource $fg i3wm.color7 #f0f0f0
|
# set_from_resource $fg i3wm.color7 #f0f0f0
|
||||||
set_from_resource $bg i3wm.color2 #f0f0f0
|
# set_from_resource $bg i3wm.color2 #f0f0f0
|
||||||
|
set $fg #c3c3c3
|
||||||
|
set $bg #781e1e
|
||||||
|
set $bg2 #b22c2c
|
||||||
|
set $warn #f79000
|
||||||
|
# set $complement #259797
|
||||||
|
|
||||||
# class border backgr. text indicator child_border
|
# class border backgr. text indicator child_border
|
||||||
client.focused $bg $bg $fg $bg $bg
|
client.focused $bg2 $bg2 $fg $bg2 $bg2
|
||||||
client.focused_inactive $bg $bg $fg $bg $bg
|
client.focused_inactive $bg $bg $fg $bg $bg
|
||||||
client.unfocused $bg $bg $fg $bg $bg
|
client.unfocused $bg $bg $fg $bg $bg
|
||||||
client.urgent $bg $bg $fg $bg $bg
|
client.urgent $warn $warn $fg $warn $warn
|
||||||
client.placeholder $bg $bg $fg $bg $bg
|
client.placeholder $bg $bg $fg $bg $bg
|
||||||
|
|
||||||
client.background $bg
|
client.background $bg
|
||||||
|
|
|
@ -12,17 +12,4 @@ themes {
|
||||||
white "#f5f5f5"
|
white "#f5f5f5"
|
||||||
blue "#f79000"
|
blue "#f79000"
|
||||||
}
|
}
|
||||||
gruvbox-dark {
|
|
||||||
fg "#D5C4A1"
|
|
||||||
bg "#282828"
|
|
||||||
black "#3C3836"
|
|
||||||
red "#CC241D"
|
|
||||||
green "#98971A"
|
|
||||||
yellow "#D79921"
|
|
||||||
blue "#3C8588"
|
|
||||||
magenta "#B16286"
|
|
||||||
cyan "#689D6A"
|
|
||||||
white "#FBF1C7"
|
|
||||||
orange "#D65D0E"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue