Skip to content

Instantly share code, notes, and snippets.

@alexbnlee
Last active July 13, 2018 07:14
Show Gist options
  • Save alexbnlee/114bdb8e700959439382581e397db098 to your computer and use it in GitHub Desktop.
Save alexbnlee/114bdb8e700959439382581e397db098 to your computer and use it in GitHub Desktop.
Dark highlighting theme for Python IDLE based on SublimeText's Monokai color scheme and I changed a little
# Place this file inside your ~/python/idlelib/config-highlight.def
# Adapted from SublimeText's Monokai and I changed a little
[IDLE Monokai-Alex]
comment-foreground = #797979
console-foreground = #00FFFF
error-foreground = #FF80FF
hilite-background = #C0C0C0
string-foreground = #FFFF00
stderr-background = #2E2E2E
stderr-foreground = #FF6A6A
console-background = #2E2E2E
hit-background = #2E2E2E
string-background = #2E2E2E
normal-background = #2E2E2E
hilite-foreground = #000000
keyword-foreground = #A6E22E
error-background = #2E2E2E
keyword-background = #2E2E2E
builtin-background = #2E2E2E
break-background = #FFFF85
builtin-foreground = #F92672
definition-foreground = #FF00FF
stdout-foreground = #FF8000
definition-background = #2E2E2E
normal-foreground = #00FFFF
cursor-foreground = #FFFFFF
stdout-background = #2E2E2E
hit-foreground = #002240
comment-background = #2E2E2E
break-foreground = #000000
@alexbnlee
Copy link
Author

qq 20180712100251
qq 20180712100337
The above figures are the effect of preview.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment