From 979105637cc3d2273e267a939a79ccc79da1f537 Mon Sep 17 00:00:00 2001 From: "Seraphim R.P" Date: Tue, 3 Aug 2021 11:10:54 -0400 Subject: [PATCH] Font and size changes. --- package.json | 21 ++++++++++----------- nord.css => theme.css | 34 +++++++++++++++++++++++++++++++--- 2 files changed, 41 insertions(+), 14 deletions(-) rename nord.css => theme.css (91%) diff --git a/package.json b/package.json index 6588571..aaec3bd 100644 --- a/package.json +++ b/package.json @@ -1,30 +1,29 @@ { - "name": "thelounge-theme-nord", - "description": "Nord theme for thelounge", - "version": "1.0.4", + "name": "thelounge-theme", + "description": "Personal theme for thelounge", + "version": "1.0.0", "keywords": [ "thelounge", - "thelounge-theme", - "nord" + "thelounge-theme" ], - "homepage": "https://github.com/SeraphimRP/thelounge-theme-nord", + "homepage": "https://github.com/SeraphimRP/thelounge-theme", "repository": { "type": "git", - "url": "git+https://github.com/SeraphimRP/thelounge-theme-nord.git" + "url": "git+https://github.com/SeraphimRP/thelounge-theme.git" }, "license": "MIT", "main": "package.json", "thelounge": { - "name": "Nord", + "name": "SeraphimRP", "type": "theme", - "css": "nord.css" + "css": "theme.css" }, "devDependencies": { "stylelint": "^10.1.0", "stylelint-config-standard": "^18.3.0" }, "scripts": { - "test": "stylelint nord.css", - "format": "stylelint --fix nord.css" + "test": "stylelint theme.css", + "format": "stylelint --fix theme.css" } } diff --git a/nord.css b/theme.css similarity index 91% rename from nord.css rename to theme.css index 7394771..57da9b2 100644 --- a/nord.css +++ b/theme.css @@ -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 - * 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) */ @@ -11,6 +11,34 @@ 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 { --body-bg-color: #2e3440; --window-bg-color: #2e3440;