diff --git a/packages/components/src/editor/theme.ts b/packages/components/src/editor/theme.ts index 28a36f4..53773fa 100644 --- a/packages/components/src/editor/theme.ts +++ b/packages/components/src/editor/theme.ts @@ -8,10 +8,10 @@ export const baseTheme = EditorView.theme({ backgroundColor: 'var(--primary-color) !important', }, '.cm-activeLine': { - backgroundColor: 'var(--secondary-color) !important', + backgroundColor: 'rgba(var(--secondary-color-triplet), .5) !important', }, '.cm-selectionBackground': { - backgroundColor: '#292929 !important', + backgroundColor: '#323232 !important', }, })