@@ -510,6 +510,53 @@ exports[`highlight with frozen theme 1`] = `
510
510
}
511
511
` ;
512
512
513
+ exports [` highlight with frozen theme with global setting 1` ] = `
514
+ {
515
+ " colors" : {
516
+ " activeTabBackground" : " #1E1E1E" ,
517
+ " activeTabBorder" : " #1E1E1E" ,
518
+ " activeTabForeground" : " #ffffff" ,
519
+ " activeTabTopBorder" : undefined ,
520
+ " background" : " #1E1E1E" ,
521
+ " colorScheme" : " dark" ,
522
+ " diffInsertedLineBackground" : " #9bb95533" ,
523
+ " diffInsertedTextBackground" : " #9ccc2c33" ,
524
+ " diffRemovedLineBackground" : " #ff000033" ,
525
+ " diffRemovedTextBackground" : " #ff000033" ,
526
+ " editorBackground" : " #1E1E1E" ,
527
+ " editorGroupHeaderBackground" : " #252526" ,
528
+ " foreground" : " #bbbbbb" ,
529
+ " hoverTabBackground" : " #2D2D2D" ,
530
+ " hoverTabForeground" : " #ffffff80" ,
531
+ " iconForeground" : " #C5C5C5" ,
532
+ " inactiveTabBackground" : " #2D2D2D" ,
533
+ " inactiveTabForeground" : " #ffffff80" ,
534
+ " lineNumberForeground" : " #858585" ,
535
+ " listHoverBackground" : " #2A2D2E" ,
536
+ " listHoverForeground" : undefined ,
537
+ " listSelectionBackground" : " #37373D" ,
538
+ " listSelectionForeground" : undefined ,
539
+ " selectionBackground" : " #264F78" ,
540
+ " sideBarBackground" : " #252526" ,
541
+ " sideBarBorder" : " #252526" ,
542
+ " sideBarForeground" : " #bbbbbb" ,
543
+ " tabBorder" : " #252526" ,
544
+ " tabsBorder" : undefined ,
545
+ },
546
+ " lang" : " javascript" ,
547
+ " lines" : [
548
+ [
549
+ {
550
+ " content" : " x = 1" ,
551
+ " style" : {
552
+ " color" : " #BBBBBB" ,
553
+ },
554
+ },
555
+ ],
556
+ ],
557
+ }
558
+ ` ;
559
+
513
560
exports [` highlight with scopes 1` ] = `
514
561
{
515
562
" colors" : {
0 commit comments