Update theme for compatibility with thelounge v4.1.0
This commit is contained in:
parent
ef4354e0d3
commit
40fbc37b5b
10
README.md
10
README.md
@ -1,11 +1,17 @@
|
|||||||
<h1 align="center">
|
<h1 align="center">
|
||||||
Dracula for TheLounge
|
Dracula for TheLounge
|
||||||
</h1>
|
</h1>
|
||||||
|
<div align="center">
|
||||||
|
![npm](https://img.shields.io/npm/v/thelounge-theme-dracula?color=green)
|
||||||
|
![npm](https://img.shields.io/npm/dt/thelounge-theme-dracula)
|
||||||
|
</div>
|
||||||
<h4 align="center">
|
<h4 align="center">
|
||||||
A dark theme for thelounge based on <a href="https://github.com/dracula/dracula-theme">dracula/dracula-theme</a> with a thing for purple.
|
A dark theme for thelounge based on <a href="https://github.com/dracula/dracula-theme">dracula/dracula-theme</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
|
# Install
|
||||||
|
To install in thelounge run the following command: `thelounge install
|
||||||
|
thelounge-theme-dracula`
|
||||||
|
|
||||||
# Issues
|
# Issues
|
||||||
This theme is not perfect, it is still a work in progress. Feel free to submit issues [here](https://github.com/SpaceLenore/thelounge-theme-dracula/issues).
|
This theme is not perfect, it is still a work in progress. Feel free to submit issues [here](https://github.com/SpaceLenore/thelounge-theme-dracula/issues).
|
||||||
|
@ -66,6 +66,11 @@ html {
|
|||||||
height: 35px;
|
height: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.jump-to-input .input {
|
||||||
|
background-color: var(--highlight-bg-color);
|
||||||
|
border: 1px solid var(--body-color-muted);
|
||||||
|
}
|
||||||
|
|
||||||
i.hostmask {
|
i.hostmask {
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
@ -83,6 +88,11 @@ kbd {
|
|||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.channel-list-item.active,
|
||||||
|
#footer button.active {
|
||||||
|
background-color: var(--body-color-muted);
|
||||||
|
}
|
||||||
|
|
||||||
#chat .count::before,
|
#chat .count::before,
|
||||||
#form #submit,
|
#form #submit,
|
||||||
#form #upload,
|
#form #upload,
|
||||||
@ -92,6 +102,15 @@ kbd {
|
|||||||
color: var(--body-color);
|
color: var(--body-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#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 {
|
||||||
|
color: var(--background-error);
|
||||||
|
}
|
||||||
|
|
||||||
#context-menu,
|
#context-menu,
|
||||||
.textcomplete-menu {
|
.textcomplete-menu {
|
||||||
background-color: var(--window-bg-color);
|
background-color: var(--window-bg-color);
|
||||||
@ -119,7 +138,7 @@ body {
|
|||||||
|
|
||||||
#form,
|
#form,
|
||||||
#viewport .lt::after,
|
#viewport .lt::after,
|
||||||
#windows #chat .header,
|
#chat .header,
|
||||||
#chat .content,
|
#chat .content,
|
||||||
#chat .userlist {
|
#chat .userlist {
|
||||||
border-color: var(--background-light-color);
|
border-color: var(--background-light-color);
|
||||||
@ -135,7 +154,7 @@ body {
|
|||||||
color: var(--highlight-color);
|
color: var(--highlight-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .msg.message.self .content {
|
#chat .msg.self .content {
|
||||||
color: var(--body-color);
|
color: var(--body-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -163,6 +182,11 @@ body {
|
|||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input {
|
||||||
|
background-color: var(--background-light-color);
|
||||||
|
color:var(--body-color);
|
||||||
|
}
|
||||||
|
|
||||||
/* Hide close button on channels, it is not used that frequently */
|
/* Hide close button on channels, it is not used that frequently */
|
||||||
#sidebar .chan.channel .close {
|
#sidebar .chan.channel .close {
|
||||||
display: none;
|
display: none;
|
||||||
@ -254,7 +278,7 @@ body {
|
|||||||
color: #bd93f9;
|
color: #bd93f9;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .msg.motd .text,
|
#chat .msg[data-type="motd"] .text,
|
||||||
#chat .toggle-content {
|
#chat .toggle-content {
|
||||||
background-color: var(--background-light-color);
|
background-color: var(--background-light-color);
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "thelounge-theme-dracula",
|
"name": "thelounge-theme-dracula",
|
||||||
"description": "Dracula theme for thelounge",
|
"description": "Dracula theme for thelounge",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"thelounge",
|
"thelounge",
|
||||||
"thelounge-theme"
|
"thelounge-theme"
|
||||||
|
Loading…
Reference in New Issue
Block a user