I'm on Mac, and I downloaded Python 3.8 from its original website. I wanted to have a custom theme for IDLE and a simple google search gave me this theme from GitHub. The instructions written on that page are
- Place this file inside your ~/.idlerc/ folder
- or paste its contents inside
- /path/to/python/idlelib/config-highlight.def
- Adapted from SublimeText's Monokai
but I couldn't find .idlerc folder, the only things that are in Python 3.8 folder are 
and I even tried looking for the videos but there are not TexEdit file where I can paste that theme from GitHub. Can someone guide me step by step about how to add that custom theme?
~is your home directory. From your terminal you can get there by typingcd ~- Paul H