2010-11-01から1日間の記事一覧

シンタックスハイライトの色変更

CSS

とりあえずPython用に色変えてみた。 CSSはこんな感じ。 /* 文字列 */ span.synConstant { color: green; } /* コメント */ span.synComment { color: red; } /* 識別子(変数名とか関数名とか */ span.synIdentifier { color: blue; } /* ステートメント */ …