|
|
按照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
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|