1、keil风格
字体颜色:options -> preferences -> colors -> Default text,黑色
背景颜色:options -> preferences -> colors -> windows background,白色
详细配置:
options ->style properties
comment:RGB(0,127,0);注释
string:RGB(127,0,127);字符串
preprocessor:RGB(127,127,0);预处理
key:RGB(0,0,255);关键字
parentheses:随系统;括号
number:RGB(0,127,127);数字
label:RGB(176,0,64);标签
ref to func:随系统;函数
ref to struct:随系统;结构体
2、sublime text风格