Fix 4.2.0 motd update and consistent icon colors.

Closes #2
This commit is contained in:
SpaceLenore 2020-08-30 02:17:39 +02:00 committed by Seraphim R.P
parent 84558035cf
commit 49f8a612b0
No known key found for this signature in database
GPG Key ID: F5D3989AB7E40B62
2 changed files with 8 additions and 5 deletions

View File

@ -3,7 +3,7 @@
*
* Based on solarized css file
* License: MIT
* Repo:
* Repo: https://github.com/SpaceLenore/thelounge-theme-dracula/
*/
/* Samsung Internet and Microsoft Edge (yes, both of them use -webkit- prefix) */
@ -102,12 +102,14 @@ kbd {
color: var(--body-color);
}
#chat .msg[data-type="topic"] .from::before,
#chat .msg[data-type="mode_channel"] .from::before,
#chat .msg[data-type="join"] .from::before {
color: var(--unread-marker-color);
}
#chat .msg[data-type="part"] .from:before,
#chat .msg[data-type="quit"] .from:before {
#chat .msg[data-type="part"] .from::before,
#chat .msg[data-type="quit"] .from::before {
color: var(--background-error);
}
@ -278,6 +280,7 @@ body {
color: #bd93f9;
}
#chat .msg[data-type="monospace_block"] .text,
#chat .msg[data-type="motd"] .text,
#chat .toggle-content {
background-color: var(--background-light-color);

View File

@ -1,7 +1,7 @@
{
"name": "thelounge-theme-dracula",
"description": "Dracula theme for thelounge",
"version": "1.1.0",
"version": "1.1.1",
"keywords": [
"thelounge",
"thelounge-theme"