2015年9月20日星期日

Visual Studio theme for code prettifier

I put this code in here just in case somebody might want it.

.com       { color: #008000; }
.str, .tag { color: #A31515; }
.kwd, .atv { color: #0000FF; }
.typ       { color: #2B91AF; }
.lit, .atn { color: #FF0000; }
.pun, .pln { color: #000000; }
.dec       { color: #800080; }
.kwd{
  font-style:italic;
}

没有评论:

发表评论