We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16e095 commit e0c7428Copy full SHA for e0c7428
1 file changed
src/vs/platform/theme/common/colorRegistry.ts
@@ -69,7 +69,7 @@ export interface IColorRegistry {
69
70
}
71
72
-const colorPattern = '^#([0-9a-f]{3,4}|([0-9a-f]{2}){3,4})$';
+const colorPattern = '^#([0-9A-Fa-f]{3,4}|([0-9A-Fa-f]{2}){3,4})$';
73
const colorPatternErrorMessage = nls.localize('invalid.color', 'Invalid color format. Use #RGB, #RGBA, #RRGGBB or #RRGGBBAA');
74
75
class ColorRegistry implements IColorRegistry {
0 commit comments