Skip to content

Commit 7de86d6

Browse files
committed
fix(files): fix dark mode comment contrast #4a4a4a → #606060 (~1.9:1 → ~2.9:1)
1 parent d37a74b commit 7de86d6

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
@@ -24,7 +24,7 @@ import { PreviewPanel, resolvePreviewType } from './preview-panel'
2424

2525
// Token rules shared by both themes — override the major categories; base handles the rest
2626
const SIM_DARK_RULES: import('monaco-editor').editor.ITokenThemeRule[] = [
27-
{ token: 'comment', foreground: '4a4a4a', fontStyle: 'italic' },
27+
{ token: 'comment', foreground: '606060', fontStyle: 'italic' },
2828
{ token: 'string', foreground: '3ab872' },
2929
{ token: 'string.escape', foreground: '3ab872' },
3030
{ token: 'number', foreground: 'e8a87c' },

0 commit comments

Comments
 (0)