hashup 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +20 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +45 -0
- data/Rakefile +5 -0
- data/bin/hashup +4 -0
- data/hashup.gemspec +28 -0
- data/lib/hashup.rb +14 -0
- data/lib/hashup/configuration.rb +26 -0
- data/lib/hashup/generator.rb +103 -0
- data/lib/hashup/post.rb +22 -0
- data/lib/hashup/site.rb +74 -0
- data/lib/hashup/templates/config.yml +8 -0
- data/lib/hashup/templates/contents/_pages/about.ma +7 -0
- data/lib/hashup/templates/contents/_posts/markascend.ma +54 -0
- data/lib/hashup/templates/contents/data.yml +9 -0
- data/lib/hashup/templates/themes/_layout/_footer.slim +11 -0
- data/lib/hashup/templates/themes/_layout/_header.slim +12 -0
- data/lib/hashup/templates/themes/_layout/_layout.slim +5 -0
- data/lib/hashup/templates/themes/_layout/_nav.slim +7 -0
- data/lib/hashup/templates/themes/assets/flat-ui/_config.sass +16 -0
- data/lib/hashup/templates/themes/assets/flat-ui/_icon-font-24.sass +91 -0
- data/lib/hashup/templates/themes/assets/flat-ui/_icon-font.sass +91 -0
- data/lib/hashup/templates/themes/assets/flat-ui/_mixins.sass +96 -0
- data/lib/hashup/templates/themes/assets/flat-ui/_spaces.sass +129 -0
- data/lib/hashup/templates/themes/assets/flat-ui/flat-ui.sass +39 -0
- data/lib/hashup/templates/themes/assets/flat-ui/modules/_btn.sass +73 -0
- data/lib/hashup/templates/themes/assets/flat-ui/modules/_checkbox-and-radio.sass +86 -0
- data/lib/hashup/templates/themes/assets/flat-ui/modules/_demo.sass +228 -0
- data/lib/hashup/templates/themes/assets/flat-ui/modules/_footer.sass +57 -0
- data/lib/hashup/templates/themes/assets/flat-ui/modules/_input.sass +66 -0
- data/lib/hashup/templates/themes/assets/flat-ui/modules/_login.sass +95 -0
- data/lib/hashup/templates/themes/assets/flat-ui/modules/_navbar.sass +152 -0
- data/lib/hashup/templates/themes/assets/flat-ui/modules/_pager.sass +56 -0
- data/lib/hashup/templates/themes/assets/flat-ui/modules/_pagination.sass +75 -0
- data/lib/hashup/templates/themes/assets/flat-ui/modules/_palette.sass +88 -0
- data/lib/hashup/templates/themes/assets/flat-ui/modules/_progress.sass +29 -0
- data/lib/hashup/templates/themes/assets/flat-ui/modules/_select.sass +163 -0
- data/lib/hashup/templates/themes/assets/flat-ui/modules/_share.sass +34 -0
- data/lib/hashup/templates/themes/assets/flat-ui/modules/_tagsinput.sass +91 -0
- data/lib/hashup/templates/themes/assets/flat-ui/modules/_tile.sass +42 -0
- data/lib/hashup/templates/themes/assets/flat-ui/modules/_todo.sass +77 -0
- data/lib/hashup/templates/themes/assets/flat-ui/modules/_toggle.sass +85 -0
- data/lib/hashup/templates/themes/assets/flat-ui/modules/_tooltip.sass +45 -0
- data/lib/hashup/templates/themes/assets/flat-ui/modules/_type.sass +43 -0
- data/lib/hashup/templates/themes/assets/flat-ui/modules/_ui-slider.sass +44 -0
- data/lib/hashup/templates/themes/assets/flat-ui/modules/_video.sass +358 -0
- data/lib/hashup/templates/themes/index.slim +9 -0
- data/lib/hashup/templates/themes/post.slim +3 -0
- data/lib/hashup/templates/themes/static/css/bootstrap.css +6039 -0
- data/lib/hashup/templates/themes/static/css/custom.css +11 -0
- data/lib/hashup/templates/themes/static/css/flat-ui.css +2533 -0
- data/lib/hashup/templates/themes/static/fonts/Flat-UI-Icons-16.dev.svg +112 -0
- data/lib/hashup/templates/themes/static/fonts/Flat-UI-Icons-16.eot +0 -0
- data/lib/hashup/templates/themes/static/fonts/Flat-UI-Icons-16.svg +112 -0
- data/lib/hashup/templates/themes/static/fonts/Flat-UI-Icons-16.ttf +0 -0
- data/lib/hashup/templates/themes/static/fonts/Flat-UI-Icons-16.woff +0 -0
- data/lib/hashup/templates/themes/static/fonts/Flat-UI-Icons-24.dev.svg +111 -0
- data/lib/hashup/templates/themes/static/fonts/Flat-UI-Icons-24.eot +0 -0
- data/lib/hashup/templates/themes/static/fonts/Flat-UI-Icons-24.svg +111 -0
- data/lib/hashup/templates/themes/static/fonts/Flat-UI-Icons-24.ttf +0 -0
- data/lib/hashup/templates/themes/static/fonts/Flat-UI-Icons-24.woff +0 -0
- data/lib/hashup/templates/themes/static/images/checkbox-2x.png +0 -0
- data/lib/hashup/templates/themes/static/images/checkbox.png +0 -0
- data/lib/hashup/templates/themes/static/images/demo/browser-2x.png +0 -0
- data/lib/hashup/templates/themes/static/images/demo/browser-author.jpg +0 -0
- data/lib/hashup/templates/themes/static/images/demo/browser-pic-1.jpg +0 -0
- data/lib/hashup/templates/themes/static/images/demo/browser-pic-2.jpg +0 -0
- data/lib/hashup/templates/themes/static/images/demo/browser-pic-3.jpg +0 -0
- data/lib/hashup/templates/themes/static/images/demo/browser-pic-4.jpg +0 -0
- data/lib/hashup/templates/themes/static/images/demo/browser-pic-5.jpg +0 -0
- data/lib/hashup/templates/themes/static/images/demo/browser-pic-6.jpg +0 -0
- data/lib/hashup/templates/themes/static/images/demo/browser.png +0 -0
- data/lib/hashup/templates/themes/static/images/demo/html-icon.png +0 -0
- data/lib/hashup/templates/themes/static/images/demo/logo-mask-2x.png +0 -0
- data/lib/hashup/templates/themes/static/images/demo/logo-mask.png +0 -0
- data/lib/hashup/templates/themes/static/images/demo/video.jpg +0 -0
- data/lib/hashup/templates/themes/static/images/favicon.ico +0 -0
- data/lib/hashup/templates/themes/static/images/footer/logo.png +0 -0
- data/lib/hashup/templates/themes/static/images/illustrations/bag.png +0 -0
- data/lib/hashup/templates/themes/static/images/illustrations/book.png +0 -0
- data/lib/hashup/templates/themes/static/images/illustrations/calendar.png +0 -0
- data/lib/hashup/templates/themes/static/images/illustrations/clipboard.png +0 -0
- data/lib/hashup/templates/themes/static/images/illustrations/colors.png +0 -0
- data/lib/hashup/templates/themes/static/images/illustrations/compass.png +0 -0
- data/lib/hashup/templates/themes/static/images/illustrations/gift.png +0 -0
- data/lib/hashup/templates/themes/static/images/illustrations/infinity.png +0 -0
- data/lib/hashup/templates/themes/static/images/illustrations/mail.png +0 -0
- data/lib/hashup/templates/themes/static/images/illustrations/map.png +0 -0
- data/lib/hashup/templates/themes/static/images/illustrations/paper.png +0 -0
- data/lib/hashup/templates/themes/static/images/illustrations/retina.png +0 -0
- data/lib/hashup/templates/themes/static/images/illustrations/share.png +0 -0
- data/lib/hashup/templates/themes/static/images/illustrations/time.png +0 -0
- data/lib/hashup/templates/themes/static/images/login/icon.png +0 -0
- data/lib/hashup/templates/themes/static/images/login/imac-2x.png +0 -0
- data/lib/hashup/templates/themes/static/images/login/imac.png +0 -0
- data/lib/hashup/templates/themes/static/images/pager/next.png +0 -0
- data/lib/hashup/templates/themes/static/images/pager/previous.png +0 -0
- data/lib/hashup/templates/themes/static/images/radio-2x.png +0 -0
- data/lib/hashup/templates/themes/static/images/radio.png +0 -0
- data/lib/hashup/templates/themes/static/images/select/toggle.png +0 -0
- data/lib/hashup/templates/themes/static/images/tile/ribbon-2x.png +0 -0
- data/lib/hashup/templates/themes/static/images/tile/ribbon.png +0 -0
- data/lib/hashup/templates/themes/static/images/todo/done-2x.png +0 -0
- data/lib/hashup/templates/themes/static/images/todo/done.png +0 -0
- data/lib/hashup/templates/themes/static/images/todo/search-2x.png +0 -0
- data/lib/hashup/templates/themes/static/images/todo/search.png +0 -0
- data/lib/hashup/templates/themes/static/images/todo/todo-2x.png +0 -0
- data/lib/hashup/templates/themes/static/images/todo/todo.png +0 -0
- data/lib/hashup/templates/themes/static/images/toggle/block-off.png +0 -0
- data/lib/hashup/templates/themes/static/images/toggle/block-on.png +0 -0
- data/lib/hashup/templates/themes/static/images/toggle/icon-off-2x.png +0 -0
- data/lib/hashup/templates/themes/static/images/toggle/icon-off.png +0 -0
- data/lib/hashup/templates/themes/static/images/toggle/icon-on-2x.png +0 -0
- data/lib/hashup/templates/themes/static/images/toggle/icon-on.png +0 -0
- data/lib/hashup/templates/themes/static/images/video/fullscreen-2x.png +0 -0
- data/lib/hashup/templates/themes/static/images/video/fullscreen.png +0 -0
- data/lib/hashup/templates/themes/static/images/video/pause-2x.png +0 -0
- data/lib/hashup/templates/themes/static/images/video/pause.png +0 -0
- data/lib/hashup/templates/themes/static/images/video/play-2x.png +0 -0
- data/lib/hashup/templates/themes/static/images/video/play.png +0 -0
- data/lib/hashup/templates/themes/static/images/video/poster.jpg +0 -0
- data/lib/hashup/templates/themes/static/images/video/volume-full-2x.png +0 -0
- data/lib/hashup/templates/themes/static/images/video/volume-full.png +0 -0
- data/lib/hashup/templates/themes/static/images/video/volume-off-2x.png +0 -0
- data/lib/hashup/templates/themes/static/images/video/volume-off.png +0 -0
- data/lib/hashup/templates/themes/static/js/application.js +51 -0
- data/lib/hashup/templates/themes/static/js/bootstrap-tooltip.js +353 -0
- data/lib/hashup/templates/themes/static/js/custom_checkbox_and_radio.js +53 -0
- data/lib/hashup/templates/themes/static/js/custom_radio.js +28 -0
- data/lib/hashup/templates/themes/static/js/html5shiv.js +8 -0
- data/lib/hashup/templates/themes/static/js/icon-font-ie7.js +44 -0
- data/lib/hashup/templates/themes/static/js/jquery-1.8.2.min.js +2 -0
- data/lib/hashup/templates/themes/static/js/jquery-ui-1.10.0.custom.min.js +6 -0
- data/lib/hashup/templates/themes/static/js/jquery.dropkick-1.0.0.js +400 -0
- data/lib/hashup/templates/themes/static/js/jquery.placeholder.js +157 -0
- data/lib/hashup/templates/themes/static/js/jquery.tagsinput.js +354 -0
- data/lib/hashup/templates/themes/static/js/lte-ie7-24.js +44 -0
- data/lib/hashup/templates/themes/static/pygments-css/README.rst +27 -0
- data/lib/hashup/templates/themes/static/pygments-css/autumn.css +58 -0
- data/lib/hashup/templates/themes/static/pygments-css/borland.css +46 -0
- data/lib/hashup/templates/themes/static/pygments-css/bw.css +34 -0
- data/lib/hashup/templates/themes/static/pygments-css/colorful.css +61 -0
- data/lib/hashup/templates/themes/static/pygments-css/default.css +62 -0
- data/lib/hashup/templates/themes/static/pygments-css/emacs.css +61 -0
- data/lib/hashup/templates/themes/static/pygments-css/friendly.css +61 -0
- data/lib/hashup/templates/themes/static/pygments-css/fruity.css +69 -0
- data/lib/hashup/templates/themes/static/pygments-css/github.css +61 -0
- data/lib/hashup/templates/themes/static/pygments-css/manni.css +61 -0
- data/lib/hashup/templates/themes/static/pygments-css/monokai.css +59 -0
- data/lib/hashup/templates/themes/static/pygments-css/murphy.css +61 -0
- data/lib/hashup/templates/themes/static/pygments-css/native.css +69 -0
- data/lib/hashup/templates/themes/static/pygments-css/pastie.css +60 -0
- data/lib/hashup/templates/themes/static/pygments-css/perldoc.css +58 -0
- data/lib/hashup/templates/themes/static/pygments-css/tango.css +69 -0
- data/lib/hashup/templates/themes/static/pygments-css/trac.css +59 -0
- data/lib/hashup/templates/themes/static/pygments-css/vim.css +69 -0
- data/lib/hashup/templates/themes/static/pygments-css/vs.css +33 -0
- data/lib/hashup/templates/themes/static/pygments-css/zenburn.css +1 -0
- data/lib/hashup/templates/themes/stylesheets/style.css +0 -0
- data/lib/hashup/version.rb +3 -0
- data/spec/generator_spec.rb +11 -0
- data/spec/hashup_spec.rb +12 -0
- data/spec/spec_helper.rb +9 -0
- metadata +310 -0
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/* Use this script if you need to support IE 7 and IE 6. */
|
|
2
|
+
|
|
3
|
+
window.onload = function() {
|
|
4
|
+
function addIcon(el, entity) {
|
|
5
|
+
var html = el.innerHTML;
|
|
6
|
+
el.innerHTML = '<span style="font-family: \'Flat-UI-Icons-24\'">' + entity + '</span>' + html;
|
|
7
|
+
}
|
|
8
|
+
var icons = {
|
|
9
|
+
'fui-video-24' : '',
|
|
10
|
+
'fui-time-24' : '',
|
|
11
|
+
'fui-settings-24' : '',
|
|
12
|
+
'fui-plus-24' : '',
|
|
13
|
+
'fui-new-24' : '',
|
|
14
|
+
'fui-menu-24' : '',
|
|
15
|
+
'fui-man-24' : '',
|
|
16
|
+
'fui-mail-24' : '',
|
|
17
|
+
'fui-lock-24' : '',
|
|
18
|
+
'fui-location-24' : '',
|
|
19
|
+
'fui-heart-24' : '',
|
|
20
|
+
'fui-eye-24' : '',
|
|
21
|
+
'fui-cross-24' : '',
|
|
22
|
+
'fui-cmd-24' : '',
|
|
23
|
+
'fui-checkround-24' : '',
|
|
24
|
+
'fui-checkmark-24' : '',
|
|
25
|
+
'fui-calendar-24' : '',
|
|
26
|
+
'fui-bubble-24' : '',
|
|
27
|
+
'fui-volume-24' : '',
|
|
28
|
+
'fui-camera-24' : ''
|
|
29
|
+
},
|
|
30
|
+
els = document.getElementsByTagName('*'),
|
|
31
|
+
i, attr, html, c, el;
|
|
32
|
+
for (i = 0; i < els.length; i += 1) {
|
|
33
|
+
el = els[i];
|
|
34
|
+
attr = el.getAttribute('data-icon');
|
|
35
|
+
if (attr) {
|
|
36
|
+
addIcon(el, attr);
|
|
37
|
+
}
|
|
38
|
+
c = el.className;
|
|
39
|
+
c = c.match(/fui-[^\s'"]+/);
|
|
40
|
+
if (c && icons[c[0]]) {
|
|
41
|
+
addIcon(el, icons[c[0]]);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
pygments-css
|
|
2
|
+
============
|
|
3
|
+
|
|
4
|
+
Pygments_, a Python-based code highlighting tool, comes with a set of builtin styles_ (not css files) for code highlighting. You have to generate a CSS file using the command line. I just figured I'd save someone this work in the future and generate all the CSS files based on the Pygments builtins.
|
|
5
|
+
|
|
6
|
+
Pretty simple stuff here. These css files were generated using pygmentize
|
|
7
|
+
on the command line like so::
|
|
8
|
+
|
|
9
|
+
pygmentize -S default -f html > default.css
|
|
10
|
+
|
|
11
|
+
I'm using a combination of Pygments and Markdown on a django project that has a model with the following save method::
|
|
12
|
+
|
|
13
|
+
def save(self):
|
|
14
|
+
self.html = markdown(self.body, 'codehilite')
|
|
15
|
+
super(Entry, self).save()
|
|
16
|
+
|
|
17
|
+
That's why the CSS styles all have .codehilite in front of them. You should change the .codehilite to work with the style name that you use for your Pygments HTML output.
|
|
18
|
+
|
|
19
|
+
.. _Pygments: http://pygments.org
|
|
20
|
+
.. _styles: http://dev.pocoo.org/projects/pygments/browser/pygments/styles
|
|
21
|
+
|
|
22
|
+
Theme previews
|
|
23
|
+
--------------
|
|
24
|
+
|
|
25
|
+
To preview the various themes, check out http://igniteflow.com/pygments/themes/ from igniteflow_.
|
|
26
|
+
|
|
27
|
+
.. _igniteflow: https://github.com/igniteflow
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
.codehilite .hll { background-color: #ffffcc }
|
|
2
|
+
.codehilite .c { color: #aaaaaa; font-style: italic } /* Comment */
|
|
3
|
+
.codehilite .err { color: #F00000; background-color: #F0A0A0 } /* Error */
|
|
4
|
+
.codehilite .k { color: #0000aa } /* Keyword */
|
|
5
|
+
.codehilite .cm { color: #aaaaaa; font-style: italic } /* Comment.Multiline */
|
|
6
|
+
.codehilite .cp { color: #4c8317 } /* Comment.Preproc */
|
|
7
|
+
.codehilite .c1 { color: #aaaaaa; font-style: italic } /* Comment.Single */
|
|
8
|
+
.codehilite .cs { color: #0000aa; font-style: italic } /* Comment.Special */
|
|
9
|
+
.codehilite .gd { color: #aa0000 } /* Generic.Deleted */
|
|
10
|
+
.codehilite .ge { font-style: italic } /* Generic.Emph */
|
|
11
|
+
.codehilite .gr { color: #aa0000 } /* Generic.Error */
|
|
12
|
+
.codehilite .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
|
13
|
+
.codehilite .gi { color: #00aa00 } /* Generic.Inserted */
|
|
14
|
+
.codehilite .go { color: #888888 } /* Generic.Output */
|
|
15
|
+
.codehilite .gp { color: #555555 } /* Generic.Prompt */
|
|
16
|
+
.codehilite .gs { font-weight: bold } /* Generic.Strong */
|
|
17
|
+
.codehilite .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
|
18
|
+
.codehilite .gt { color: #aa0000 } /* Generic.Traceback */
|
|
19
|
+
.codehilite .kc { color: #0000aa } /* Keyword.Constant */
|
|
20
|
+
.codehilite .kd { color: #0000aa } /* Keyword.Declaration */
|
|
21
|
+
.codehilite .kn { color: #0000aa } /* Keyword.Namespace */
|
|
22
|
+
.codehilite .kp { color: #0000aa } /* Keyword.Pseudo */
|
|
23
|
+
.codehilite .kr { color: #0000aa } /* Keyword.Reserved */
|
|
24
|
+
.codehilite .kt { color: #00aaaa } /* Keyword.Type */
|
|
25
|
+
.codehilite .m { color: #009999 } /* Literal.Number */
|
|
26
|
+
.codehilite .s { color: #aa5500 } /* Literal.String */
|
|
27
|
+
.codehilite .na { color: #1e90ff } /* Name.Attribute */
|
|
28
|
+
.codehilite .nb { color: #00aaaa } /* Name.Builtin */
|
|
29
|
+
.codehilite .nc { color: #00aa00; text-decoration: underline } /* Name.Class */
|
|
30
|
+
.codehilite .no { color: #aa0000 } /* Name.Constant */
|
|
31
|
+
.codehilite .nd { color: #888888 } /* Name.Decorator */
|
|
32
|
+
.codehilite .ni { color: #800000; font-weight: bold } /* Name.Entity */
|
|
33
|
+
.codehilite .nf { color: #00aa00 } /* Name.Function */
|
|
34
|
+
.codehilite .nn { color: #00aaaa; text-decoration: underline } /* Name.Namespace */
|
|
35
|
+
.codehilite .nt { color: #1e90ff; font-weight: bold } /* Name.Tag */
|
|
36
|
+
.codehilite .nv { color: #aa0000 } /* Name.Variable */
|
|
37
|
+
.codehilite .ow { color: #0000aa } /* Operator.Word */
|
|
38
|
+
.codehilite .w { color: #bbbbbb } /* Text.Whitespace */
|
|
39
|
+
.codehilite .mf { color: #009999 } /* Literal.Number.Float */
|
|
40
|
+
.codehilite .mh { color: #009999 } /* Literal.Number.Hex */
|
|
41
|
+
.codehilite .mi { color: #009999 } /* Literal.Number.Integer */
|
|
42
|
+
.codehilite .mo { color: #009999 } /* Literal.Number.Oct */
|
|
43
|
+
.codehilite .sb { color: #aa5500 } /* Literal.String.Backtick */
|
|
44
|
+
.codehilite .sc { color: #aa5500 } /* Literal.String.Char */
|
|
45
|
+
.codehilite .sd { color: #aa5500 } /* Literal.String.Doc */
|
|
46
|
+
.codehilite .s2 { color: #aa5500 } /* Literal.String.Double */
|
|
47
|
+
.codehilite .se { color: #aa5500 } /* Literal.String.Escape */
|
|
48
|
+
.codehilite .sh { color: #aa5500 } /* Literal.String.Heredoc */
|
|
49
|
+
.codehilite .si { color: #aa5500 } /* Literal.String.Interpol */
|
|
50
|
+
.codehilite .sx { color: #aa5500 } /* Literal.String.Other */
|
|
51
|
+
.codehilite .sr { color: #009999 } /* Literal.String.Regex */
|
|
52
|
+
.codehilite .s1 { color: #aa5500 } /* Literal.String.Single */
|
|
53
|
+
.codehilite .ss { color: #0000aa } /* Literal.String.Symbol */
|
|
54
|
+
.codehilite .bp { color: #00aaaa } /* Name.Builtin.Pseudo */
|
|
55
|
+
.codehilite .vc { color: #aa0000 } /* Name.Variable.Class */
|
|
56
|
+
.codehilite .vg { color: #aa0000 } /* Name.Variable.Global */
|
|
57
|
+
.codehilite .vi { color: #aa0000 } /* Name.Variable.Instance */
|
|
58
|
+
.codehilite .il { color: #009999 } /* Literal.Number.Integer.Long */
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
.codehilite .hll { background-color: #ffffcc }
|
|
2
|
+
.codehilite .c { color: #008800; font-style: italic } /* Comment */
|
|
3
|
+
.codehilite .err { color: #a61717; background-color: #e3d2d2 } /* Error */
|
|
4
|
+
.codehilite .k { color: #000080; font-weight: bold } /* Keyword */
|
|
5
|
+
.codehilite .cm { color: #008800; font-style: italic } /* Comment.Multiline */
|
|
6
|
+
.codehilite .cp { color: #008080 } /* Comment.Preproc */
|
|
7
|
+
.codehilite .c1 { color: #008800; font-style: italic } /* Comment.Single */
|
|
8
|
+
.codehilite .cs { color: #008800; font-weight: bold } /* Comment.Special */
|
|
9
|
+
.codehilite .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
|
|
10
|
+
.codehilite .ge { font-style: italic } /* Generic.Emph */
|
|
11
|
+
.codehilite .gr { color: #aa0000 } /* Generic.Error */
|
|
12
|
+
.codehilite .gh { color: #999999 } /* Generic.Heading */
|
|
13
|
+
.codehilite .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
|
|
14
|
+
.codehilite .go { color: #888888 } /* Generic.Output */
|
|
15
|
+
.codehilite .gp { color: #555555 } /* Generic.Prompt */
|
|
16
|
+
.codehilite .gs { font-weight: bold } /* Generic.Strong */
|
|
17
|
+
.codehilite .gu { color: #aaaaaa } /* Generic.Subheading */
|
|
18
|
+
.codehilite .gt { color: #aa0000 } /* Generic.Traceback */
|
|
19
|
+
.codehilite .kc { color: #000080; font-weight: bold } /* Keyword.Constant */
|
|
20
|
+
.codehilite .kd { color: #000080; font-weight: bold } /* Keyword.Declaration */
|
|
21
|
+
.codehilite .kn { color: #000080; font-weight: bold } /* Keyword.Namespace */
|
|
22
|
+
.codehilite .kp { color: #000080; font-weight: bold } /* Keyword.Pseudo */
|
|
23
|
+
.codehilite .kr { color: #000080; font-weight: bold } /* Keyword.Reserved */
|
|
24
|
+
.codehilite .kt { color: #000080; font-weight: bold } /* Keyword.Type */
|
|
25
|
+
.codehilite .m { color: #0000FF } /* Literal.Number */
|
|
26
|
+
.codehilite .s { color: #0000FF } /* Literal.String */
|
|
27
|
+
.codehilite .na { color: #FF0000 } /* Name.Attribute */
|
|
28
|
+
.codehilite .nt { color: #000080; font-weight: bold } /* Name.Tag */
|
|
29
|
+
.codehilite .ow { font-weight: bold } /* Operator.Word */
|
|
30
|
+
.codehilite .w { color: #bbbbbb } /* Text.Whitespace */
|
|
31
|
+
.codehilite .mf { color: #0000FF } /* Literal.Number.Float */
|
|
32
|
+
.codehilite .mh { color: #0000FF } /* Literal.Number.Hex */
|
|
33
|
+
.codehilite .mi { color: #0000FF } /* Literal.Number.Integer */
|
|
34
|
+
.codehilite .mo { color: #0000FF } /* Literal.Number.Oct */
|
|
35
|
+
.codehilite .sb { color: #0000FF } /* Literal.String.Backtick */
|
|
36
|
+
.codehilite .sc { color: #800080 } /* Literal.String.Char */
|
|
37
|
+
.codehilite .sd { color: #0000FF } /* Literal.String.Doc */
|
|
38
|
+
.codehilite .s2 { color: #0000FF } /* Literal.String.Double */
|
|
39
|
+
.codehilite .se { color: #0000FF } /* Literal.String.Escape */
|
|
40
|
+
.codehilite .sh { color: #0000FF } /* Literal.String.Heredoc */
|
|
41
|
+
.codehilite .si { color: #0000FF } /* Literal.String.Interpol */
|
|
42
|
+
.codehilite .sx { color: #0000FF } /* Literal.String.Other */
|
|
43
|
+
.codehilite .sr { color: #0000FF } /* Literal.String.Regex */
|
|
44
|
+
.codehilite .s1 { color: #0000FF } /* Literal.String.Single */
|
|
45
|
+
.codehilite .ss { color: #0000FF } /* Literal.String.Symbol */
|
|
46
|
+
.codehilite .il { color: #0000FF } /* Literal.Number.Integer.Long */
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
.codehilite .hll { background-color: #ffffcc }
|
|
2
|
+
.codehilite .c { font-style: italic } /* Comment */
|
|
3
|
+
.codehilite .err { border: 1px solid #FF0000 } /* Error */
|
|
4
|
+
.codehilite .k { font-weight: bold } /* Keyword */
|
|
5
|
+
.codehilite .cm { font-style: italic } /* Comment.Multiline */
|
|
6
|
+
.codehilite .c1 { font-style: italic } /* Comment.Single */
|
|
7
|
+
.codehilite .cs { font-style: italic } /* Comment.Special */
|
|
8
|
+
.codehilite .ge { font-style: italic } /* Generic.Emph */
|
|
9
|
+
.codehilite .gh { font-weight: bold } /* Generic.Heading */
|
|
10
|
+
.codehilite .gp { font-weight: bold } /* Generic.Prompt */
|
|
11
|
+
.codehilite .gs { font-weight: bold } /* Generic.Strong */
|
|
12
|
+
.codehilite .gu { font-weight: bold } /* Generic.Subheading */
|
|
13
|
+
.codehilite .kc { font-weight: bold } /* Keyword.Constant */
|
|
14
|
+
.codehilite .kd { font-weight: bold } /* Keyword.Declaration */
|
|
15
|
+
.codehilite .kn { font-weight: bold } /* Keyword.Namespace */
|
|
16
|
+
.codehilite .kr { font-weight: bold } /* Keyword.Reserved */
|
|
17
|
+
.codehilite .s { font-style: italic } /* Literal.String */
|
|
18
|
+
.codehilite .nc { font-weight: bold } /* Name.Class */
|
|
19
|
+
.codehilite .ni { font-weight: bold } /* Name.Entity */
|
|
20
|
+
.codehilite .ne { font-weight: bold } /* Name.Exception */
|
|
21
|
+
.codehilite .nn { font-weight: bold } /* Name.Namespace */
|
|
22
|
+
.codehilite .nt { font-weight: bold } /* Name.Tag */
|
|
23
|
+
.codehilite .ow { font-weight: bold } /* Operator.Word */
|
|
24
|
+
.codehilite .sb { font-style: italic } /* Literal.String.Backtick */
|
|
25
|
+
.codehilite .sc { font-style: italic } /* Literal.String.Char */
|
|
26
|
+
.codehilite .sd { font-style: italic } /* Literal.String.Doc */
|
|
27
|
+
.codehilite .s2 { font-style: italic } /* Literal.String.Double */
|
|
28
|
+
.codehilite .se { font-weight: bold; font-style: italic } /* Literal.String.Escape */
|
|
29
|
+
.codehilite .sh { font-style: italic } /* Literal.String.Heredoc */
|
|
30
|
+
.codehilite .si { font-weight: bold; font-style: italic } /* Literal.String.Interpol */
|
|
31
|
+
.codehilite .sx { font-style: italic } /* Literal.String.Other */
|
|
32
|
+
.codehilite .sr { font-style: italic } /* Literal.String.Regex */
|
|
33
|
+
.codehilite .s1 { font-style: italic } /* Literal.String.Single */
|
|
34
|
+
.codehilite .ss { font-style: italic } /* Literal.String.Symbol */
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
.codehilite .hll { background-color: #ffffcc }
|
|
2
|
+
.codehilite .c { color: #808080 } /* Comment */
|
|
3
|
+
.codehilite .err { color: #F00000; background-color: #F0A0A0 } /* Error */
|
|
4
|
+
.codehilite .k { color: #008000; font-weight: bold } /* Keyword */
|
|
5
|
+
.codehilite .o { color: #303030 } /* Operator */
|
|
6
|
+
.codehilite .cm { color: #808080 } /* Comment.Multiline */
|
|
7
|
+
.codehilite .cp { color: #507090 } /* Comment.Preproc */
|
|
8
|
+
.codehilite .c1 { color: #808080 } /* Comment.Single */
|
|
9
|
+
.codehilite .cs { color: #cc0000; font-weight: bold } /* Comment.Special */
|
|
10
|
+
.codehilite .gd { color: #A00000 } /* Generic.Deleted */
|
|
11
|
+
.codehilite .ge { font-style: italic } /* Generic.Emph */
|
|
12
|
+
.codehilite .gr { color: #FF0000 } /* Generic.Error */
|
|
13
|
+
.codehilite .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
|
14
|
+
.codehilite .gi { color: #00A000 } /* Generic.Inserted */
|
|
15
|
+
.codehilite .go { color: #808080 } /* Generic.Output */
|
|
16
|
+
.codehilite .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
|
|
17
|
+
.codehilite .gs { font-weight: bold } /* Generic.Strong */
|
|
18
|
+
.codehilite .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
|
19
|
+
.codehilite .gt { color: #0040D0 } /* Generic.Traceback */
|
|
20
|
+
.codehilite .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
|
|
21
|
+
.codehilite .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
|
|
22
|
+
.codehilite .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
|
|
23
|
+
.codehilite .kp { color: #003080; font-weight: bold } /* Keyword.Pseudo */
|
|
24
|
+
.codehilite .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
|
|
25
|
+
.codehilite .kt { color: #303090; font-weight: bold } /* Keyword.Type */
|
|
26
|
+
.codehilite .m { color: #6000E0; font-weight: bold } /* Literal.Number */
|
|
27
|
+
.codehilite .s { background-color: #fff0f0 } /* Literal.String */
|
|
28
|
+
.codehilite .na { color: #0000C0 } /* Name.Attribute */
|
|
29
|
+
.codehilite .nb { color: #007020 } /* Name.Builtin */
|
|
30
|
+
.codehilite .nc { color: #B00060; font-weight: bold } /* Name.Class */
|
|
31
|
+
.codehilite .no { color: #003060; font-weight: bold } /* Name.Constant */
|
|
32
|
+
.codehilite .nd { color: #505050; font-weight: bold } /* Name.Decorator */
|
|
33
|
+
.codehilite .ni { color: #800000; font-weight: bold } /* Name.Entity */
|
|
34
|
+
.codehilite .ne { color: #F00000; font-weight: bold } /* Name.Exception */
|
|
35
|
+
.codehilite .nf { color: #0060B0; font-weight: bold } /* Name.Function */
|
|
36
|
+
.codehilite .nl { color: #907000; font-weight: bold } /* Name.Label */
|
|
37
|
+
.codehilite .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
|
|
38
|
+
.codehilite .nt { color: #007000 } /* Name.Tag */
|
|
39
|
+
.codehilite .nv { color: #906030 } /* Name.Variable */
|
|
40
|
+
.codehilite .ow { color: #000000; font-weight: bold } /* Operator.Word */
|
|
41
|
+
.codehilite .w { color: #bbbbbb } /* Text.Whitespace */
|
|
42
|
+
.codehilite .mf { color: #6000E0; font-weight: bold } /* Literal.Number.Float */
|
|
43
|
+
.codehilite .mh { color: #005080; font-weight: bold } /* Literal.Number.Hex */
|
|
44
|
+
.codehilite .mi { color: #0000D0; font-weight: bold } /* Literal.Number.Integer */
|
|
45
|
+
.codehilite .mo { color: #4000E0; font-weight: bold } /* Literal.Number.Oct */
|
|
46
|
+
.codehilite .sb { background-color: #fff0f0 } /* Literal.String.Backtick */
|
|
47
|
+
.codehilite .sc { color: #0040D0 } /* Literal.String.Char */
|
|
48
|
+
.codehilite .sd { color: #D04020 } /* Literal.String.Doc */
|
|
49
|
+
.codehilite .s2 { background-color: #fff0f0 } /* Literal.String.Double */
|
|
50
|
+
.codehilite .se { color: #606060; font-weight: bold; background-color: #fff0f0 } /* Literal.String.Escape */
|
|
51
|
+
.codehilite .sh { background-color: #fff0f0 } /* Literal.String.Heredoc */
|
|
52
|
+
.codehilite .si { background-color: #e0e0e0 } /* Literal.String.Interpol */
|
|
53
|
+
.codehilite .sx { color: #D02000; background-color: #fff0f0 } /* Literal.String.Other */
|
|
54
|
+
.codehilite .sr { color: #000000; background-color: #fff0ff } /* Literal.String.Regex */
|
|
55
|
+
.codehilite .s1 { background-color: #fff0f0 } /* Literal.String.Single */
|
|
56
|
+
.codehilite .ss { color: #A06000 } /* Literal.String.Symbol */
|
|
57
|
+
.codehilite .bp { color: #007020 } /* Name.Builtin.Pseudo */
|
|
58
|
+
.codehilite .vc { color: #306090 } /* Name.Variable.Class */
|
|
59
|
+
.codehilite .vg { color: #d07000; font-weight: bold } /* Name.Variable.Global */
|
|
60
|
+
.codehilite .vi { color: #3030B0 } /* Name.Variable.Instance */
|
|
61
|
+
.codehilite .il { color: #0000D0; font-weight: bold } /* Literal.Number.Integer.Long */
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
.codehilite .hll { background-color: #ffffcc }
|
|
2
|
+
.codehilite { background: #f8f8f8; }
|
|
3
|
+
.codehilite .c { color: #408080; font-style: italic } /* Comment */
|
|
4
|
+
.codehilite .err { border: 1px solid #FF0000 } /* Error */
|
|
5
|
+
.codehilite .k { color: #008000; font-weight: bold } /* Keyword */
|
|
6
|
+
.codehilite .o { color: #666666 } /* Operator */
|
|
7
|
+
.codehilite .cm { color: #408080; font-style: italic } /* Comment.Multiline */
|
|
8
|
+
.codehilite .cp { color: #BC7A00 } /* Comment.Preproc */
|
|
9
|
+
.codehilite .c1 { color: #408080; font-style: italic } /* Comment.Single */
|
|
10
|
+
.codehilite .cs { color: #408080; font-style: italic } /* Comment.Special */
|
|
11
|
+
.codehilite .gd { color: #A00000 } /* Generic.Deleted */
|
|
12
|
+
.codehilite .ge { font-style: italic } /* Generic.Emph */
|
|
13
|
+
.codehilite .gr { color: #FF0000 } /* Generic.Error */
|
|
14
|
+
.codehilite .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
|
15
|
+
.codehilite .gi { color: #00A000 } /* Generic.Inserted */
|
|
16
|
+
.codehilite .go { color: #808080 } /* Generic.Output */
|
|
17
|
+
.codehilite .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
|
|
18
|
+
.codehilite .gs { font-weight: bold } /* Generic.Strong */
|
|
19
|
+
.codehilite .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
|
20
|
+
.codehilite .gt { color: #0040D0 } /* Generic.Traceback */
|
|
21
|
+
.codehilite .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
|
|
22
|
+
.codehilite .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
|
|
23
|
+
.codehilite .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
|
|
24
|
+
.codehilite .kp { color: #008000 } /* Keyword.Pseudo */
|
|
25
|
+
.codehilite .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
|
|
26
|
+
.codehilite .kt { color: #B00040 } /* Keyword.Type */
|
|
27
|
+
.codehilite .m { color: #666666 } /* Literal.Number */
|
|
28
|
+
.codehilite .s { color: #BA2121 } /* Literal.String */
|
|
29
|
+
.codehilite .na { color: #7D9029 } /* Name.Attribute */
|
|
30
|
+
.codehilite .nb { color: #008000 } /* Name.Builtin */
|
|
31
|
+
.codehilite .nc { color: #0000FF; font-weight: bold } /* Name.Class */
|
|
32
|
+
.codehilite .no { color: #880000 } /* Name.Constant */
|
|
33
|
+
.codehilite .nd { color: #AA22FF } /* Name.Decorator */
|
|
34
|
+
.codehilite .ni { color: #999999; font-weight: bold } /* Name.Entity */
|
|
35
|
+
.codehilite .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
|
|
36
|
+
.codehilite .nf { color: #0000FF } /* Name.Function */
|
|
37
|
+
.codehilite .nl { color: #A0A000 } /* Name.Label */
|
|
38
|
+
.codehilite .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
|
|
39
|
+
.codehilite .nt { color: #008000; font-weight: bold } /* Name.Tag */
|
|
40
|
+
.codehilite .nv { color: #19177C } /* Name.Variable */
|
|
41
|
+
.codehilite .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
|
|
42
|
+
.codehilite .w { color: #bbbbbb } /* Text.Whitespace */
|
|
43
|
+
.codehilite .mf { color: #666666 } /* Literal.Number.Float */
|
|
44
|
+
.codehilite .mh { color: #666666 } /* Literal.Number.Hex */
|
|
45
|
+
.codehilite .mi { color: #666666 } /* Literal.Number.Integer */
|
|
46
|
+
.codehilite .mo { color: #666666 } /* Literal.Number.Oct */
|
|
47
|
+
.codehilite .sb { color: #BA2121 } /* Literal.String.Backtick */
|
|
48
|
+
.codehilite .sc { color: #BA2121 } /* Literal.String.Char */
|
|
49
|
+
.codehilite .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
|
|
50
|
+
.codehilite .s2 { color: #BA2121 } /* Literal.String.Double */
|
|
51
|
+
.codehilite .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
|
|
52
|
+
.codehilite .sh { color: #BA2121 } /* Literal.String.Heredoc */
|
|
53
|
+
.codehilite .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
|
|
54
|
+
.codehilite .sx { color: #008000 } /* Literal.String.Other */
|
|
55
|
+
.codehilite .sr { color: #BB6688 } /* Literal.String.Regex */
|
|
56
|
+
.codehilite .s1 { color: #BA2121 } /* Literal.String.Single */
|
|
57
|
+
.codehilite .ss { color: #19177C } /* Literal.String.Symbol */
|
|
58
|
+
.codehilite .bp { color: #008000 } /* Name.Builtin.Pseudo */
|
|
59
|
+
.codehilite .vc { color: #19177C } /* Name.Variable.Class */
|
|
60
|
+
.codehilite .vg { color: #19177C } /* Name.Variable.Global */
|
|
61
|
+
.codehilite .vi { color: #19177C } /* Name.Variable.Instance */
|
|
62
|
+
.codehilite .il { color: #666666 } /* Literal.Number.Integer.Long */
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
.codehilite .hll { background-color: #ffffcc }
|
|
2
|
+
.codehilite .c { color: #008800; font-style: italic } /* Comment */
|
|
3
|
+
.codehilite .err { border: 1px solid #FF0000 } /* Error */
|
|
4
|
+
.codehilite .k { color: #AA22FF; font-weight: bold } /* Keyword */
|
|
5
|
+
.codehilite .o { color: #666666 } /* Operator */
|
|
6
|
+
.codehilite .cm { color: #008800; font-style: italic } /* Comment.Multiline */
|
|
7
|
+
.codehilite .cp { color: #008800 } /* Comment.Preproc */
|
|
8
|
+
.codehilite .c1 { color: #008800; font-style: italic } /* Comment.Single */
|
|
9
|
+
.codehilite .cs { color: #008800; font-weight: bold } /* Comment.Special */
|
|
10
|
+
.codehilite .gd { color: #A00000 } /* Generic.Deleted */
|
|
11
|
+
.codehilite .ge { font-style: italic } /* Generic.Emph */
|
|
12
|
+
.codehilite .gr { color: #FF0000 } /* Generic.Error */
|
|
13
|
+
.codehilite .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
|
14
|
+
.codehilite .gi { color: #00A000 } /* Generic.Inserted */
|
|
15
|
+
.codehilite .go { color: #808080 } /* Generic.Output */
|
|
16
|
+
.codehilite .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
|
|
17
|
+
.codehilite .gs { font-weight: bold } /* Generic.Strong */
|
|
18
|
+
.codehilite .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
|
19
|
+
.codehilite .gt { color: #0040D0 } /* Generic.Traceback */
|
|
20
|
+
.codehilite .kc { color: #AA22FF; font-weight: bold } /* Keyword.Constant */
|
|
21
|
+
.codehilite .kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */
|
|
22
|
+
.codehilite .kn { color: #AA22FF; font-weight: bold } /* Keyword.Namespace */
|
|
23
|
+
.codehilite .kp { color: #AA22FF } /* Keyword.Pseudo */
|
|
24
|
+
.codehilite .kr { color: #AA22FF; font-weight: bold } /* Keyword.Reserved */
|
|
25
|
+
.codehilite .kt { color: #00BB00; font-weight: bold } /* Keyword.Type */
|
|
26
|
+
.codehilite .m { color: #666666 } /* Literal.Number */
|
|
27
|
+
.codehilite .s { color: #BB4444 } /* Literal.String */
|
|
28
|
+
.codehilite .na { color: #BB4444 } /* Name.Attribute */
|
|
29
|
+
.codehilite .nb { color: #AA22FF } /* Name.Builtin */
|
|
30
|
+
.codehilite .nc { color: #0000FF } /* Name.Class */
|
|
31
|
+
.codehilite .no { color: #880000 } /* Name.Constant */
|
|
32
|
+
.codehilite .nd { color: #AA22FF } /* Name.Decorator */
|
|
33
|
+
.codehilite .ni { color: #999999; font-weight: bold } /* Name.Entity */
|
|
34
|
+
.codehilite .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
|
|
35
|
+
.codehilite .nf { color: #00A000 } /* Name.Function */
|
|
36
|
+
.codehilite .nl { color: #A0A000 } /* Name.Label */
|
|
37
|
+
.codehilite .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
|
|
38
|
+
.codehilite .nt { color: #008000; font-weight: bold } /* Name.Tag */
|
|
39
|
+
.codehilite .nv { color: #B8860B } /* Name.Variable */
|
|
40
|
+
.codehilite .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
|
|
41
|
+
.codehilite .w { color: #bbbbbb } /* Text.Whitespace */
|
|
42
|
+
.codehilite .mf { color: #666666 } /* Literal.Number.Float */
|
|
43
|
+
.codehilite .mh { color: #666666 } /* Literal.Number.Hex */
|
|
44
|
+
.codehilite .mi { color: #666666 } /* Literal.Number.Integer */
|
|
45
|
+
.codehilite .mo { color: #666666 } /* Literal.Number.Oct */
|
|
46
|
+
.codehilite .sb { color: #BB4444 } /* Literal.String.Backtick */
|
|
47
|
+
.codehilite .sc { color: #BB4444 } /* Literal.String.Char */
|
|
48
|
+
.codehilite .sd { color: #BB4444; font-style: italic } /* Literal.String.Doc */
|
|
49
|
+
.codehilite .s2 { color: #BB4444 } /* Literal.String.Double */
|
|
50
|
+
.codehilite .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
|
|
51
|
+
.codehilite .sh { color: #BB4444 } /* Literal.String.Heredoc */
|
|
52
|
+
.codehilite .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
|
|
53
|
+
.codehilite .sx { color: #008000 } /* Literal.String.Other */
|
|
54
|
+
.codehilite .sr { color: #BB6688 } /* Literal.String.Regex */
|
|
55
|
+
.codehilite .s1 { color: #BB4444 } /* Literal.String.Single */
|
|
56
|
+
.codehilite .ss { color: #B8860B } /* Literal.String.Symbol */
|
|
57
|
+
.codehilite .bp { color: #AA22FF } /* Name.Builtin.Pseudo */
|
|
58
|
+
.codehilite .vc { color: #B8860B } /* Name.Variable.Class */
|
|
59
|
+
.codehilite .vg { color: #B8860B } /* Name.Variable.Global */
|
|
60
|
+
.codehilite .vi { color: #B8860B } /* Name.Variable.Instance */
|
|
61
|
+
.codehilite .il { color: #666666 } /* Literal.Number.Integer.Long */
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
.codehilite .hll { background-color: #ffffcc }
|
|
2
|
+
.codehilite .c { color: #60a0b0; font-style: italic } /* Comment */
|
|
3
|
+
.codehilite .err { border: 1px solid #FF0000 } /* Error */
|
|
4
|
+
.codehilite .k { color: #007020; font-weight: bold } /* Keyword */
|
|
5
|
+
.codehilite .o { color: #666666 } /* Operator */
|
|
6
|
+
.codehilite .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */
|
|
7
|
+
.codehilite .cp { color: #007020 } /* Comment.Preproc */
|
|
8
|
+
.codehilite .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */
|
|
9
|
+
.codehilite .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */
|
|
10
|
+
.codehilite .gd { color: #A00000 } /* Generic.Deleted */
|
|
11
|
+
.codehilite .ge { font-style: italic } /* Generic.Emph */
|
|
12
|
+
.codehilite .gr { color: #FF0000 } /* Generic.Error */
|
|
13
|
+
.codehilite .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
|
14
|
+
.codehilite .gi { color: #00A000 } /* Generic.Inserted */
|
|
15
|
+
.codehilite .go { color: #808080 } /* Generic.Output */
|
|
16
|
+
.codehilite .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
|
|
17
|
+
.codehilite .gs { font-weight: bold } /* Generic.Strong */
|
|
18
|
+
.codehilite .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
|
19
|
+
.codehilite .gt { color: #0040D0 } /* Generic.Traceback */
|
|
20
|
+
.codehilite .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
|
|
21
|
+
.codehilite .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
|
|
22
|
+
.codehilite .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
|
|
23
|
+
.codehilite .kp { color: #007020 } /* Keyword.Pseudo */
|
|
24
|
+
.codehilite .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
|
|
25
|
+
.codehilite .kt { color: #902000 } /* Keyword.Type */
|
|
26
|
+
.codehilite .m { color: #40a070 } /* Literal.Number */
|
|
27
|
+
.codehilite .s { color: #4070a0 } /* Literal.String */
|
|
28
|
+
.codehilite .na { color: #4070a0 } /* Name.Attribute */
|
|
29
|
+
.codehilite .nb { color: #007020 } /* Name.Builtin */
|
|
30
|
+
.codehilite .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
|
|
31
|
+
.codehilite .no { color: #60add5 } /* Name.Constant */
|
|
32
|
+
.codehilite .nd { color: #555555; font-weight: bold } /* Name.Decorator */
|
|
33
|
+
.codehilite .ni { color: #d55537; font-weight: bold } /* Name.Entity */
|
|
34
|
+
.codehilite .ne { color: #007020 } /* Name.Exception */
|
|
35
|
+
.codehilite .nf { color: #06287e } /* Name.Function */
|
|
36
|
+
.codehilite .nl { color: #002070; font-weight: bold } /* Name.Label */
|
|
37
|
+
.codehilite .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
|
|
38
|
+
.codehilite .nt { color: #062873; font-weight: bold } /* Name.Tag */
|
|
39
|
+
.codehilite .nv { color: #bb60d5 } /* Name.Variable */
|
|
40
|
+
.codehilite .ow { color: #007020; font-weight: bold } /* Operator.Word */
|
|
41
|
+
.codehilite .w { color: #bbbbbb } /* Text.Whitespace */
|
|
42
|
+
.codehilite .mf { color: #40a070 } /* Literal.Number.Float */
|
|
43
|
+
.codehilite .mh { color: #40a070 } /* Literal.Number.Hex */
|
|
44
|
+
.codehilite .mi { color: #40a070 } /* Literal.Number.Integer */
|
|
45
|
+
.codehilite .mo { color: #40a070 } /* Literal.Number.Oct */
|
|
46
|
+
.codehilite .sb { color: #4070a0 } /* Literal.String.Backtick */
|
|
47
|
+
.codehilite .sc { color: #4070a0 } /* Literal.String.Char */
|
|
48
|
+
.codehilite .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
|
|
49
|
+
.codehilite .s2 { color: #4070a0 } /* Literal.String.Double */
|
|
50
|
+
.codehilite .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
|
|
51
|
+
.codehilite .sh { color: #4070a0 } /* Literal.String.Heredoc */
|
|
52
|
+
.codehilite .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
|
|
53
|
+
.codehilite .sx { color: #c65d09 } /* Literal.String.Other */
|
|
54
|
+
.codehilite .sr { color: #235388 } /* Literal.String.Regex */
|
|
55
|
+
.codehilite .s1 { color: #4070a0 } /* Literal.String.Single */
|
|
56
|
+
.codehilite .ss { color: #517918 } /* Literal.String.Symbol */
|
|
57
|
+
.codehilite .bp { color: #007020 } /* Name.Builtin.Pseudo */
|
|
58
|
+
.codehilite .vc { color: #bb60d5 } /* Name.Variable.Class */
|
|
59
|
+
.codehilite .vg { color: #bb60d5 } /* Name.Variable.Global */
|
|
60
|
+
.codehilite .vi { color: #bb60d5 } /* Name.Variable.Instance */
|
|
61
|
+
.codehilite .il { color: #40a070 } /* Literal.Number.Integer.Long */
|