1.普通修改方法

  1)修改背景色、前景色、嵌入脚本颜色

       菜单tools - preferences - general - colors

       Text:修改前景色和背景色

       Embedded script:修改嵌入脚本颜色

       等等

  2)修改具体文件标记颜色

       菜单tools - preferences - files - settings & syntax

       file types:要应用的文件类型

       Add可以添加文件类型

       settings and syntax - syntax file: 可以选择.stx文件。比如想支持jquery可以下载相应.stx文件(http://www.editplus.com/files.html)

       syntax colors:可以修改不同标记的颜色

2.通过配置文件修改

   EditPlus 3文件夹下editplus_u.ini和setting_u.ini

   editplus_u.ini中修改:

[Colors\Text]
Foreground=16777215
Background=3482641
Default=0
[Colors\Embedded script]
Foreground=65535
Background=16777215
Default=0
[Colors\Active line]
Foreground=12632256
Background=4930087
Default=0
[Colors\Text selection]
Foreground=16777215
Background=12817520
Default=0
[Colors\Line number]
Foreground=12632256
Background=6374943
Default=0
[Colors\Ruler]
Foreground=8388608
Background=14079702
Default=0
[Colors\Cursor indicator]
Foreground=14079702
Background=8388608
Default=0
[Colors\Output window]
Foreground=0
Background=16777215
Default=0
[Colors\Tabs and spaces]
Foreground=12040119
Background=16777215
Default=0
[Colors\Line break]
Foreground=12040119
Background=16777215
Default=0
[Colors\Column marker]
Foreground=14079702
Background=16777215
Default=0
[Colors\Matching Brace]
Foreground=0
Background=16776960
Default=0
[Colors\Folding mark -]
Foreground=12040119
Background=16777215
Default=0
[Colors\Folding mark +]
Foreground=12040119
Background=16777215
Default=0
[Colors]
setting_u.ini中修改
0=16711680
1=255
2=8421376
3=32896
4=128
5=32768
6=32768
7=32768
8=32768
9=16711935
10=16711935
11=8388736
12=8388736
13=8388736
14=8388736
15=8388736
16=8388736

posted on 2011-01-20 00:25  sleep  阅读(851)  评论(0编辑  收藏  举报