Add presence theme options
This commit is contained in:
@@ -267,6 +267,13 @@ controls:
|
||||
int dimSaturation: colors.dimColoredTextSaturation
|
||||
int dimLightness: colors.dimColoredTextIntensity
|
||||
|
||||
presence:
|
||||
color online: hsluv(125, 100, 80, 1)
|
||||
color unavailable: hsluv(0, 100, 80, 1)
|
||||
color offline: hsluv(0, 0, 45, 1)
|
||||
color border: "black"
|
||||
real opacity: 0.6
|
||||
|
||||
|
||||
// Specific interface parts
|
||||
|
||||
|
@@ -273,6 +273,13 @@ controls:
|
||||
int dimSaturation: colors.dimColoredTextSaturation
|
||||
int dimLightness: colors.dimColoredTextIntensity
|
||||
|
||||
presence:
|
||||
color online: hsluv(125, 100, 80, 1)
|
||||
color unavailable: hsluv(0, 100, 80, 1)
|
||||
color offline: hsluv(0, 0, 45, 1)
|
||||
color border: "black"
|
||||
real opacity: 1.0
|
||||
|
||||
|
||||
// Specific interface parts
|
||||
|
||||
|
Reference in New Issue
Block a user