# font.base=font:Verdana,size:10
#~ font.base=font:微软雅黑,size:10
font.base=font:Consolas,size:11
# font.base=font:Lucida Sans Typewriter,size:11
# font.small=font:Verdana,size:9
font.small=$(font.base),size:10
# font.comment=font:Comic Sans MS,size:10
# font.comment=font:Lucida Sans Unicode,size:10
font.comment=$(font.base),size:9
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.base)
# font.text.comment=font:Verdana,size:10
font.text.comment=$(font.base),size:10
font.embedded.base=$(font.base),size:10
font.embedded.comment=$(font.base),size:10
font.monospace=font:Courier New,size:10
可是这样的效果并非consolas字体,而是Courier New。如此依次尝试Verdana、Lucida Sans Typewriter等均不奏效,设置微软雅黑却能起作用(font.base设置语句有多个,保留一个,其他注释)。这是什么原因?
很喜欢vim下desert配色,但是查看scite配色,多是依靠lua脚本来实现。如果依靠style.*.32、style.*.33、style.*.34等,不能实现吗?因为我一直没找到不依靠脚本而实现配色的配置文件,如果有,请你也共享一下吧。