diff --git a/package.json b/package.json index c537070..b4ea3ed 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,18 @@ { - "name": "logseq-eink-theme", - "version": "0.0.5", - "repository": "git@github.com:DiamondYuan/logseq-eink-theme.git", - "author": "DiamondYuan ", + "name": "logseq-eink-plus-theme", + "version": "0.0.1", + "repository": "git@github.com:candideu/logseq-eink-plus.git", + "author": "Candide, DiamondYuan ", + "description": "A high-contrast, desaturated, and minimal Logseq theme", "license": "MIT", "logseq": { "themes": [ { "name": "light", - "url": "./light.css", - "mode": "light" + "url": "./theme.css", + "description": "A high-contrast, desaturated, and minimal Logseq theme" } ], - "id": "logseq-eink-theme" + "id": "logseq-eink-plus-theme" } }