Add offline icon and fix theme colors
This commit is contained in:
@@ -51,13 +51,13 @@ colors:
|
||||
color strongAccentElement: hsluv(hue, saturation * 1.5, intensity * 72, 1)
|
||||
|
||||
color positiveBackground:
|
||||
hsluv(155, saturation * 1.5, intensity * 52, opacity)
|
||||
hsluv(155, saturation * 1.5, intensity * 52, 1)
|
||||
|
||||
color middleBackground:
|
||||
hsluv(60, saturation * 1.5, intensity * 52, opacity)
|
||||
hsluv(60, saturation * 1.5, intensity * 52, 1)
|
||||
|
||||
color negativeBackground:
|
||||
hsluv(0, saturation * 1.5, intensity * 52, opacity)
|
||||
hsluv(0, saturation * 1.5, intensity * 52, 1)
|
||||
|
||||
color alertBackground: negativeBackground
|
||||
|
||||
@@ -269,7 +269,7 @@ controls:
|
||||
|
||||
presence:
|
||||
color online: colors.positiveText
|
||||
color unavailable: hsluv(0, 90, 35, 1)
|
||||
color unavailable: colors.warningText
|
||||
color offline: hsluv(0, 0, 30, 1)
|
||||
color border: "black"
|
||||
real opacity: 1.0
|
||||
|
@@ -54,13 +54,13 @@ colors:
|
||||
color strongAccentElement: hsluv(hue, saturation * 1.5, intensity * 72, 1)
|
||||
|
||||
color positiveBackground:
|
||||
hsluv(155, saturation * 1.5, intensity * 52, opacity)
|
||||
hsluv(155, saturation * 1.5, intensity * 52, 1)
|
||||
|
||||
color middleBackground:
|
||||
hsluv(60, saturation * 1.5, intensity * 52, opacity)
|
||||
hsluv(60, saturation * 1.5, intensity * 52, 1)
|
||||
|
||||
color negativeBackground:
|
||||
hsluv(0, saturation * 1.5, intensity * 52, opacity)
|
||||
hsluv(0, saturation * 1.5, intensity * 52, 1)
|
||||
|
||||
color alertBackground: negativeBackground
|
||||
|
||||
@@ -275,7 +275,7 @@ controls:
|
||||
|
||||
presence:
|
||||
color online: colors.positiveText
|
||||
color unavailable: hsluv(0, 90, 35, 1)
|
||||
color unavailable: colors.warningText
|
||||
color offline: hsluv(0, 0, 30, 1)
|
||||
color border: "black"
|
||||
real opacity: 1.0
|
||||
|
Reference in New Issue
Block a user