Yellow highlighted lines
已回答
Hi,
I was just wondering why I am getting these yellow highlighted lines?
Is it some sort of button combination? Can I disable them?
I am not doing anything fancy, just some tutorials.


请先登录再写评论。
Those folders are highlighted in yellow because this is how PyCharm indicates library roots and other paths that your python interpreter uses. It can't be disabled.
As for the yellow line inside the editor area, it's just how PyCharm highlights the line where you currently have the caret. It can be disabled in File | Settings | Editor | Color Scheme | General:
Big thanks Sergey for your support. :)