Sublime Forum

Why the color of the two column is different when sublime is divided into 2 columns

#1

Hi,
I encountered a problem.
I used to divide the sublime into two columns. I found that the color of the column where the cursor is located is different from that of the other column. As shown in the figure, the cursor is in the left column, the color of the left column is normal, and the right column seems to have a shadow.

My question is how to remove the shadow in the right column
My version is sublime Text4 stable build 4113

0 Likes

#2

Sublime Text 4 now includes a new setting for making it more obvious which pane in a multi-pane layout has the input focus; it’s turned on by default but you can turn it off the settings if you wish:

	// If inactive sheets should have their background slightly modified to
	// make input focus more obvious.
	"inactive_sheet_dimming": true,
1 Like