Skip to content

Commit e8851da

Browse files
committed
cleaned up PR
1 parent f543a9f commit e8851da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/components/src/modifiers/hds-code-editor/palettes/hds-dark-palette.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ export const HDS_CODE_BLOCK_LINE_HIGHLIGHT_BORDER = '#1b5fe5';
1616

1717
export const HDS_CODE_EDITOR_COLOR_BORDER_STRONG = 'rgba(178, 182, 189, 40%)';
1818
export const HDS_CODE_EDITOR_COLOR_BORDER_PRIMARY = 'rgba(178, 182, 189, 20%)';
19+
1920
export const HDS_CODE_EDITOR_COLOR_FOREGROUND_PRIMARY = '#d5d7db';
2021
export const HDS_CODE_EDITOR_COLOR_FOREGROUND_FAINT = '#878a8f';
21-
export const HDS_CODE_EDITOR_COLOR_FOREGROUND_HIGH_CONTRAST = '#ffffff';
22+
export const HDS_CODE_EDITOR_COLOR_FOREGROUND_CRITICAL = '#EF3016';
23+
2224
export const HDS_CODE_EDITOR_COLOR_SURFACE_PRIMARY = '#0D0E12';
2325
export const HDS_CODE_EDITOR_COLOR_SURFACE_FAINT = '#15181e';
26+
export const HDS_CODE_EDITOR_COLOR_SURFACE_INTERACTIVE_ACTIVE = '#2B303C';

0 commit comments

Comments
 (0)