Skip to content

Commit

Permalink
Wording improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
savioserra committed Mar 19, 2021
1 parent 6aa626e commit d32ec58
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "theme-switcher",
"displayName": "Theme Switcher",
"description": "Choose which themes should be activated which hour!",
"version": "2.0.1",
"description": "Choose which themes should be activated at any time!",
"version": "2.0.2",
"publisher": "savioserra",
"icon": "assets/icon128.png",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"themeswitcher.mappings": {
"default": [],
"type": "array",
"description": "Array of mapping defining when each theme should be activated",
"description": "Array of mappings defining when each theme should be activated.",
"examples": [
[
{
Expand All @@ -59,11 +59,11 @@
"properties": {
"time": {
"type": "string",
"description": "When this theme should be activated.",
"description": "The time when the theme should be activated.",
"pattern": "^([0-9]|0[0-9]|1[0-9]|2[0-3]):[0-5][0-9]$"
},
"theme": {
"description": "Theme to be activated",
"description": "Theme's name to be activated.",
"type": "string"
}
}
Expand Down

0 comments on commit d32ec58

Please sign in to comment.