thelounge-theme-asciiarena
Version:
A theme based on the Amiga UI
31 lines (30 loc) • 590 B
JSON
{
"name": "thelounge-theme-asciiarena",
"version": "1.0.0",
"description": "A theme based on the Amiga UI",
"main": "package.json",
"thelounge": {
"name": "Amiga",
"type": "theme",
"css": "amiga.css",
"themeColor": "#bababa",
"files": [
"Topaz_a1200_v2.0.ttf"
]
},
"keywords": [
"thelounge",
"thelounge-theme",
"amiga"
],
"bugs": {
"url": "https://www.asciiarena.se"
},
"devDependencies": {
"stylelint": "^13.1.0",
"stylelint-config-standard": "^22.0.0"
},
"scripts": {
"test": "stylelint amiga.css"
}
}