"Nyarch" theme
This commit is contained in:
parent
1671a7b6eb
commit
3076472f7f
@ -788,12 +788,21 @@ exec_always --no-startup-id picom -b --config ~/.config/i3/picom.conf
|
||||
|
||||
# Purple/Pink
|
||||
# class border backgr. text indicator
|
||||
#client.placeholder #00ff00 #00ff00 #00ff00
|
||||
#client.background #00ff00 #00ff00 #00ff00
|
||||
#client.focused #592c54 #592c54 #eeeeee #592c54
|
||||
#client.unfocused #33022f #33022f #eeeeee #33022f
|
||||
#client.focused_inactive #33022f #33022f #eeeeee #33022f
|
||||
#client.urgent #a5096a #a5096a #eeeeee #a5096a
|
||||
|
||||
# Nyarch
|
||||
# class border backgr. text indicator
|
||||
client.placeholder #00ff00 #00ff00 #00ff00
|
||||
client.background #00ff00 #00ff00 #00ff00
|
||||
client.focused #592c54 #592c54 #eeeeee #592c54
|
||||
client.unfocused #33022f #33022f #eeeeee #33022f
|
||||
client.focused_inactive #33022f #33022f #eeeeee #33022f
|
||||
client.urgent #a5096a #a5096a #eeeeee #a5096a
|
||||
client.focused #0c374c #0c374c #eeeeee #0c374c
|
||||
client.unfocused #162833 #162833 #eeeeee #162833
|
||||
client.focused_inactive #162833 #162833 #eeeeee #162833
|
||||
client.urgent #1a77a5 #1a77a5 #eeeeee #1a77a5
|
||||
|
||||
|
||||
#################################################################
|
||||
|
@ -84,16 +84,24 @@
|
||||
|
||||
; Pink ======================
|
||||
; background = #190117
|
||||
foreground = #f2daf0
|
||||
;background = #9933022f
|
||||
;foreground = #f2daf0
|
||||
; modbackground = #4c0347
|
||||
;modbackground = #9933022f
|
||||
; lightforeground = #4c0347
|
||||
alert = #a5096a
|
||||
underline = #cc0abf
|
||||
;lightforeground = #9933022f
|
||||
;alert = #a5096a
|
||||
;underline = #cc0abf
|
||||
; =============================
|
||||
|
||||
background = #9933022f
|
||||
modbackground = #9933022f
|
||||
lightforeground = #9933022f
|
||||
; Nyarch ======================
|
||||
background = #99162833
|
||||
foreground = #e5edf1
|
||||
modbackground = #99162833
|
||||
lightforeground = #99162833
|
||||
alert = #1a77a5
|
||||
underline = #2298d3
|
||||
; =============================
|
||||
|
||||
red = #ff0000
|
||||
darkred = #990000
|
||||
|
Loading…
Reference in New Issue
Block a user