Sync with nord.

This commit is contained in:
Seraphim R. Pardee 2021-08-03 11:51:27 -04:00
parent d2b8b2aaed
commit e1e8552809
No known key found for this signature in database
GPG Key ID: F5D3989AB7E40B62
2 changed files with 38 additions and 29 deletions

View File

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

View File

@ -1,9 +1,9 @@
/*!
* Personal theme for TheLounge by SeraphimRP
* Nord theme for TheLounge by SeraphimRP
*
* Based on Nord by SeraphimRP, based on Dracula by SpaceLenore, based on Solarized css file
* Based on Dracula by SpaceLenore, based on Solarized css file
* License: MIT
* Repo: https://github.com/SeraphimRP/thelounge-theme/
* Repo: https://github.com/SeraphimRP/thelounge-theme-nord/
*/
/* Samsung Internet and Microsoft Edge (yes, both of them use -webkit- prefix) */
@ -11,31 +11,6 @@
color: var(--body-color-muted);
}
body {
font: 16px JetBrains Mono,-apple-system,system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial;
}
#form,
.messages .msg,
.userlist,
.input,
#context-menu,
.mentions-popup,
.textcomplete-menu,
.header .title,
.header .topic {
font-size: 12px;
}
.input {
height: 30px;
line-height: 30px;
}
.jump-to-input::before {
line-height: 30px !important;
}
:root {
--body-bg-color: #2e3440;
--window-bg-color: #2e3440;
@ -51,6 +26,7 @@ body {
--sidebar-color: #3b4252;
--background-light-color: #44475a;
--background-error: #bf616a;
--window-heading-color: #8fbcbb;
}
::placeholder {
@ -75,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;
@ -386,4 +368,31 @@ body {
#viewport .lt,
#viewport .rt {
color: var(--button-color);
}
/* personal modifications begin here */
body {
font-family: "JetBrains Mono";
}
#form,
.messages .msg,
.userlist,
.input,
#context-menu,
.mentions-popup,
.textcomplete-menu,
.header .title,
.header .topic {
font-size: 12px;
}
.input {
height: 30px;
line-height: 30px;
}
.jump-to-input::before {
line-height: 30px !important;
}