UNPKG

thelounge-theme-zenburn

Version:

Dark & low-contrast theme for The Lounge, based on the Vim's Zenburn color scheme

29 lines (28 loc) 755 B
{ "name": "thelounge-theme-zenburn", "version": "1.0.5", "description": "Dark & low-contrast theme for The Lounge, based on the Vim's Zenburn color scheme", "main": "package.json", "thelounge": { "name": "Zenburn", "type": "theme", "css": "zenburn.css" }, "license": "MIT", "homepage": "https://github.com/thelounge/thelounge-theme-zenburn#readme", "repository": "https://github.com/thelounge/thelounge-theme-zenburn", "keywords": [ "thelounge", "thelounge-theme" ], "bugs": { "url": "https://github.com/thelounge/thelounge-theme-zenburn/issues" }, "devDependencies": { "stylelint": "^10.1.0", "stylelint-config-standard": "^18.3.0" }, "scripts": { "test": "stylelint zenburn.css" } }