From cbfe2076cf2d8c29204f7bed45c14bdbb7bcb8dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 13 Aug 2023 13:17:42 +0200 Subject: [PATCH] variant: typos #617 --- static/css/theme-zen-light.css | 2 +- static/js/variant.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/theme-zen-light.css b/static/css/theme-zen-light.css index 88f39747cc..214c57723a 100644 --- a/static/css/theme-zen-light.css +++ b/static/css/theme-zen-light.css @@ -26,7 +26,7 @@ --BROWSER-theme: light; /* name of the theme for browser scrollbars of the main section */ --MERMAID-theme: default; /* name of the default Mermaid theme for this variant, can be overridden in config.toml */ --OPENAPI-theme: light; /* name of the default OpenAPI theme for this variant, can be overridden in config.toml */ - --OPENAPI-CODE-theme: obsidian; /* name of the default OpenAPI coee theme for this variant, can be overridden in config.toml */ + --OPENAPI-CODE-theme: obsidian; /* name of the default OpenAPI code theme for this variant, can be overridden in config.toml */ --MENU-HEADER-BG-color: transparent; /* background color of menu header */ --MENU-HEADER-BORDER-color: transparent; /* separator color of menu header */ diff --git a/static/js/variant.js b/static/js/variant.js index b7ea4685e2..4c3bf4ef05 100644 --- a/static/js/variant.js +++ b/static/js/variant.js @@ -577,7 +577,7 @@ var variants = { { name: 'BROWSER-theme', group: '3rd party', default: 'light', tooltip: 'name of the theme for browser scrollbars of the main section', }, { name: 'MERMAID-theme', group: '3rd party', default: 'default', tooltip: 'name of the default Mermaid theme for this variant, can be overridden in config.toml', }, { name: 'OPENAPI-theme', group: '3rd party', default: 'light', tooltip: 'name of the default OpenAPI theme for this variant, can be overridden in config.toml', }, - { name: 'OPENAPI-CODE-theme', group: '3rd party', default: 'obsidian', tooltip: 'name of the default OpenAPI coee theme for this variant, can be overridden in config.toml', }, + { name: 'OPENAPI-CODE-theme', group: '3rd party', default: 'obsidian', tooltip: 'name of the default OpenAPI code theme for this variant, can be overridden in config.toml', }, { name: 'MENU-HEADER-BG-color', group: 'header', fallback: 'PRIMARY-color', tooltip: 'background color of menu header', }, { name: 'MENU-HEADER-BORDER-color', group: 'header', fallback: 'MENU-HEADER-BG-color', tooltip: 'separator color of menu header', },