[code]
# Mon Jan 03 21:36:09 CST 2011
# pydev color theme refering gedit default color theme
/instance/org.python.pydev/STRING_COLOR=255,0,255
/instance/org.python.pydev/COMMENT_COLOR=0,0,255
/instance/org.python.pydev/CODE_COLOR=60,60,60
/instance/org.python.pydev/NUMBER_COLOR=255,0,255
/instance/org.python.pydev/DECORATOR_COLOR=60,60,60
/instance/org.python.pydev/STRING_STYLE=0
/instance/org.python.pydev/CLASS_NAME_COLOR=60,60,60
/instance/org.python.pydev/KEYWORD_COLOR=165,42,42
/instance/org.python.pydev/SELF_COLOR=0,138,140
/instance/org.python.pydev/FUNC_NAME_COLOR=60,60,60
/instance/org.python.pydev/SELF_STYLE=0
[/code]
另存为pydev.epf,然后在eclipse里File->Import->Preference导入进来
模仿gedit的默认主题配色
# Mon Jan 03 21:36:09 CST 2011
# pydev color theme refering gedit default color theme
/instance/org.python.pydev/STRING_COLOR=255,0,255
/instance/org.python.pydev/COMMENT_COLOR=0,0,255
/instance/org.python.pydev/CODE_COLOR=60,60,60
/instance/org.python.pydev/NUMBER_COLOR=255,0,255
/instance/org.python.pydev/DECORATOR_COLOR=60,60,60
/instance/org.python.pydev/STRING_STYLE=0
/instance/org.python.pydev/CLASS_NAME_COLOR=60,60,60
/instance/org.python.pydev/KEYWORD_COLOR=165,42,42
/instance/org.python.pydev/SELF_COLOR=0,138,140
/instance/org.python.pydev/FUNC_NAME_COLOR=60,60,60
/instance/org.python.pydev/SELF_STYLE=0
[/code]
另存为pydev.epf,然后在eclipse里File->Import->Preference导入进来
模仿gedit的默认主题配色
本文介绍如何通过保存并导入特定格式的文件来定制Eclipse中PyDev插件的语法高亮颜色主题,以实现类似gedit编辑器的默认主题效果。
4256

被折叠的 条评论
为什么被折叠?



