Added limited local read/unread tracking
This commit is contained in:
@@ -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)
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user