thelounge-theme-amoled-fix
Version:
Easier on the eyes version of the Amoled theme
44 lines (43 loc) • 1.14 kB
JSON
{
"name": "thelounge-theme-amoled-fix",
"version": "2.2.3",
"description": "Easier on the eyes version of the Amoled theme",
"main": "package.json",
"scripts": {
"scss": "node-sass -w theme.scss theme.css",
"test": "stylelint theme.css",
"format": "stylelint --fix theme.css"
},
"thelounge": {
"name": "Amoled Fix",
"type": "theme",
"css": "theme.css",
"themeColor": "#202126"
},
"license": "MIT",
"homepage": "https://github.com/voaii/thelounge-theme-amoled-fix",
"repository": {
"type": "git",
"url": "git+https://github.com/voaii/thelounge-theme-amoled-fix.git"
},
"keywords": [
"amoled-fix",
"dark",
"thelounge",
"thelounge-theme"
],
"bugs": {
"url": "https://github.com/voaii/thelounge-theme-amoled-fix/issues"
},
"devDependencies": {
"node-sass": "^9.0.0",
"sass": "^1.62.1",
"scss": "^0.2.4",
"stylelint": "^15.6.2",
"stylelint-config-recommended-scss": "^12.0.0",
"stylelint-declaration-strict-value": "^1.9.2",
"stylelint-config-standard": "^33.0.0",
"stylelint-order": "^6.0.3"
},
"author": "voaii"
}