@@ -601,13 +601,13 @@ export class SettingsSection extends PluginSettingTab
601
601
. setName ( lng ( 'cfg_tab_og_cb_light_name' ) )
602
602
. setDesc ( cfg_tab_og_cb_light_desc )
603
603
. then ( ( setting ) =>
604
- {
605
- this . new_ColorPicker
606
- (
607
- this . app , this . plugin , elm , setting ,
608
- 'og_clr_bg_light'
609
- )
610
- } )
604
+ {
605
+ this . new_ColorPicker
606
+ (
607
+ this . app , this . plugin , elm , setting ,
608
+ 'og_clr_bg_light'
609
+ )
610
+ } )
611
611
612
612
/*
613
613
Background color (Dark)
@@ -624,13 +624,13 @@ export class SettingsSection extends PluginSettingTab
624
624
. setName ( lng ( 'cfg_tab_og_cb_dark_name' ) )
625
625
. setDesc ( cfg_tab_og_cb_dark_desc )
626
626
. then ( ( setting ) =>
627
- {
628
- this . new_ColorPicker
629
- (
630
- this . app , this . plugin , elm , setting ,
631
- 'og_clr_bg_dark'
632
- )
633
- } )
627
+ {
628
+ this . new_ColorPicker
629
+ (
630
+ this . app , this . plugin , elm , setting ,
631
+ 'og_clr_bg_dark'
632
+ )
633
+ } )
634
634
635
635
/*
636
636
Text color (Light)
@@ -647,13 +647,13 @@ export class SettingsSection extends PluginSettingTab
647
647
. setName ( lng ( 'cfg_tab_og_tx_light_name' ) )
648
648
. setDesc ( cfg_tab_og_tx_light_desc )
649
649
. then ( ( setting ) =>
650
- {
651
- this . new_ColorPicker
652
- (
653
- this . app , this . plugin , elm , setting ,
654
- 'og_clr_tx_light'
655
- )
656
- } )
650
+ {
651
+ this . new_ColorPicker
652
+ (
653
+ this . app , this . plugin , elm , setting ,
654
+ 'og_clr_tx_light'
655
+ )
656
+ } )
657
657
658
658
/*
659
659
Text color (Dark)
@@ -670,13 +670,13 @@ export class SettingsSection extends PluginSettingTab
670
670
. setName ( lng ( 'cfg_tab_og_tx_dark_name' ) )
671
671
. setDesc ( cfg_tab_og_tx_dark_desc )
672
672
. then ( ( setting ) =>
673
- {
674
- this . new_ColorPicker
675
- (
676
- this . app , this . plugin , elm , setting ,
677
- 'og_clr_tx_dark'
678
- )
679
- } )
673
+ {
674
+ this . new_ColorPicker
675
+ (
676
+ this . app , this . plugin , elm , setting ,
677
+ 'og_clr_tx_dark'
678
+ )
679
+ } )
680
680
681
681
/*
682
682
Scrollbar Track Color (Light)
@@ -693,13 +693,13 @@ export class SettingsSection extends PluginSettingTab
693
693
. setName ( lng ( 'cfg_tab_og_sb_light_name' ) )
694
694
. setDesc ( cfg_tab_og_sb_light_desc )
695
695
. then ( ( setting ) =>
696
- {
697
- this . new_ColorPicker
698
- (
699
- this . app , this . plugin , elm , setting ,
700
- 'og_clr_sb_light'
701
- )
702
- } )
696
+ {
697
+ this . new_ColorPicker
698
+ (
699
+ this . app , this . plugin , elm , setting ,
700
+ 'og_clr_sb_light'
701
+ )
702
+ } )
703
703
704
704
/*
705
705
Scrollbar Track Color (Dark)
@@ -716,13 +716,13 @@ export class SettingsSection extends PluginSettingTab
716
716
. setName ( lng ( 'cfg_tab_og_sb_dark_name' ) )
717
717
. setDesc ( cfg_tab_og_sb_dark_desc )
718
718
. then ( ( setting ) =>
719
- {
720
- this . new_ColorPicker
721
- (
722
- this . app , this . plugin , elm , setting ,
723
- 'og_clr_sb_dark'
724
- )
725
- } )
719
+ {
720
+ this . new_ColorPicker
721
+ (
722
+ this . app , this . plugin , elm , setting ,
723
+ 'og_clr_sb_dark'
724
+ )
725
+ } )
726
726
727
727
/*
728
728
Codeblock Opacity
@@ -1300,13 +1300,13 @@ export class SettingsSection extends PluginSettingTab
1300
1300
. setName ( lng ( 'cfg_tab_gh_cb_light_name' ) )
1301
1301
. setDesc ( cfg_tab_gh_cb_light_desc )
1302
1302
. then ( ( setting ) =>
1303
- {
1304
- this . new_ColorPicker
1305
- (
1306
- this . app , this . plugin , elm , setting ,
1307
- 'gh_clr_bg_light'
1308
- )
1309
- } )
1303
+ {
1304
+ this . new_ColorPicker
1305
+ (
1306
+ this . app , this . plugin , elm , setting ,
1307
+ 'gh_clr_bg_light'
1308
+ )
1309
+ } )
1310
1310
1311
1311
/*
1312
1312
Background color (Dark)
@@ -1323,13 +1323,13 @@ export class SettingsSection extends PluginSettingTab
1323
1323
. setName ( lng ( 'cfg_tab_gh_cb_dark_name' ) )
1324
1324
. setDesc ( cfg_tab_gh_cb_dark_desc )
1325
1325
. then ( ( setting ) =>
1326
- {
1327
- this . new_ColorPicker
1328
- (
1329
- this . app , this . plugin , elm , setting ,
1330
- 'gh_clr_bg_dark'
1331
- )
1332
- } )
1326
+ {
1327
+ this . new_ColorPicker
1328
+ (
1329
+ this . app , this . plugin , elm , setting ,
1330
+ 'gh_clr_bg_dark'
1331
+ )
1332
+ } )
1333
1333
1334
1334
/*
1335
1335
Text color (Light)
@@ -1346,13 +1346,13 @@ export class SettingsSection extends PluginSettingTab
1346
1346
. setName ( lng ( 'cfg_tab_gh_tx_light_name' ) )
1347
1347
. setDesc ( cfg_tab_gh_tx_light_desc )
1348
1348
. then ( ( setting ) =>
1349
- {
1350
- this . new_ColorPicker
1351
- (
1352
- this . app , this . plugin , elm , setting ,
1353
- 'gh_clr_tx_light'
1354
- )
1355
- } )
1349
+ {
1350
+ this . new_ColorPicker
1351
+ (
1352
+ this . app , this . plugin , elm , setting ,
1353
+ 'gh_clr_tx_light'
1354
+ )
1355
+ } )
1356
1356
1357
1357
/*
1358
1358
Text color (Dark)
@@ -1369,13 +1369,13 @@ export class SettingsSection extends PluginSettingTab
1369
1369
. setName ( lng ( 'cfg_tab_gh_tx_dark_name' ) )
1370
1370
. setDesc ( cfg_tab_gh_tx_dark_desc )
1371
1371
. then ( ( setting ) =>
1372
- {
1373
- this . new_ColorPicker
1374
- (
1375
- this . app , this . plugin , elm , setting ,
1376
- 'gh_clr_tx_dark'
1377
- )
1378
- } )
1372
+ {
1373
+ this . new_ColorPicker
1374
+ (
1375
+ this . app , this . plugin , elm , setting ,
1376
+ 'gh_clr_tx_dark'
1377
+ )
1378
+ } )
1379
1379
1380
1380
1381
1381
/*
@@ -1393,13 +1393,13 @@ export class SettingsSection extends PluginSettingTab
1393
1393
. setName ( lng ( 'cfg_tab_gh_sb_light_name' ) )
1394
1394
. setDesc ( cfg_tab_gh_sb_light_name )
1395
1395
. then ( ( setting ) =>
1396
- {
1397
- this . new_ColorPicker
1398
- (
1399
- this . app , this . plugin , elm , setting ,
1400
- 'gh_clr_sb_light'
1401
- )
1402
- } )
1396
+ {
1397
+ this . new_ColorPicker
1398
+ (
1399
+ this . app , this . plugin , elm , setting ,
1400
+ 'gh_clr_sb_light'
1401
+ )
1402
+ } )
1403
1403
1404
1404
/*
1405
1405
Scrollbar Track Color (Dark)
@@ -1416,13 +1416,13 @@ export class SettingsSection extends PluginSettingTab
1416
1416
. setName ( lng ( 'cfg_tab_gh_sb_dark_name' ) )
1417
1417
. setDesc ( cfg_tab_gh_sb_dark_desc )
1418
1418
. then ( ( setting ) =>
1419
- {
1420
- this . new_ColorPicker
1421
- (
1422
- this . app , this . plugin , elm , setting ,
1423
- 'gh_clr_sb_dark'
1424
- )
1425
- } )
1419
+ {
1420
+ this . new_ColorPicker
1421
+ (
1422
+ this . app , this . plugin , elm , setting ,
1423
+ 'gh_clr_sb_dark'
1424
+ )
1425
+ } )
1426
1426
1427
1427
/*
1428
1428
Codeblock Opacity
@@ -1900,13 +1900,13 @@ export class SettingsSection extends PluginSettingTab
1900
1900
. setName ( lng ( 'cfg_tab_sy_list_icon_name' ) )
1901
1901
. setDesc ( cfg_tab_sy_list_icon_desc )
1902
1902
. then ( ( setting ) =>
1903
- {
1904
- this . new_ColorPicker
1905
- (
1906
- this . app , this . plugin , elm , setting ,
1907
- 'sy_clr_lst_icon'
1908
- )
1909
- } )
1903
+ {
1904
+ this . new_ColorPicker
1905
+ (
1906
+ this . app , this . plugin , elm , setting ,
1907
+ 'sy_clr_lst_icon'
1908
+ )
1909
+ } )
1910
1910
1911
1911
/*
1912
1912
Tab Footer Spacer
0 commit comments