-
Notifications
You must be signed in to change notification settings - Fork 4
Module: Colors variables
AbouZakaria edited this page Dec 26, 2019
·
2 revisions
color value = Hex or xrdb.color
example: 'Background=xrdb.background'
example: 'Overline=xrdb.color5'
example: 'Foreground=#ffffff'
; You can create your own local variables, for example:
[Colors]
BgColor=#161925
FgColor=xrdb.color7
Color2=xrdb.color2
[Panel]
Background=$BgColor
Foreground=$FgColor
[Cpu]
Background=$Color2