How to enable gutter color preview? komodovaran 创建于 2019年04月23日 15:11 I've enabled them in Editor > General > Gutter Icons in PyCharm 2019.1, but they don't show up anywhere. How come?
Hi, try the following code in your CSS:
body {margin: 25px;
background-color: rgb(100, 150, 50);
font-family: arial, sans-serif;
font-size: 14px;
}
The background color should be previewed in the gutter. If not working, please post your code snippet.
It works correctly in a .css. So that means it's not available for .py scripts? That wasn't immediately apparent to me.