From ccee3954c6d603ad5eb85a8aa4a3c31af5b6d3c2 Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Mon, 24 May 2021 00:03:26 +0200 Subject: [PATCH] Improve wording for 'auto' theme and color scheme variants (#89) --- schemas/preferences.sublime-settings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/schemas/preferences.sublime-settings.json b/schemas/preferences.sublime-settings.json index 320eb19..f6f6e6c 100644 --- a/schemas/preferences.sublime-settings.json +++ b/schemas/preferences.sublime-settings.json @@ -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" @@ -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"