Line | |
---|
1 | /* Pygments native style */ |
---|
2 | |
---|
3 | code {background-color: #202020; color: #d0d0d0} |
---|
4 | |
---|
5 | code .comment {color: #999; font-style: italic} |
---|
6 | code .comment.preproc {color: #cd2828; font-style: normal; font-weight: bold} |
---|
7 | code .comment.special {color: #e50808; font-style: normal; font-weight: bold; background-color: #520000} |
---|
8 | |
---|
9 | code .keyword {color: #6ab825; font-weight: bold} |
---|
10 | code .keyword.pseudo {font-weight: normal} |
---|
11 | |
---|
12 | code .operator.word {color: #6ab825; font-weight: bold} |
---|
13 | |
---|
14 | code .name.builtin {color: #24909d} |
---|
15 | code .name.function {color: #40ffff} |
---|
16 | code .name.class {color: #447fcf; text-decoration: underline} |
---|
17 | code .name.namespace {color: #447fcf; text-decoration: underline} |
---|
18 | code .name.exception {color: #bbb} |
---|
19 | code .name.variable {color: #40ffff} |
---|
20 | code .name.constant {color: #40ffff} |
---|
21 | code .name.attribute {color: #bbb} |
---|
22 | code .name.tag {color: #6ab825; font-weight: bold} |
---|
23 | code .name.decorator {color: #ffa500} |
---|
24 | |
---|
25 | code .string {color: #ed9d13} |
---|
26 | code .string.other {color: #ffa500} |
---|
27 | |
---|
28 | code .number {color: #3677a9} |
---|
Note: See
TracBrowser
for help on using the repository browser.