在 VScode 按下 F1 打上 >setting json
加上下列內容
"workbench.colorCustomizations": {
"editor.selectionBackground": "#ff510059",
"editor.selectionHighlightBackground": "#e5ff005f"
}
selectionBackground 是 選取中的字串 背景顏色
selectionHighlightBackground 是 其他行 相同字串 背景顏色
建議 調高透明度!