File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ define([], () => {
128
128
ThemeColorsGroupName : "Theme colors" ,
129
129
HighlightColorsGroupName : "Highlight colors" ,
130
130
StandardColorsGroupName : "Standard colors" ,
131
+ CustomColorsGroupName : "Custom Colors" ,
131
132
ThemeColorDarker : "Theme darker" ,
132
133
ThemeColorDark : "Theme dark" ,
133
134
ThemeColorDarkAlt : "Theme dark alternate" ,
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ declare interface IControlStrings {
100
100
ThemeColorsGroupName : string ;
101
101
HighlightColorsGroupName : string ;
102
102
StandardColorsGroupName : string ;
103
+ CustomColorsGroupName : string ;
103
104
ColorsGroupName : string ;
104
105
ThemeColorDarker : string ;
105
106
ThemeColorDark : string ;
You can’t perform that action at this time.
0 commit comments