Add presence theme options

This commit is contained in:
vslg
2020-06-29 23:20:37 -03:00
committed by miruka
parent 8644ddaad4
commit 59198da3b0
3 changed files with 32 additions and 6 deletions

View File

@@ -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

View File

@@ -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