initial checkin with most things working, but still mostly my i3 config
This commit is contained in:
commit
0a34210827
23 changed files with 701 additions and 0 deletions
15
conf.d/colors.conf
Normal file
15
conf.d/colors.conf
Normal file
|
@ -0,0 +1,15 @@
|
|||
# class border backgr. text indicator child_border
|
||||
client.focused #686f9a #30365FCF #fdf6e3 #859900
|
||||
client.focused_inactive #333333 #5f676aCF #ffffff #484e50 #5f676a
|
||||
client.unfocused #333333 #222222CF #888888 #292d2e #222222
|
||||
client.placeholder #2f343f #2f343fi #d8dee8 #2f343f #2f343f
|
||||
|
||||
|
||||
# Defaults
|
||||
#client.focused #4c7899 #285577 #ffffff #2e9ef4 #285577
|
||||
#client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a
|
||||
#client.unfocused #333333 #222222 #888888 #292d2e #222222
|
||||
#client.urgent #2f343a #900000 #ffffff #900000 #900000
|
||||
#client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
|
||||
#
|
||||
#client.background #ffffff
|
Loading…
Add table
Add a link
Reference in a new issue