@@ -55,7 +55,7 @@ const ColorPickrDefaults: Record< string, Color > =
55
55
"gh_clr_bg_light" : "#E5E5E5" ,
56
56
"gh_clr_bg_dark" : "#121315" ,
57
57
"gh_clr_sb_light" : "#BA4956" ,
58
- "gh_clr_sb_dark" : "#BA496A " ,
58
+ "gh_clr_sb_dark" : "#4960BA " ,
59
59
"gh_clr_tx_light" : "#2A2626" ,
60
60
"gh_clr_tx_dark" : "#CAD3F5" ,
61
61
}
@@ -572,14 +572,16 @@ export class SettingsSection extends PluginSettingTab
572
572
Development notice
573
573
*/
574
574
575
+ /*
575
576
const ct_Note = elm.createDiv( )
576
577
const md_notFinished = "> [!NOTE] " + lng( "base_underdev_title" ) + "\n> <small>" + lng( "base_underdev_msg" ) + "</small>"
577
578
MarkdownRenderer.render( this.plugin.app, md_notFinished, ct_Note, "" + md_notFinished, this.plugin )
579
+ */
578
580
579
581
/*
580
582
Background color (Light)
581
583
582
- Color for Github codeblock background color Light Theme
584
+ Color for opengist codeblock background color Light Theme
583
585
*/
584
586
585
587
const cfg_tab_og_cb_light_desc = new DocumentFragment ( )
@@ -599,7 +601,7 @@ export class SettingsSection extends PluginSettingTab
599
601
/*
600
602
Background color (Dark)
601
603
602
- Color for Github codeblock background color Dark Theme
604
+ Color for opengist codeblock background color Dark Theme
603
605
*/
604
606
605
607
const cfg_tab_og_cb_dark_desc = new DocumentFragment ( )
@@ -1260,7 +1262,7 @@ export class SettingsSection extends PluginSettingTab
1260
1262
/*
1261
1263
Background color (Light)
1262
1264
1263
- Color for Opengist codeblock background colorLight Theme
1265
+ Color for Github codeblock background colorLight Theme
1264
1266
*/
1265
1267
1266
1268
const cfg_tab_gh_cb_light_desc = new DocumentFragment ( )
@@ -1280,7 +1282,7 @@ export class SettingsSection extends PluginSettingTab
1280
1282
/*
1281
1283
Background color (Dark)
1282
1284
1283
- Color for Opengist codeblock background color Dark Theme
1285
+ Color for Github codeblock background color Dark Theme
1284
1286
*/
1285
1287
1286
1288
const cfg_tab_gh_cb_dark_desc = new DocumentFragment ( )
0 commit comments