We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34eaa73 commit be69c41Copy full SHA for be69c41
packages/components/src/editor/theme.ts
@@ -8,10 +8,10 @@ export const baseTheme = EditorView.theme({
8
backgroundColor: 'var(--primary-color) !important',
9
},
10
'.cm-activeLine': {
11
- backgroundColor: 'var(--secondary-color) !important',
+ backgroundColor: 'rgba(var(--secondary-color-triplet), .5) !important',
12
13
'.cm-selectionBackground': {
14
- backgroundColor: '#292929 !important',
+ backgroundColor: '#323232 !important',
15
16
})
17
0 commit comments