jengalas
2/4/2015 - 9:24 PM

Theme for Python IDLE, based on the Sublime Text color scheme Boron by Martin Jagusch

Theme for Python IDLE, based on the Sublime Text color scheme Boron by Martin Jagusch

# config-highlight.cfg

# Place this file inside your .idlerc folder
# or paste its contents inside config-highlight.def
# Adapted from Boron, a color scheme for Sublime Text 
# by Martin Jagusch (https://github.com/mjio/boron.tmtheme) 
 
[boron]
normal-foreground= #E8E8D3
normal-background= #151515
keyword-foreground= #8FBFDC
keyword-background= #151515
builtin-foreground= #FAD07A
builtin-background= #151515
comment-foreground= #888888
comment-background= #151515
string-foreground= #99AD6A
string-background= #151515
definition-foreground= #FAD07A
definition-background= #151515
hilite-foreground= #E8E8D3
hilite-background= gray
break-foreground= black
break-background= #ffff55
hit-foreground= #E8E8D3
hit-background= #151515
error-foreground= #FF5838
error-background= #151515
cursor-foreground= #E8E8D3
stdout-foreground= #B0D0F0
stdout-background= #151515
stderr-foreground= #FF5838
stderr-background= #151515
console-foreground= #888888
console-background= #151515