I am on PyCharm 2017.1.4 with Darcula theme. I don't see how to change the color of the named argument, which is currently undistinguishable for me. I have been into Editors > Colors & Fonts but it seems that everything is tunable apart from that.
PyCharm can save your color scheme settings as an XML file with the . icls extension. You can then import the file to another installation. Press Ctrl+Alt+S to open the IDE settings and select Editor | Color Scheme.
Open the Preferences window. In the left sidebar, click on the node labeled Editor. Under Editor, click on the node labeled Colors & Fonts, then the sub-node, Language Defaults. If you're using a default color scheme, click the button labeled Save As, as PyCharm won't let you overwrite built-in color schemes.
PyCharm uses semantic highlighting to assign a different color to each parameter and local variable: the “namespaces” parameter is now a certain shade of green. You can then let color help you scan through the function to track the variable, with no distracting action to isolate one of them or switch focus to another.
Syntax highlightingThe PyCharm editor respects highlighting of the keywords, comments, parameters, type hints and so on.
What type of file is this? In PyCharm you can configure different color settings for different types of files. Since this is tagged with PyCharm and Python, I'm going to assume it's a Python file. If it's a different kind of file, select the correct type of file instead of Python
.
Settings | Editor | Color Scheme | Python | Keyword argument
Side note, I looked at Darcula, and what you show does not look like Darcula
for Python
. If you really are using Python, I would consider Restore Defaults...
for your color scheme, or looking into it more because something seems off to me. This is what Darcula
looks like to me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With