Skip to content

Commit d37a74b

Browse files
committed
fix(files): bump light theme comment color to #888888 for WCAG contrast
1 parent 773992b commit d37a74b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/sim/app/workspace/[workspaceId]/files/components/file-viewer

apps/sim/app/workspace/[workspaceId]/files/components/file-viewer/file-viewer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const SIM_DARK_RULES: import('monaco-editor').editor.ITokenThemeRule[] = [
4040
]
4141

4242
const SIM_LIGHT_RULES: import('monaco-editor').editor.ITokenThemeRule[] = [
43-
{ token: 'comment', foreground: 'aaaaaa', fontStyle: 'italic' },
43+
{ token: 'comment', foreground: '888888', fontStyle: 'italic' },
4444
{ token: 'string', foreground: '16825d' },
4545
{ token: 'string.escape', foreground: '16825d' },
4646
{ token: 'number', foreground: 'c9660c' },

0 commit comments

Comments
 (0)