add color for participant none in dark theme
This commit is contained in:
parent
e9e15058bd
commit
b6cfd03300
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ class DarkTheme(theming.Theme):
|
||||||
COLOR_STATUS_CHAT = (34 , -1)
|
COLOR_STATUS_CHAT = (34 , -1)
|
||||||
COLOR_STATUS_UNAVAILABLE = (242 , -1)
|
COLOR_STATUS_UNAVAILABLE = (242 , -1)
|
||||||
COLOR_STATUS_ONLINE = (27 , -1)
|
COLOR_STATUS_ONLINE = (27 , -1)
|
||||||
|
COLOR_STATUS_NONE = (27 , -1)
|
||||||
|
|
||||||
COLOR_VERTICAL_SEPARATOR = (236, -1)
|
COLOR_VERTICAL_SEPARATOR = (236, -1)
|
||||||
COLOR_NEW_TEXT_SEPARATOR = (213, -1)
|
COLOR_NEW_TEXT_SEPARATOR = (213, -1)
|
||||||
|
|
Loading…
Reference in a new issue