Use lounge object

This commit is contained in:
Pavel Djundik 2017-06-28 20:23:18 +03:00 committed by GitHub
parent d385c0811f
commit e827c78f76
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,11 @@
"version": "1.0.0", "version": "1.0.0",
"description": "A simple theme with Solarized colours", "description": "A simple theme with Solarized colours",
"main": "package.json", "main": "package.json",
"css": "theme.css", "lounge": {
"name": "Solarized",
"type": "theme",
"css": "theme.css"
},
"license": "MIT", "license": "MIT",
"homepage": "https://github.com/thelounge/lounge-theme-solarized", "homepage": "https://github.com/thelounge/lounge-theme-solarized",
"repository": { "repository": {