Skip to content

Commit bee95de

Browse files
committed
update readme
1 parent 12cc038 commit bee95de

9 files changed

Lines changed: 223 additions & 111 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
## GitHub Light Theme for Insomnia
1+
## GitHub Dark Theme for Insomnia
22

3-
![Publish to NPM Registry](https://github.com/seanghay/insomnia-plugin-github-light-theme/workflows/Publish%20to%20NPM%20Registry/badge.svg)
4-
![Npm Version](https://img.shields.io/npm/v/insomnia-plugin-github-light-theme.svg)
3+
![Publish to NPM Registry](https://github.com/seanghay/insomnia-plugin-github-dark-theme/workflows/Publish%20to%20NPM%20Registry/badge.svg)
4+
![Npm Version](https://img.shields.io/npm/v/insomnia-plugin-github-dark-theme.svg)
55

6-
This is a GitHub light theme plugin for [Insomnia](https://insomnia.rest).
6+
This is a GitHub dark theme plugin for [Insomnia](https://insomnia.rest).
77

88
## Installation
99

10-
Install the `insomnia-plugin-github-light-theme` plugin from Preferences > Plugins.
10+
Install the `insomnia-plugin-github-dark-theme` plugin from Preferences > Plugins.

github-dark.svg

Lines changed: 1 addition & 0 deletions
Loading

github-light.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

package-lock.json

Lines changed: 117 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "insomnia-plugin-github-light-theme",
2+
"name": "insomnia-plugin-github-dark-theme",
33
"version": "1.0.4",
44
"description": "A Github light theme for Insomnia",
55
"main": "plugin.js",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/seanghay/insomnia-plugin-github-light-theme.git"
8+
"url": "git+https://github.com/seanghay/insomnia-plugin-github-dark-theme.git"
99
},
1010
"keywords": [
1111
"insomnia-plugin",
@@ -16,21 +16,21 @@
1616
"author": "Seanghay Yath <seanghay.dev@gmail.com>",
1717
"license": "MIT",
1818
"bugs": {
19-
"url": "https://github.com/seanghay/insomnia-plugin-github-light-theme/issues"
19+
"url": "https://github.com/seanghay/insomnia-plugin-github-dark-theme/issues"
2020
},
21-
"homepage": "https://github.com/seanghay/insomnia-plugin-github-light-theme#readme",
21+
"homepage": "https://github.com/seanghay/insomnia-plugin-github-dark-theme#readme",
2222
"insomnia": {
23-
"name": "github-light-theme",
24-
"displayName": "GitHub Light Theme",
25-
"description": "A GitHub light theme for Insomnia",
23+
"name": "github-dark-theme",
24+
"displayName": "GitHub Dark Theme",
25+
"description": "A GitHub dark theme for Insomnia",
2626
"applications": {
2727
"core": "*"
2828
},
2929
"publisher": {
3030
"name": "Seanghay Yath"
3131
},
3232
"images": {
33-
"icon": "github-light.svg"
33+
"icon": "github-dark.svg"
3434
}
3535
},
3636
"dependencies": {

0 commit comments

Comments
 (0)