由于ubuntu12.4不支持自定义主题,没有办法改变系统颜色,故在eclipse中配置:

windows->peferences->General->Editors->Text Editor
Appearance color options:
选择Background color,去掉System default  在color里选择颜色,然后apply 
颜色配置为:204:232:207,眼睛舒服了
调节字体为 Bitstream Charater,这个字体比Ubuntu默认的看起来舒服多了(默认的字体太艺术了),规整

用Advanced Settings工具把系统 字体也全设置成 Bitstream Charater


找了个小巧的文本编辑器 SciTE,主要它有折叠功能,可以把函数折叠起来,故用之,SciTEGlobal.properties配置如下:

if PLAT_GTK
font.base=font:!Bitstream Vera Sans,size:11
font.small=font:!Bitstream Vera Sans,size:9
font.comment=font:!Bitstream Vera Serif,size:10
font.code.comment.box=$(font.comment)
font.code.comment.line=$(font.comment)
font.code.comment.doc=$(font.comment)
font.code.comment.nested=$(font.comment)
font.text=font:!Bitstream Charter,size:11
font.text.comment=font:!Bitstream Charter,size:10
font.embedded.base=font:!Bitstream Charter,size:10
font.embedded.comment=font:!Bitstream Charter,size:10
font.monospace=font:!Bitstream Charter,size:10
font.vbs=font:!Bitstream Charter,size:10

code.page=65001

 

如果要显示行号,设置

line.margin.visible=1。

以下这句是用来改变颜色滴

style.*.32=$(font.base),fore:#000000,back:#CBE8CF

 

主要调节了字体和默认编码为unicode

posted on 2012-06-14 11:53  ventry  阅读(298)  评论(0编辑  收藏  举报