I am trying to edit the color scheme by setting a value for semantic token color customization. The weird thing is it works in vs code but not in cursor. Here is the json i am using:
"editor.semanticTokenColorCustomizations": {
"[OneNord]": {
"enabled": true,
"rules": {
"class": "#EBCB8B",
"extensionMethod": "#EBCB8B",
"field": "#D57780",
"property": "#D57780"
}
},
"enabled": true
},
here is what it looks like in cursor:
positng what it looks like in vs code in a commet (cant here because i am new).
does anyone know a way to fix this?
EDIT: just added a few more colors to highlight the difference