In settings.json
add a general cursor color setting that works across all themes by adding this outside of the theme-specific settings:
"workbench.colorCustomizations": {
"editorCursor.foreground": "#ffff00",
"editorCursor.background": "#ffff00"
},
This will change your cursor color to bright yellow..