Is there any way to change the color of the red wavy underlines for misspellings in Sublime Text 4?
Thank you
Is there any way to change the color of the red wavy underlines for misspellings in Sublime Text 4?
Thank you
UI: Customize Color Scheme
from Command Palette"misspelling"
rule to "globals"
section{
"globals":
{
"misspelling": "yellow",
},
}