I want to ask where is that background color in theme (windows)

I can’t update Scrivener. But maybe the next best thing: I happen to have a special shortcut to toggle spell check, but it requires AutoHotKey. FWIW - if you’re that way inclined. :slight_smile:

{	SetKeyDelay, 20
	Send, !fi
	Send, {Left 7}
	Send, {Right 4}
	Send, {Tab 6} 
	Send, {Down}
	Send, {Tab}
	;Send, {Space} 
}