Skip to content

Commit ff25aa7

Browse files
author
Eric Weintraub
committed
Added cusotm color group string
1 parent f0716b8 commit ff25aa7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/loc/en-us.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ define([], () => {
128128
ThemeColorsGroupName: "Theme colors",
129129
HighlightColorsGroupName: "Highlight colors",
130130
StandardColorsGroupName: "Standard colors",
131+
CustomColorsGroupName: "Custom Colors",
131132
ThemeColorDarker: "Theme darker",
132133
ThemeColorDark: "Theme dark",
133134
ThemeColorDarkAlt: "Theme dark alternate",

src/loc/mystrings.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ declare interface IControlStrings {
100100
ThemeColorsGroupName: string;
101101
HighlightColorsGroupName: string;
102102
StandardColorsGroupName: string;
103+
CustomColorsGroupName: string;
103104
ColorsGroupName: string;
104105
ThemeColorDarker: string;
105106
ThemeColorDark: string;

0 commit comments

Comments
 (0)