Created
July 21, 2017 15:59
-
-
Save yovchev/24b48a288cb05721954f28289a9b2c45 to your computer and use it in GitHub Desktop.
Python 3 IDLE IDE dark highlights
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
[Obsidian] | |
definition-foreground = #678CB1 | |
error-foreground = #FF0000 | |
string-background = #293134 | |
keyword-foreground = #93C763 | |
normal-foreground = #E0E2E4 | |
comment-background = #293134 | |
hit-foreground = #E0E2E4 | |
builtin-background = #293134 | |
stdout-foreground = #678CB1 | |
cursor-foreground = #E0E2E4 | |
break-background = #293134 | |
comment-foreground = #66747B | |
hilite-background = #2F393C | |
hilite-foreground = #E0E2E4 | |
definition-background = #293134 | |
stderr-background = #293134 | |
hit-background = #000000 | |
console-foreground = #E0E2E4 | |
normal-background = #293134 | |
builtin-foreground = #E0E2E4 | |
stdout-background = #293134 | |
console-background = #293134 | |
stderr-foreground = #FB0000 | |
keyword-background = #293134 | |
string-foreground = #EC7600 | |
break-foreground = #E0E2E4 | |
error-background = #293134 | |
[monokai] | |
normal-foreground= #F8F8F2 | |
normal-background= #272822 | |
keyword-foreground= #F92672 | |
keyword-background= #272822 | |
builtin-foreground= #66D9EF | |
builtin-background= #272822 | |
comment-foreground= #75715E | |
comment-background= #272822 | |
string-foreground= #FD971F | |
string-background= #272822 | |
definition-foreground= #A6E22E | |
definition-background= #272822 | |
hilite-foreground= #F8F8F2 | |
hilite-background= gray | |
break-foreground= black | |
break-background= #ffff55 | |
hit-foreground= #F8F8F2 | |
hit-background= #171812 | |
error-foreground= #ff3338 | |
error-background= #272822 | |
cursor-foreground= #F8F8F2 | |
stdout-foreground= #DDDDDD | |
stdout-background= #272822 | |
stderr-foreground= #ff3338 | |
stderr-background= #272822 | |
console-foreground= #75715E | |
console-background= #272822 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To install on Windows put this file in C:\Users\{USERNAME}\.idlerc\