Answers for "visual studio code cursor color"

1

visual studio code cursor color

VScode: in settings or Press 'control+,' search for 'theme cursor' then go to settings.json 
add this : "workbench.colorCustomizations": {
    "editorCursor.foreground": "#ffff00",
    "terminalCursor.foreground": "#ffff00"
}
Posted by: Guest on March-28-2021
0

how to chage cursor color in vs code

"workbench.colorCustomizations": {
    "editorCursor.foreground": "#ffff00",
    "terminalCursor.foreground": "#ffff00"
}
Posted by: Guest on February-12-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language