About creating and modifying custom themes for Python IDLE

I referred to Making Python IDLE a little easier to use.

  1. Write and save in ~ / .idlerc / config-highlight.cfg in your home directory
  2. In IDLE Preferences, select from Highlighting Theme of Highlighting and set

For other themes, you can search for "config-highlight.cfg" in Gist.

Recommended Posts

About creating and modifying custom themes for Python IDLE
[Python for Hikari] Chapter 09-02 Classes (Creating and instantiating classes)
A story about modifying Python and adding functions
About Python for loops
About Fabric's support for Python 3
About python objects and classes
About Python variables and objects
About Python, len () and randint ()
About Python datetime and timezone
About Python and regular expressions
About "for _ in range ():" in python
About Python and os operations
Python # About reference and copy
About Python sort () and reverse ()
About installing Pwntools and Python2 series
About python dict and sorted functions
About dtypes in Python and Cython
About MkDocs themes and their customs
About Python pickle (cPickle) and marshal
[Python] About Executor and Future classes
About Python, from and import, as
Reading and creating a mark sheet using Python OpenCV (Tips for reading well)
Explanation of creating an application for displaying images and drawing with Python
[Python] Use and and or when creating variables
6 Python libraries for faster development and debugging
Porting and modifying doublet-solver from python2 to python3.
A story about Python pop and append
Creating custom search commands for Splunk EventingCommand
Talking about old and new Python classes
SublimeText2 and SublimeLinter --Syntax check for Python3--
Talking about Python class attributes and metaclasses
A story about cross-compiling a python package for AWS Lambda and deploying it serverless
About _ and __
Template for creating command line applications in Python
Instant method grammar for Python and Ruby (studying)
Causal reasoning and causal search with Python (for beginners)
(Windows) Causes and workarounds for UnicodeEncodeError on Python 3
Play with Lambda layer (python) for about 5 minutes
Think about depth-priority and width-priority searches in Python
About the difference between "==" and "is" in python
Commands for creating a python3 environment with virtualenv
Procedure for creating a Python quarantine environment (venv environment)
PDF files and sites useful for learning Python 3
A memo for creating a python environment by a beginner
[Python] Learn about asynchronous programming and event loops
About the * (asterisk) argument of python (and itertools.starmap)
About shallow and deep copies of Python / Ruby
Install Python and libraries for Python on MacOS Catalina
About Python external module import <For super beginners>