cmc/thelounge-theme-crypto

🎨 Retro & high-contrast theme

clone: git clone https://gitbay.org/cmc/thelounge-theme-crypto.git

master: package.json · raw

 1{
 2  "name": "thelounge-theme-crypto",
 3  "version": "1.1.0",
 4  "description": "Minimal black terminal theme for The Lounge",
 5  "main": "package.json",
 6  "thelounge": {
 7    "name": "Crypto",
 8    "type": "theme",
 9    "css": "crypto.css"
10  },
11  "license": "MIT",
12  "homepage": "https://github.com/thelounge/thelounge-theme-crypto#readme",
13  "repository": "https://github.com/thelounge/thelounge-theme-crypto",
14  "keywords": [
15    "thelounge",
16    "thelounge-theme"
17  ],
18  "bugs": {
19    "url": "https://github.com/thelounge/thelounge-theme-crypto/issues"
20  },
21  "devDependencies": {
22    "stylelint": "^10.1.0",
23    "stylelint-config-standard": "^18.3.0"
24  },
25  "scripts": {
26    "test": "stylelint crypto.css"
27  }
28}