We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0716b8 commit ff25aa7Copy full SHA for ff25aa7
2 files changed
src/loc/en-us.ts
@@ -128,6 +128,7 @@ define([], () => {
128
ThemeColorsGroupName: "Theme colors",
129
HighlightColorsGroupName: "Highlight colors",
130
StandardColorsGroupName: "Standard colors",
131
+ CustomColorsGroupName: "Custom Colors",
132
ThemeColorDarker: "Theme darker",
133
ThemeColorDark: "Theme dark",
134
ThemeColorDarkAlt: "Theme dark alternate",
src/loc/mystrings.d.ts
@@ -100,6 +100,7 @@ declare interface IControlStrings {
100
ThemeColorsGroupName: string;
101
HighlightColorsGroupName: string;
102
StandardColorsGroupName: string;
103
+ CustomColorsGroupName: string;
104
ColorsGroupName: string;
105
ThemeColorDarker: string;
106
ThemeColorDark: string;
0 commit comments