ripcord: fix colors being completely wrong

master
an 2019-08-25 08:39:47 -04:00
parent 87c2e5ae42
commit 3d0bdde21b
1 changed files with 16 additions and 16 deletions

View File

@ -1,18 +1,18 @@
{
"alternate_base": "#252a3f78",
"base": "#181b28",
"bright_text": "#ffffff",
"button": "#1e1e20",
"chat_timestamp": "#494b4e",
"disabled_button": "#0a0a0c",
"disabled_icon": "#aaaaac78",
"disabled_text": "#aaaaac78",
"highlight": "#c50ed2",
"highlighted_text": "#dadadc",
"icon": "#aaaaac",
"shadow": "#000000",
"text": "#aaaaac",
"unread_badge": "#d0d1d4",
"unread_badge_text": "#2d2c27",
"window": "#161925"
"alternate_base": "#252a3f",
"base": "#181b28",
"bright_text": "#ffffff",
"button": "#141820",
"chat_timestamp": "#494b4e",
"disabled_button": "#0a0a0c",
"disabled_icon": "#aaaaac",
"disabled_text": "#aaaaac",
"highlight": "#c50ed2",
"highlighted_text": "#dadadc",
"icon": "#aaaaac",
"shadow": "#000000",
"text": "#aaaaac",
"unread_badge": "#d0d1d4",
"unread_badge_text": "#2d2c27",
"window": "#161925"
}