Color Scheme
File | Settings | Editor | Color Scheme for Windows and Linux
PyCharm | Settings | Editor | Color Scheme for macOS
CtrlAlt0S
Use this section to select the color scheme for the PyCharm editor.
Item | Description |
---|---|
Scheme | Select the color scheme to be used in your workspace. |
Click this button to invoke the following commands (depending on the selected scheme):
| |
Change IDE theme | Navigate to the Appearance & Behavior | Appearance page in settings on which you can select a different user interface theme and a color scheme. |
Next, one has to select one of the categories listed in the left-hand side (for example, Language Defaults, Python or Cucumber node) or PyCharm UI component (for example, Debugger or Diff&Merge). In the right-hand side of the dialog (under the Scheme field), one should select an item of the respective language (for example, Keywords or Comments for the Language Defaults) or UI component (for example, Breakpoint line for the Debugger, or Deleted lines in Diff&Merge).
Change the selected item as required.
For more information, refer to Colors and fonts.
tip
In the Language Defaults node, there is the setting Language Defaults | Identifiers | Function call and for Python the two settings Function call and Method call that define the difference in highlighting these calls.
Thanks for your feedback!