Font and size changes.

This commit is contained in:
Seraphim R. Pardee 2021-08-03 11:10:54 -04:00
parent 37fd99e726
commit 979105637c
No known key found for this signature in database
GPG Key ID: F5D3989AB7E40B62
2 changed files with 41 additions and 14 deletions

View File

@ -1,30 +1,29 @@
{ {
"name": "thelounge-theme-nord", "name": "thelounge-theme",
"description": "Nord theme for thelounge", "description": "Personal theme for thelounge",
"version": "1.0.4", "version": "1.0.0",
"keywords": [ "keywords": [
"thelounge", "thelounge",
"thelounge-theme", "thelounge-theme"
"nord"
], ],
"homepage": "https://github.com/SeraphimRP/thelounge-theme-nord", "homepage": "https://github.com/SeraphimRP/thelounge-theme",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/SeraphimRP/thelounge-theme-nord.git" "url": "git+https://github.com/SeraphimRP/thelounge-theme.git"
}, },
"license": "MIT", "license": "MIT",
"main": "package.json", "main": "package.json",
"thelounge": { "thelounge": {
"name": "Nord", "name": "SeraphimRP",
"type": "theme", "type": "theme",
"css": "nord.css" "css": "theme.css"
}, },
"devDependencies": { "devDependencies": {
"stylelint": "^10.1.0", "stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0" "stylelint-config-standard": "^18.3.0"
}, },
"scripts": { "scripts": {
"test": "stylelint nord.css", "test": "stylelint theme.css",
"format": "stylelint --fix nord.css" "format": "stylelint --fix theme.css"
} }
} }

View File

@ -1,9 +1,9 @@
/*! /*!
* Nord theme for TheLounge by SeraphimRP * Personal theme for TheLounge by SeraphimRP
* *
* Based on Dracula by SpaceLenore, based on Solarized css file * Based on Nord by SeraphimRP, based on Dracula by SpaceLenore, based on Solarized css file
* License: MIT * License: MIT
* Repo: https://github.com/SeraphimRP/thelounge-theme-nord/ * Repo: https://github.com/SeraphimRP/thelounge-theme/
*/ */
/* Samsung Internet and Microsoft Edge (yes, both of them use -webkit- prefix) */ /* Samsung Internet and Microsoft Edge (yes, both of them use -webkit- prefix) */
@ -11,6 +11,34 @@
color: var(--body-color-muted); 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,
#sidebar .empty,
.channel-list-item,
.channel-list-item[data-type="lobby"],
.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 { :root {
--body-bg-color: #2e3440; --body-bg-color: #2e3440;
--window-bg-color: #2e3440; --window-bg-color: #2e3440;