diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-08-07 01:02:15 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-08-07 01:02:15 +0200 |
commit | 2f8e0832796ad9e7f64e9b4e6dbe40f995b3a76d (patch) | |
tree | 792b31c1a38ee279995126cdbabf897bf2abb367 | |
parent | 835ac6f3a62c9b7926f7b4ee240771b7b612e29e (diff) |
paste.css: add 4 new colors
Signed-off-by: Florian Pritz <bluewind@xssn.at>
-rw-r--r-- | data/paste.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/paste.css b/data/paste.css index 013a2083f..413c916cc 100644 --- a/data/paste.css +++ b/data/paste.css @@ -86,3 +86,7 @@ table.content .kwb { color:#830000; } table.content .kwc { color:#000000; font-weight:bold; } table.content .kwd { color:#010181; } table.content .kwe { color:#008200; } +table.content .pps { color:#818100; } +table.content .ppc { color:#008200; } +table.content .opt { color:#000000; } +table.content .lin { color:#555555; } |