Added limited local read/unread tracking

This commit is contained in:
Emi Simpson
2020-04-09 18:03:12 -04:00
committed by miruka
parent b2cfc27ce2
commit 6ee20a2717
7 changed files with 44 additions and 18 deletions

View File

@@ -59,6 +59,9 @@ colors:
color negativeBackground:
hsluv(0, saturation * 1.5, intensity * 52, opacity)
color unreadBackground:
hsluv(188, saturation * 1.5, intensity * 52, 1)
color alertBackground: negativeBackground
color brightText: hsluv(0, 0, intensity * 100)

View File

@@ -62,6 +62,9 @@ colors:
color negativeBackground:
hsluv(0, saturation * 1.5, intensity * 52, opacity)
color unreadBackground:
hsluv(188, saturation * 1.5, intensity * 52, 1)
color alertBackground: negativeBackground
color brightText: hsluv(0, 0, intensity * 100)