How do I remove guides from my code? Also how do I add margin left to gutter line numbers?
Answered
I am using Dracula Theme with Material UI. I have a screenshot. I have marked with red the guides I want to remove.
As you can see the line numbers in the gutter are really close to the edge of my screen. I want to add some margin left to them as well. They are marked with yellow arrow.
Any help would be appreciated.

Please sign in to leave a comment.
Hi there,
1) Horizontal Lines -- you need to remove color for "Method separator color" style: https://stackoverflow.com/a/17697003/783119
2) Vertical line next to the gutter -- must be part of the GUI Theme which is not customisable via GUI (as it is used in many other places/borders). If you disable this option ("Settings/Preferences | Editor | General | Code Folding | Show code folding outline") that vertical line will be gone.
3) I'm not aware of any option in a UI Settings that will allow an extra left margin for the line numbers.
Hey Andriy Bazanov, Thanks for your help!!
That worked perfectly! I am very new to the JetBrains ecosystem, but I am liking it.