diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-04-13 23:11:05 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-04-13 23:11:05 +0200 |
| commit | 341cc4dd9c53ffbfb863e026dd58549c1082c7a7 (patch) | |
| tree | 1bbbed20313bafb9b063b6b4d894fe580d8b000f /framework/vendors/TextHighlighter/Text/sample.css | |
Diffstat (limited to 'framework/vendors/TextHighlighter/Text/sample.css')
| -rw-r--r-- | framework/vendors/TextHighlighter/Text/sample.css | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/framework/vendors/TextHighlighter/Text/sample.css b/framework/vendors/TextHighlighter/Text/sample.css new file mode 100644 index 0000000..6016ca5 --- /dev/null +++ b/framework/vendors/TextHighlighter/Text/sample.css @@ -0,0 +1,57 @@ +.hl-default { + color: Black; +} +.hl-code { + color: Gray; +} +.hl-brackets { + color: Olive; +} +.hl-comment { + color: Orange; +} +.hl-quotes { + color: Darkred; +} +.hl-string { + color: Red; +} +.hl-identifier { + color: Blue; +} +.hl-builtin { + color: Teal; +} +.hl-reserved { + color: Green; +} +.hl-inlinedoc { + color: Blue; +} +.hl-var { + color: Darkblue; +} +.hl-url { + color: Blue; +} +.hl-special { + color: Navy; +} +.hl-number { + color: Maroon; +} +.hl-inlinetags { + color: Blue; +} +.hl-main { + background-color: White; +} +.hl-gutter { + background-color: #999999; + color: White +} +.hl-table { + font-family: courier; + font-size: 12px; + border: solid 1px Lightgrey; +} |
