This commit is contained in:
2026-06-19 10:37:15 -04:00
parent 54169dfc99
commit a2d0662495
6 changed files with 119 additions and 184 deletions
+5 -8
View File
@@ -1,27 +1,24 @@
{
"name": "thelounge-theme-solarized",
"name": "thelounge-theme-lrz",
"version": "1.1.9",
"description": "A simple theme with Solarized colours",
"description": "Custom personal theme",
"main": "package.json",
"thelounge": {
"name": "Solarized",
"name": "LRZ",
"type": "theme",
"css": "theme.css",
"themeColor": "#002b36"
},
"license": "MIT",
"homepage": "https://github.com/thelounge/thelounge-theme-solarized",
"homepage": "https://git.yetaga.in/alazyreader/thelounge-theme-lzr",
"repository": {
"type": "git",
"url": "git+https://github.com/thelounge/thelounge-theme-solarized.git"
"url": "git+https://git.yetaga.in/alazyreader/thelounge-theme-lzr.git"
},
"keywords": [
"thelounge",
"thelounge-theme"
],
"bugs": {
"url": "https://github.com/thelounge/thelounge-theme-solarized/issues"
},
"devDependencies": {
"stylelint": "^13.1.0",
"stylelint-config-standard": "^22.0.0"