mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Streamline the look of the Black theme (#4523)
This makes it be more in line with the other themes
This commit is contained in:
parent
5c55f62600
commit
6cbf750ec5
|
@ -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)
|
||||
|
|
|
@ -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",
|
||||
|
@ -53,9 +53,9 @@
|
|||
"dividerLine": "#555555",
|
||||
"highlighted": {
|
||||
"backgrounds": {
|
||||
"hover": "#252525",
|
||||
"regular": "#252525",
|
||||
"unfocused": "#252525"
|
||||
"hover": "#0b0b0b",
|
||||
"regular": "#0b0b0b",
|
||||
"unfocused": "#0b0b0b"
|
||||
},
|
||||
"line": {
|
||||
"hover": "#ee6166",
|
||||
|
@ -66,9 +66,9 @@
|
|||
},
|
||||
"newMessage": {
|
||||
"backgrounds": {
|
||||
"hover": "#252525",
|
||||
"regular": "#252525",
|
||||
"unfocused": "#252525"
|
||||
"hover": "#0b0b0b",
|
||||
"regular": "#0b0b0b",
|
||||
"unfocused": "#0b0b0b"
|
||||
},
|
||||
"line": {
|
||||
"hover": "#888888",
|
||||
|
@ -79,9 +79,9 @@
|
|||
},
|
||||
"regular": {
|
||||
"backgrounds": {
|
||||
"hover": "#252525",
|
||||
"regular": "#252525",
|
||||
"unfocused": "#252525"
|
||||
"hover": "#0b0b0b",
|
||||
"regular": "#0b0b0b",
|
||||
"unfocused": "#0b0b0b"
|
||||
},
|
||||
"line": {
|
||||
"hover": "#444444",
|
||||
|
@ -92,9 +92,9 @@
|
|||
},
|
||||
"selected": {
|
||||
"backgrounds": {
|
||||
"hover": "#555555",
|
||||
"regular": "#555555",
|
||||
"unfocused": "#555555"
|
||||
"hover": "#333333",
|
||||
"regular": "#333333",
|
||||
"unfocused": "#333333"
|
||||
},
|
||||
"line": {
|
||||
"hover": "#00aeef",
|
||||
|
@ -105,7 +105,7 @@
|
|||
}
|
||||
},
|
||||
"window": {
|
||||
"background": "#111111",
|
||||
"background": "#040404",
|
||||
"text": "#eeeeee"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue