Skip to content

Instantly share code, notes, and snippets.

@dalmotix
dalmotix / settings.json
Created June 10, 2025 03:56
cursor word highlight colours
"workbench.colorCustomizations": {
"editor.wordHighlightBackground": "#264f7866",
"editor.wordHighlightStrongBackground": "#264f7811",
"editor.findMatchBackground": "#7e4a0377",
"editor.findMatchHighlightBackground": "#7e4a03cc",
"editor.selectionBackground": "#333388"
},