- In ~/.idlerc/config-main.cfg I added the following:
[Theme]
default = 0
name = IR_Black
- In ~/.idlerc I created a file named config-highlight.cfg. In that file I added the following:
[IR_Black]
break-foreground = #E0E2E4
builtin-foreground = #95cbf9
comment-foreground = #66747B
console-foreground = #E0E2E4
cursor-foreground = #E0E2E4
definition-foreground = #95cbf9
error-foreground = #fc6863
hilite-foreground = #E0E2E4
hit-foreground = #E0E2E4
keyword-foreground = #93C763
normal-foreground = #E0E2E4
stderr-foreground = #fc6863
stdout-foreground = #95cbf9
string-foreground = #fda368
break-background = #242424
builtin-background = #242424
comment-background = #242424
console-background = #242424
definition-background = #242424
error-background = #242424
hilite-background = #36397e
hit-background = #7f397b
keyword-background = #242424
normal-background = #242424
stderr-background = #242424
stdout-background = #242424
string-background = #242424
Enjoy!