Add offline icon and fix theme colors

This commit is contained in:
vslg
2020-07-07 17:03:07 -03:00
committed by miruka
parent edc8e04ce7
commit 3fa35b88c9
5 changed files with 86 additions and 20 deletions

View File

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

View File

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