Skip to content

Commit 96e5bfe

Browse files
authored
Merge pull request #2 from seanghay/editor-highlight
2 parents cbec199 + 9eddabd commit 96e5bfe

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "insomnia-plugin-github-light-theme",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A Github light theme for Insomnia",
55
"main": "plugin.js",
66
"repository": {

themes/github-light-theme.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const primer = getColors(style);
77

88
module.exports = {
99
name: "github-light-theme",
10-
displayName: "Github Light Theme",
10+
displayName: "Github Light",
1111
theme: {
1212
foreground: {
1313
default: pick({ light: primer.gray[6] }),
@@ -16,7 +16,7 @@ module.exports = {
1616
default: pick({ light: primer.white }),
1717
success: pick({ light: primer.blue[5] }),
1818
notice: pick({ light: primer.orange[6] }),
19-
warning: pick({ light: primer.gray[5] }),
19+
warning: pick({ light: primer.orange[7] }),
2020
danger: pick({ light: primer.red[7] }),
2121
surprise: pick({ light: primer.red[5] }),
2222
info: pick({ light: primer.blue[7] }),

0 commit comments

Comments
 (0)