This is an automated email from the ASF dual-hosted git repository. snuyanzin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push: new 48063531de7 [hotfix][docs] Add missing style options for `sql-client.display.color-schema` in docs (#23205) 48063531de7 is described below commit 48063531de74f626a760cf1d23513602ec854e43 Author: Hang Ruan <ruanhang1...@hotmail.com> AuthorDate: Tue Aug 15 17:22:42 2023 +0800 [hotfix][docs] Add missing style options for `sql-client.display.color-schema` in docs (#23205) --- docs/content.zh/docs/dev/table/sqlClient.md | 3 ++- docs/content/docs/dev/table/sqlClient.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/content.zh/docs/dev/table/sqlClient.md b/docs/content.zh/docs/dev/table/sqlClient.md index a7f47cd41b9..4c37bac103d 100644 --- a/docs/content.zh/docs/dev/table/sqlClient.md +++ b/docs/content.zh/docs/dev/table/sqlClient.md @@ -916,7 +916,7 @@ For more details about stopping jobs, please refer to [Job Statements]({{< ref " SQL Client can highlight SQL syntax with several color schemes. With `sql-client.display.color-schema` it could be set a color scheme. -Available color schemes: `chester`, `dracula`, `solarized`, `vs2010`, `obsidian`, `geshi`, `default` (no highlighting). +Available color schemes: `chester`, `dracula`, `solarized`, `vs2010`, `obsidian`, `geshi`, `dark`, `light`, `default` (no highlighting). In case of wrong name the fallback is to `default`. | Color schema \ Style | Keyword | Default | Comment | Hint | Quoted | SQL Identifier | @@ -929,5 +929,6 @@ In case of wrong name the fallback is to `default`. | `Light` | Bold red | Black | Italic bright | Bold bright | Green | Cyan | | `Obsidian` | Bold green | White | Italic bright | Bold bright | Red | Magenta | | `VS2010` | Bold blue | White | Italic green | Bold green | Red | Magenta | +| `Solarized` | Bold yellow | Blue | Italic bright | Bold bright | Green | Red | {{< top >}} diff --git a/docs/content/docs/dev/table/sqlClient.md b/docs/content/docs/dev/table/sqlClient.md index 4a0f2115c3b..3cc59443e31 100644 --- a/docs/content/docs/dev/table/sqlClient.md +++ b/docs/content/docs/dev/table/sqlClient.md @@ -855,7 +855,7 @@ For more details about stopping jobs, please refer to [Job Statements]({{< ref " SQL Client can highlight SQL syntax with several color schemes. With `sql-client.display.color-schema` it could be set a color scheme. -Available color schemes: `chester`, `dracula`, `solarized`, `vs2010`, `obsidian`, `geshi`, `default` (no highlighting). +Available color schemes: `chester`, `dracula`, `solarized`, `vs2010`, `obsidian`, `geshi`, `dark`, `light`, `default` (no highlighting). In case of wrong name the fallback is to `default`. | Color schema \ Style | Keyword | Default | Comment | Hint | Quoted | SQL Identifier | @@ -868,5 +868,6 @@ In case of wrong name the fallback is to `default`. | `Light` | Bold red | Black | Italic bright | Bold bright | Green | Cyan | | `Obsidian` | Bold green | White | Italic bright | Bold bright | Red | Magenta | | `VS2010` | Bold blue | White | Italic green | Bold green | Red | Magenta | +| `Solarized` | Bold yellow | Blue | Italic bright | Bold bright | Green | Red | {{< top >}}