diff --git a/src/theme.ts b/src/theme.ts index 0729291a..5b498d0f 100644 --- a/src/theme.ts +++ b/src/theme.ts @@ -29,7 +29,7 @@ const defaultTheme: ThemeInterface = { schemaView: { linesColor: theme => lighten(0.25, desaturate(0.35, theme.colors.main)), defaultDetailsWidth: '75%', - typeNameColor: theme => transparentize(0.8, theme.colors.text), + typeNameColor: theme => transparentize(0.2, theme.colors.text), typeTitleColor: theme => theme.schemaView.typeNameColor, requireLabelColor: theme => theme.colors.error, },