Jupyter Notebook Caret Row Color
已回答
Hello,
I'm working in a Jupyter Notebook and want to change the color of the caret row highlight (the white stripe in the attached image.) The setting I expected to work is “Editor → Color Scheme → General → Editor → Caret row” but this doesn't seem to have any effect.

请先登录再写评论。
Hello Andrew Lamb ,
The same issue was reported in https://youtrack.jetbrains.com/issue/DS-5744
Please vote for it to prioritize it for the development team and receive notifications from the ticket.
See Watching YouTrack issues if you're not familiar with YouTrack.
Also color of Caret Row is discussed in https://youtrack.jetbrains.com/issue/PY-63607 , please check this comment.
same problem here, makes notebook unpleasant to use in dark mode
In case it's helpful, I was able to work around this (or possibly just a similar) issue by manually editing my custom .icls file (~/Library/Application Support/JetBrains/DataSpell2023.3/colors/<Steves>.icls).
In the <scheme> tag at the very top of the file, there is the attribute ‘parent_scheme’. Mine was set to “Default”, but changing it to “Darcula” and then restarting the IDE caused inheritance of the darker background colour under the caret in a Notebook cell.
Initial:
Updated:
I wasn't able to find an actual setting to manage this color, so hopefully someone at JetBrains will try to run this down for us.
I have the same issue in Data Spell and I find it really impacts readability.