szpapas 发表于 2013-10-10 15:50:43

修改Arduino的编辑器的颜色

按照Textmate的配色来的。

修改lib 目录下的theme.txt

# TEXT - KEYWORDS

# e.g abstract, final, private
editor.keyword1.style = #ffd300,plain

# e.g. beginShape, point, line
editor.keyword2.style = #fd9d00,plain

# e.g. byte, char, short, color
editor.keyword3.style = #fd9d00,bold



# TEXT - LITERALS
# constants: e.g. null, true, this, RGB, TWO_PI
editor.literal1.style = #fb628c,plain

# p5 built in variables: e.g. mouseX, width, pixels
editor.literal2.style = #fd9d00,plain



软件-蹄飞 发表于 2013-10-10 17:49:00

这个和在LINUX下改VIM的字体好像
页: [1]
查看完整版本: 修改Arduino的编辑器的颜色