Show More
@@ -0,0 +1,40 b'' | |||||
|
1 | ||||
|
2 | ||||
|
3 | .cm-s-ipython span.cm-keyword {color: #008000; font-weight: bold;} | |||
|
4 | .cm-s-ipython span.cm-number {color: #000080;} | |||
|
5 | .cm-s-ipython span.cm-operator {color: #AA22FF; font-weight: bold;} | |||
|
6 | .cm-s-ipython span.cm-meta {color: #AA22FF;} | |||
|
7 | .cm-s-ipython span.cm-comment {color: #408080; font-style: italic;} | |||
|
8 | .cm-s-ipython span.cm-string {color: #BA2121;} | |||
|
9 | .cm-s-ipython span.cm-error {color: #f00;} | |||
|
10 | .cm-s-ipython span.cm-builtin {color: #008000;} | |||
|
11 | .cm-s-ipython span.cm-variable {color: #000000;} | |||
|
12 | ||||
|
13 | /* These classes are not currently used in the python.js mode */ | |||
|
14 | ||||
|
15 | /*.cm-s-ipython span.cm-atom {color: #219;}*/ | |||
|
16 | /*.cm-s-ipython span.cm-def {color: #00f;}*/ | |||
|
17 | /*.cm-s-ipython span.cm-variable-2 {color: #05a;}*/ | |||
|
18 | /*.cm-s-ipython span.cm-variable-3 {color: #0a5;}*/ | |||
|
19 | /*.cm-s-ipython span.cm-property {color: black;}*/ | |||
|
20 | /*.cm-s-ipython span.cm-qualifier {color: #555;}*/ | |||
|
21 | /*.cm-s-ipython span.cm-bracket {color: #cc7;}*/ | |||
|
22 | /*.cm-s-ipython span.cm-tag {color: #170;}*/ | |||
|
23 | /*.cm-s-ipython span.cm-attribute {color: #00c;}*/ | |||
|
24 | ||||
|
25 | /* These are the old styles for our pre-themed version */ | |||
|
26 | ||||
|
27 | /*span.py-delimiter {color: #666666;}*/ | |||
|
28 | /*span.py-special {color: #666666;}*/ | |||
|
29 | /*span.py-operator {color: #AA22FF; font-weight: bold;}*/ | |||
|
30 | /*span.py-keyword {color: #008000; font-weight: bold;}*/ | |||
|
31 | /*span.py-number {color: #666666;}*/ | |||
|
32 | /*span.py-identifier {color: #000000;}*/ | |||
|
33 | /*span.py-func {color: #000000;}*/ | |||
|
34 | /*span.py-type {color: #008000;}*/ | |||
|
35 | /*span.py-decorator {color: #AA22FF;}*/ | |||
|
36 | /*span.py-comment {color: #408080; font-style: italic;}*/ | |||
|
37 | /*span.py-string {color: #BA2121;}*/ | |||
|
38 | /*span.py-bytes {color: #BA2121;}*/ | |||
|
39 | /*span.py-raw {color: #BA2121;}*/ | |||
|
40 | /*span.py-unicode {color: #BA2121;}*/ |
General Comments 0
You need to be logged in to leave comments.
Login now