Last active
May 31, 2021 01:00
-
-
Save AndBondStyle/4951e36afd0d939f54870ed553ea350d to your computer and use it in GitHub Desktop.
PyCharm's Darcula theme for Python's IDLE IDE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Darcula] | |
normal-foreground = #A9B7C6 | |
normal-background = #2B2B2B | |
definition-foreground = #A9B7C6 | |
definition-background = #2B2B2B | |
keyword-foreground = #CC7832 | |
keyword-background = #2B2B2B | |
builtin-foreground = #8888C6 | |
builtin-background = #2B2B2B | |
string-foreground = #008080 | |
string-background = #2B2B2B | |
comment-foreground = #808080 | |
comment-background = #2B2B2B | |
cursor-foreground = #BBBBBB | |
error-foreground = #A9B7C6 | |
error-background = #532B2E | |
hit-foreground = #A9B7C6 | |
hit-background = #155221 | |
hilite-foreground = #A9B7C6 | |
hilite-background = #214283 | |
break-foreground = #A9B7C6 | |
break-background = #3A2323 | |
console-foreground = #007E09 | |
console-background = #2B2B2B | |
stdout-foreground = #BBBBBB | |
stdout-background = #2B2B2B | |
stderr-foreground = #FF6B68 | |
stderr-background = #2B2B2B |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Inspired by @dsosby's Obsidian theme
Installation:
.idlerc
oridlelib
folder somwhere in your home / user / python directoryCommon locations:
C:\Users\.idlerc
-C:\Users\%user%\.idlerc
-Python\Lib\idlelib
-/home/.idlerc
config-highlight.cfg
orconfig-highlight.def
file and paste provided configOptions > Configure > Highlighting
Alternative string (
string-foreground
) colors:#629755
(docstring) -#A5C261
(default string) -#008080
(unicode string)Preview: