Skip to content

Commit efbfe3f

Browse files
committed
change: removal of 'under development' for opengist
1 parent 4543505 commit efbfe3f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/settings/sections/SettingsSection.ts

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const ColorPickrDefaults: Record< string, Color > =
5555
"gh_clr_bg_light": "#E5E5E5",
5656
"gh_clr_bg_dark": "#121315",
5757
"gh_clr_sb_light": "#BA4956",
58-
"gh_clr_sb_dark": "#BA496A",
58+
"gh_clr_sb_dark": "#4960BA",
5959
"gh_clr_tx_light": "#2A2626",
6060
"gh_clr_tx_dark": "#CAD3F5",
6161
}
@@ -572,14 +572,16 @@ export class SettingsSection extends PluginSettingTab
572572
Development notice
573573
*/
574574

575+
/*
575576
const ct_Note = elm.createDiv( )
576577
const md_notFinished = "> [!NOTE] " + lng( "base_underdev_title" ) + "\n> <small>" + lng( "base_underdev_msg" ) + "</small>"
577578
MarkdownRenderer.render( this.plugin.app, md_notFinished, ct_Note, "" + md_notFinished, this.plugin )
579+
*/
578580

579581
/*
580582
Background color (Light)
581583
582-
Color for Github codeblock background color Light Theme
584+
Color for opengist codeblock background color Light Theme
583585
*/
584586

585587
const cfg_tab_og_cb_light_desc = new DocumentFragment( )
@@ -599,7 +601,7 @@ export class SettingsSection extends PluginSettingTab
599601
/*
600602
Background color (Dark)
601603
602-
Color for Github codeblock background color Dark Theme
604+
Color for opengist codeblock background color Dark Theme
603605
*/
604606

605607
const cfg_tab_og_cb_dark_desc = new DocumentFragment( )
@@ -1260,7 +1262,7 @@ export class SettingsSection extends PluginSettingTab
12601262
/*
12611263
Background color (Light)
12621264
1263-
Color for Opengist codeblock background colorLight Theme
1265+
Color for Github codeblock background colorLight Theme
12641266
*/
12651267

12661268
const cfg_tab_gh_cb_light_desc = new DocumentFragment( )
@@ -1280,7 +1282,7 @@ export class SettingsSection extends PluginSettingTab
12801282
/*
12811283
Background color (Dark)
12821284
1283-
Color for Opengist codeblock background color Dark Theme
1285+
Color for Github codeblock background color Dark Theme
12841286
*/
12851287

12861288
const cfg_tab_gh_cb_dark_desc = new DocumentFragment( )

0 commit comments

Comments
 (0)