Set themeColor

This commit is contained in:
Pavel Djundik 2019-07-22 20:57:09 +03:00 committed by GitHub
parent 880c54c239
commit 6c202c8dd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@
"thelounge": { "thelounge": {
"name": "Solarized", "name": "Solarized",
"type": "theme", "type": "theme",
"css": "theme.css" "css": "theme.css",
"themeColor": "#002b36"
}, },
"license": "MIT", "license": "MIT",
"homepage": "https://github.com/thelounge/thelounge-theme-solarized", "homepage": "https://github.com/thelounge/thelounge-theme-solarized",