@@ -582,184 +582,29 @@ export class ArduinoFrontendContribution implements FrontendApplicationContribut
582
582
registerColors ( colors : ColorRegistry ) : void {
583
583
colors . register (
584
584
{
585
- id : 'arduino.base ' ,
585
+ id : 'arduino.branding.primary ' ,
586
586
defaults : {
587
- dark : '#616161' ,
588
- light : '#616161' ,
589
- hc : '#FFFFFF'
587
+ dark : 'statusBar.background' ,
588
+ light : 'statusBar.background'
590
589
} ,
591
- description : 'Base layout color.'
590
+ description : 'The primary branding color, such as dialog titles, library, and board manager list labels .'
592
591
} ,
593
592
{
594
- id : 'arduino.toolbarTooltip ' ,
593
+ id : 'arduino.branding.secondary ' ,
595
594
defaults : {
596
- dark : '#616161' ,
597
- light : '#616161' ,
598
- hc : '#FFFFFF'
595
+ dark : 'statusBar.background' ,
596
+ light : 'statusBar.background'
599
597
} ,
600
- description : 'The color of the toolbar tooltip (shown next to the buttons) .'
598
+ description : 'Secondary branding color for list selections, dropdowns, and widget borders .'
601
599
} ,
602
600
{
603
- id : 'arduino.editorMargin' ,
604
- defaults : {
605
- dark : '#2e2e2e' ,
606
- light : '#EEEEEE' ,
607
- hc : 'contrastBorder'
608
- } ,
609
- description : 'The color of the border which separates line numbers from code area.'
610
- } ,
611
- {
612
- id : 'arduino.dialogTitle' ,
613
- defaults : {
614
- dark : 'foreground' ,
615
- light : 'foreground' ,
616
- hc : 'contrastBorder'
617
- } ,
618
- description : 'The color of a dialog title (e.g. in board selector dialog).'
619
- } ,
620
- {
621
- id : 'arduino.select' ,
622
- defaults : {
623
-
624
- } ,
625
- description : 'Color of background and border of select component (in serial monitor).'
626
- } ,
627
- {
628
- id : 'arduino.selectItemHoverBackground' ,
629
- defaults : {
630
- light : '#d7eaf8' ,
631
- dark : '#24455e'
632
- } ,
633
- description : 'Color of background of hovered Item in select component (in serial monitor).'
634
- } ,
635
- {
636
- id : 'arduino.dialogSecondaryTitle' ,
637
- defaults : {
638
- dark : '#7f8c8d' ,
639
- light : '#7f8c8d'
640
- } ,
641
- description : 'Color of secondary titles in Arduino Dialogs.'
642
- } ,
643
- {
644
- id : 'arduino.secondaryButtonShadow' ,
645
- defaults : {
646
- dark : '#95a5a6' ,
647
- light : '#95a5a6'
648
- } ,
649
- description : 'Color of secondary button shadow.'
650
- } ,
651
- {
652
- id : 'arduino.buttonShadow' ,
653
- defaults : {
654
- dark : '#006468' ,
655
- light : '#006468'
656
- } ,
657
- description : 'Color of button shadow.'
658
- } ,
659
- {
660
- id : 'arduino.toolbarItemForeground' ,
661
- defaults : {
662
- dark : 'button.foreground' ,
663
- light : 'button.foreground'
664
- } ,
665
- description : 'Foreground color of toolbar items.'
666
- } ,
667
- {
668
- id : 'arduino.boardSelectorBackground' ,
601
+ id : 'arduino.foreground' ,
669
602
defaults : {
670
603
dark : 'editorWidget.background' ,
671
604
light : 'editorWidget.background' ,
672
605
hc : 'editorWidget.background'
673
606
} ,
674
- description : 'Background color of board selector toolbar item.'
675
- } ,
676
- {
677
- id : 'arduino.boardSelectorHoverBackground' ,
678
- defaults : {
679
- dark : '#383838' ,
680
- light : '#dae2e4'
681
- } ,
682
- description : 'Background color of board selector toolbar item.'
683
- } ,
684
- {
685
- id : 'arduino.boardSelectorBorder' ,
686
- defaults : {
687
- dark : '#757575' ,
688
- light : '#e0e0e0'
689
- } ,
690
- description : 'Border color of board selector toolbar item.'
691
- } ,
692
- {
693
- id : 'arduino.boardSelectorCheck' ,
694
- defaults : {
695
- dark : '#259fd8' ,
696
- light : '#2b75c0'
697
- } ,
698
- description : 'Color of board selector toolbar check item.'
699
- } ,
700
- {
701
- id : 'arduino.listOddItem' ,
702
- defaults : {
703
- dark : '#1d1d1d' ,
704
- light : '#ffffff'
705
- } ,
706
- description : 'Backgroundcolor of item with odd number in list widget'
707
- } ,
708
- {
709
- id : 'arduino.listEvenItem' ,
710
- defaults : {
711
- dark : '#252526' ,
712
- light : '#f7f9f9'
713
- } ,
714
- description : 'Backgroundcolor of item with even number in list widget'
715
- } ,
716
- {
717
- id : 'arduino.listItemHoverBackground' ,
718
- defaults : {
719
- dark : '#333333' ,
720
- light : '#ececec'
721
- } ,
722
- description : 'Backgroundcolor of hovered item in list widget'
723
- } ,
724
- {
725
- id : 'arduino.listItemSecondaryForeground' ,
726
- defaults : {
727
- dark : '#9e9e9e' ,
728
- light : '#9e9e9e'
729
- } ,
730
- description : 'Backgroundcolor of hovered item in list widget'
731
- } ,
732
- {
733
- id : 'arduino.listItemInstalledBadge' ,
734
- defaults : {
735
- dark : '#259fd8' ,
736
- light : '#2b75c0'
737
- } ,
738
- description : 'Color of badge for installed list items.'
739
- } ,
740
- {
741
- id : 'arduino.listItemInfoLinkForeground' ,
742
- defaults : {
743
- dark : '#2196f3' ,
744
- light : '#2196f3'
745
- } ,
746
- description : 'Color of info link in list items.'
747
- } ,
748
- {
749
- id : 'arduino.bottomPanelTabBackground' ,
750
- defaults : {
751
- dark : 'editorGroupHeader.tabsBackground' ,
752
- light : 'editorGroupHeader.tabsBackground'
753
- } ,
754
- description : 'Color of info link in list items.'
755
- } ,
756
- {
757
- id : 'arduino.toolbarToggleBackground' ,
758
- defaults : {
759
- dark : '#757575' ,
760
- light : '#9e9e9e'
761
- } ,
762
- description : 'Color of active toggles (as in serial monitor toolbar).'
607
+ description : 'Color of the Arduino Pro IDE foreground which is used for dialogs, such as the Select Board dialog.'
763
608
}
764
609
) ;
765
610
}
0 commit comments