apache_conf Python IDLE的主题,基于Sublime Text颜色方案Boron by Martin Jagusch

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf Python IDLE的主题,基于Sublime Text颜色方案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 

以上是关于apache_conf Python IDLE的主题,基于Sublime Text颜色方案Boron by Martin Jagusch的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf Python IDLE的主题,基于Sublime Text颜色方案Boron by Martin Jagusch

为啥python没有idle

为啥我的Python 没有 idle?

如何打开python idle

idle如何从三个点变为

python-第二课-用IDLE编写程序