From e827c78f763bf3b0e1bd32b3144e697d165ef191 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Wed, 28 Jun 2017 20:23:18 +0300 Subject: [PATCH] Use lounge object --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 65ea1dd..89644a2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,11 @@ "version": "1.0.0", "description": "A simple theme with Solarized colours", "main": "package.json", - "css": "theme.css", + "lounge": { + "name": "Solarized", + "type": "theme", + "css": "theme.css" + }, "license": "MIT", "homepage": "https://github.com/thelounge/lounge-theme-solarized", "repository": {