File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const primer = getColors(style);
77
88module . 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 ] } ) ,
You can’t perform that action at this time.
0 commit comments