Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streamline the look of the Black theme #4523

Merged
merged 2 commits into from
Apr 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- 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 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 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)
Expand Down
36 changes: 18 additions & 18 deletions resources/themes/Black.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"dropTargetRect": "#000094ff",
"dropTargetRectBorder": "#000094ff",
"header": {
"background": "#191919",
"border": "#262626",
"focusedBackground": "#363636",
"focusedBorder": "#383838",
"background": "#050505",
"border": "#121212",
"focusedBackground": "#1a1a1a",
"focusedBorder": "#1c1c1c",
"focusedText": "#84c1ff",
"text": "#ffffff"
},
"input": {
"background": "#0d0d0d",
"background": "#080808",
"text": "#ffffff"
},
"messageSeperator": "#3c3c3c",
Expand All @@ -53,9 +53,9 @@
"dividerLine": "#555555",
"highlighted": {
"backgrounds": {
"hover": "#252525",
"regular": "#252525",
"unfocused": "#252525"
"hover": "#0b0b0b",
"regular": "#0b0b0b",
"unfocused": "#0b0b0b"
},
"line": {
"hover": "#ee6166",
Expand All @@ -66,9 +66,9 @@
},
"newMessage": {
"backgrounds": {
"hover": "#252525",
"regular": "#252525",
"unfocused": "#252525"
"hover": "#0b0b0b",
"regular": "#0b0b0b",
"unfocused": "#0b0b0b"
},
"line": {
"hover": "#888888",
Expand All @@ -79,9 +79,9 @@
},
"regular": {
"backgrounds": {
"hover": "#252525",
"regular": "#252525",
"unfocused": "#252525"
"hover": "#0b0b0b",
"regular": "#0b0b0b",
"unfocused": "#0b0b0b"
},
"line": {
"hover": "#444444",
Expand All @@ -92,9 +92,9 @@
},
"selected": {
"backgrounds": {
"hover": "#555555",
"regular": "#555555",
"unfocused": "#555555"
"hover": "#333333",
"regular": "#333333",
"unfocused": "#333333"
},
"line": {
"hover": "#00aeef",
Expand All @@ -105,7 +105,7 @@
}
},
"window": {
"background": "#111111",
"background": "#040404",
"text": "#eeeeee"
}
}
Expand Down