Streamline the look of the Black theme (#4523)

This makes it be more in line with the other themes
This commit is contained in:
CycloneTM 2023-04-09 04:38:38 -05:00 committed by GitHub
parent 5c55f62600
commit 6cbf750ec5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 18 deletions

View file

@ -7,6 +7,7 @@
- Minor: Added support for FrankerFaceZ animated emotes. (#4434) - Minor: Added support for FrankerFaceZ animated emotes. (#4434)
- Minor: Added a local backup of the Twitch Badges API in case the request fails. (#4463) - Minor: Added a local backup of the Twitch Badges API in case the request fails. (#4463)
- Minor: Added the ability to reply to a message by `Shift + Right Click`ing the username. (#4424) - Minor: Added the ability to reply to a message by `Shift + Right Click`ing the username. (#4424)
- Minor: Updated the look of the Black Theme to be more in line with the other themes. (#4523)
- Bugfix: Fixed an issue where animated emotes would render on top of zero-width emotes. (#4314) - Bugfix: Fixed an issue where animated emotes would render on top of zero-width emotes. (#4314)
- Bugfix: Fixed an issue where it was difficult to hover a zero-width emote. (#4314) - Bugfix: Fixed an issue where it was difficult to hover a zero-width emote. (#4314)
- Bugfix: Fixed an issue where context-menu items for zero-width emotes displayed the wrong provider. (#4460) - Bugfix: Fixed an issue where context-menu items for zero-width emotes displayed the wrong provider. (#4460)

View file

@ -34,15 +34,15 @@
"dropTargetRect": "#000094ff", "dropTargetRect": "#000094ff",
"dropTargetRectBorder": "#000094ff", "dropTargetRectBorder": "#000094ff",
"header": { "header": {
"background": "#191919", "background": "#050505",
"border": "#262626", "border": "#121212",
"focusedBackground": "#363636", "focusedBackground": "#1a1a1a",
"focusedBorder": "#383838", "focusedBorder": "#1c1c1c",
"focusedText": "#84c1ff", "focusedText": "#84c1ff",
"text": "#ffffff" "text": "#ffffff"
}, },
"input": { "input": {
"background": "#0d0d0d", "background": "#080808",
"text": "#ffffff" "text": "#ffffff"
}, },
"messageSeperator": "#3c3c3c", "messageSeperator": "#3c3c3c",
@ -53,9 +53,9 @@
"dividerLine": "#555555", "dividerLine": "#555555",
"highlighted": { "highlighted": {
"backgrounds": { "backgrounds": {
"hover": "#252525", "hover": "#0b0b0b",
"regular": "#252525", "regular": "#0b0b0b",
"unfocused": "#252525" "unfocused": "#0b0b0b"
}, },
"line": { "line": {
"hover": "#ee6166", "hover": "#ee6166",
@ -66,9 +66,9 @@
}, },
"newMessage": { "newMessage": {
"backgrounds": { "backgrounds": {
"hover": "#252525", "hover": "#0b0b0b",
"regular": "#252525", "regular": "#0b0b0b",
"unfocused": "#252525" "unfocused": "#0b0b0b"
}, },
"line": { "line": {
"hover": "#888888", "hover": "#888888",
@ -79,9 +79,9 @@
}, },
"regular": { "regular": {
"backgrounds": { "backgrounds": {
"hover": "#252525", "hover": "#0b0b0b",
"regular": "#252525", "regular": "#0b0b0b",
"unfocused": "#252525" "unfocused": "#0b0b0b"
}, },
"line": { "line": {
"hover": "#444444", "hover": "#444444",
@ -92,9 +92,9 @@
}, },
"selected": { "selected": {
"backgrounds": { "backgrounds": {
"hover": "#555555", "hover": "#333333",
"regular": "#555555", "regular": "#333333",
"unfocused": "#555555" "unfocused": "#333333"
}, },
"line": { "line": {
"hover": "#00aeef", "hover": "#00aeef",
@ -105,7 +105,7 @@
} }
}, },
"window": { "window": {
"background": "#111111", "background": "#040404",
"text": "#eeeeee" "text": "#eeeeee"
} }
} }