diff --git a/services/web/frontend/js/features/source-editor/extensions/theme.ts b/services/web/frontend/js/features/source-editor/extensions/theme.ts index b3742aef50..a90c0dcdeb 100644 --- a/services/web/frontend/js/features/source-editor/extensions/theme.ts +++ b/services/web/frontend/js/features/source-editor/extensions/theme.ts @@ -168,6 +168,9 @@ const baseTheme = EditorView.baseTheme({ '.cm-diagnostic:last-of-type .ol-cm-diagnostic-actions': { marginBottom: '4px', }, + '.cm-vim-panel': { + color: 'var(--content-primary-themed)', + }, '.cm-vim-panel input': { color: 'inherit', },