Skip to content

Commit

Permalink
fix: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Mar 13, 2020
1 parent 950a9aa commit 96b13b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions demo/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ const settings: ISchemeSetting = {
};

generateScheme(
'Moonlight',
'Scheme-Example',
'Mauro Reis Vieira <mauroreisvieira@gmail.com>',
'Moonlight',
'Scheme-Example',
settings,
'schemes'
);
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Moonlight",
"name": "Scheme-Example",
"author": "Mauro Reis Vieira <mauroreisvieira@gmail.com>",
"variables": {
"cursor": "#67d2ff",
Expand Down

0 comments on commit 96b13b7

Please sign in to comment.