Add support for --window-heading-color and replace notice color.

This commit is contained in:
Seraphim R. Pardee 2021-08-03 11:49:45 -04:00
parent 37fd99e726
commit a1f6bac12a
No known key found for this signature in database
GPG Key ID: F5D3989AB7E40B62
2 changed files with 8 additions and 1 deletions

View File

@ -26,6 +26,7 @@
--sidebar-color: #3b4252;
--background-light-color: #44475a;
--background-error: #bf616a;
--window-heading-color: #8fbcbb;
}
::placeholder {
@ -50,6 +51,12 @@ html {
scrollbar-width: thin;
}
#chat .msg[data-type="notice"] .content,
#chat .msg[data-type="notice"] .time,
#chat .msg[data-type="notice"] .user {
color: var(--highlight-color);
}
#loading .logo,
#windows .logo {
display: none;

View File

@ -1,7 +1,7 @@
{
"name": "thelounge-theme-nord",
"description": "Nord theme for thelounge",
"version": "1.0.4",
"version": "1.0.5",
"keywords": [
"thelounge",
"thelounge-theme",