Skip to content

Commit

Permalink
Improve wording for 'auto' theme and color scheme variants (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols authored May 23, 2021
1 parent ac38d35 commit ccee395
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions schemas/preferences.sublime-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"default": "Mariana.sublime-color-scheme"
},
"light_color_scheme": {
"markdownDescription": "Controls the `\"color_scheme\"` when set to `\"auto\"`.",
"markdownDescription": "Controls the [color scheme](https://www.sublimetext.com/docs/color_schemes.html) when `\"color_scheme\"` is set to `\"auto\"`.",
"type": "string",
"pattern": "^.+\\.((sublime|hidden)-color-scheme|tmTheme)$",
"default": "Breakers.sublime-color-scheme"
},
"dark_color_scheme": {
"markdownDescription": "Controls the `\"color_scheme\"` when set to `\"auto\"`.",
"markdownDescription": "Controls the [color scheme](https://www.sublimetext.com/docs/color_schemes.html) when `\"color_scheme\"` is set to `\"auto\"`.",
"type": "string",
"pattern": "^.+\\.((sublime|hidden)-color-scheme|tmTheme)$",
"default": "Mariana.sublime-color-scheme"
Expand Down Expand Up @@ -870,13 +870,13 @@
"default": "auto"
},
"light_theme": {
"markdownDescription": "Controls the `\"theme\"` when set to `\"auto\"`.",
"markdownDescription": "Controls the [theme](https://www.sublimetext.com/docs/themes.html) when `\"theme\"` is set to `\"auto\"`.",
"type": "string",
"pattern": "^.*\\.sublime-theme$",
"default": "Default.sublime-theme"
},
"dark_theme": {
"markdownDescription": "Controls the `\"theme\"` when set to `\"auto\"`.",
"markdownDescription": "Controls the [theme](https://www.sublimetext.com/docs/themes.html) when `\"theme\"` is set to `\"auto\"`.",
"type": "string",
"pattern": "^.*\\.sublime-theme$",
"default": "Default Dark.sublime-theme"
Expand Down

0 comments on commit ccee395

Please sign in to comment.