diff options
Diffstat (limited to '_static/pygments.css')
| -rw-r--r-- | _static/pygments.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_static/pygments.css b/_static/pygments.css index 57eadc0..8213e90 100644 --- a/_static/pygments.css +++ b/_static/pygments.css | |||
| @@ -4,8 +4,10 @@ | |||
| 4 | .highlight .err { border: 1px solid #FF0000 } /* Error */ | 4 | .highlight .err { border: 1px solid #FF0000 } /* Error */ |
| 5 | .highlight .k { color: #007020; font-weight: bold } /* Keyword */ | 5 | .highlight .k { color: #007020; font-weight: bold } /* Keyword */ |
| 6 | .highlight .o { color: #666666 } /* Operator */ | 6 | .highlight .o { color: #666666 } /* Operator */ |
| 7 | .highlight .ch { color: #408090; font-style: italic } /* Comment.Hashbang */ | ||
| 7 | .highlight .cm { color: #408090; font-style: italic } /* Comment.Multiline */ | 8 | .highlight .cm { color: #408090; font-style: italic } /* Comment.Multiline */ |
| 8 | .highlight .cp { color: #007020 } /* Comment.Preproc */ | 9 | .highlight .cp { color: #007020 } /* Comment.Preproc */ |
| 10 | .highlight .cpf { color: #408090; font-style: italic } /* Comment.PreprocFile */ | ||
| 9 | .highlight .c1 { color: #408090; font-style: italic } /* Comment.Single */ | 11 | .highlight .c1 { color: #408090; font-style: italic } /* Comment.Single */ |
| 10 | .highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */ | 12 | .highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */ |
| 11 | .highlight .gd { color: #A00000 } /* Generic.Deleted */ | 13 | .highlight .gd { color: #A00000 } /* Generic.Deleted */ |