From 1bad9797ef5cf6e60c307456dc527d27a1b09c1f Mon Sep 17 00:00:00 2001 From: Blaise Laflamme Date: Sun, 31 Oct 2010 18:07:57 -0400 Subject: Removed _theme directory and exlude it from git. Symlink pylons_sphinx_theme to _themes. --- docs/_themes/LICENSE | 0 docs/_themes/README | 18 -- docs/_themes/pylons/layout.html | 22 -- docs/_themes/pylons/static/exclaim.png | Bin 3542 -> 0 bytes docs/_themes/pylons/static/exclaim_color.png | Bin 3432 -> 0 bytes docs/_themes/pylons/static/favicon.ico | Bin 1406 -> 0 bytes .../_themes/pylons/static/fonts/nobile-webfont.eot | Bin 25356 -> 0 bytes .../_themes/pylons/static/fonts/nobile-webfont.svg | 142 ----------- .../_themes/pylons/static/fonts/nobile-webfont.ttf | Bin 25124 -> 0 bytes .../pylons/static/fonts/nobile-webfont.woff | Bin 17600 -> 0 bytes .../pylons/static/fonts/nobile_bold-webfont.eot | Bin 23588 -> 0 bytes .../pylons/static/fonts/nobile_bold-webfont.svg | 141 ----------- .../pylons/static/fonts/nobile_bold-webfont.ttf | Bin 23368 -> 0 bytes .../pylons/static/fonts/nobile_bold-webfont.woff | Bin 16712 -> 0 bytes .../static/fonts/nobile_bold_italic-webfont.eot | Bin 25628 -> 0 bytes .../static/fonts/nobile_bold_italic-webfont.svg | 141 ----------- .../static/fonts/nobile_bold_italic-webfont.ttf | Bin 25380 -> 0 bytes .../static/fonts/nobile_bold_italic-webfont.woff | Bin 17824 -> 0 bytes .../pylons/static/fonts/nobile_italic-webfont.eot | Bin 30184 -> 0 bytes .../pylons/static/fonts/nobile_italic-webfont.svg | 141 ----------- .../pylons/static/fonts/nobile_italic-webfont.ttf | Bin 29956 -> 0 bytes .../pylons/static/fonts/nobile_italic-webfont.woff | Bin 20128 -> 0 bytes docs/_themes/pylons/static/info.png | Bin 3844 -> 0 bytes docs/_themes/pylons/static/info_color.png | Bin 3810 -> 0 bytes docs/_themes/pylons/static/nobile.css | 36 --- docs/_themes/pylons/static/onebit_36.png | Bin 1705 -> 0 bytes docs/_themes/pylons/static/onebit_38.png | Bin 1937 -> 0 bytes docs/_themes/pylons/static/pylons.css_t | 266 --------------------- docs/_themes/pylons/static/pylons.png | Bin 4063 -> 0 bytes docs/_themes/pylons/theme.conf | 4 - docs/_themes/pylons_theme_support.py | 102 -------- 31 files changed, 1013 deletions(-) delete mode 100644 docs/_themes/LICENSE delete mode 100644 docs/_themes/README delete mode 100644 docs/_themes/pylons/layout.html delete mode 100644 docs/_themes/pylons/static/exclaim.png delete mode 100644 docs/_themes/pylons/static/exclaim_color.png delete mode 100644 docs/_themes/pylons/static/favicon.ico delete mode 100644 docs/_themes/pylons/static/fonts/nobile-webfont.eot delete mode 100644 docs/_themes/pylons/static/fonts/nobile-webfont.svg delete mode 100644 docs/_themes/pylons/static/fonts/nobile-webfont.ttf delete mode 100644 docs/_themes/pylons/static/fonts/nobile-webfont.woff delete mode 100644 docs/_themes/pylons/static/fonts/nobile_bold-webfont.eot delete mode 100644 docs/_themes/pylons/static/fonts/nobile_bold-webfont.svg delete mode 100644 docs/_themes/pylons/static/fonts/nobile_bold-webfont.ttf delete mode 100644 docs/_themes/pylons/static/fonts/nobile_bold-webfont.woff delete mode 100644 docs/_themes/pylons/static/fonts/nobile_bold_italic-webfont.eot delete mode 100644 docs/_themes/pylons/static/fonts/nobile_bold_italic-webfont.svg delete mode 100644 docs/_themes/pylons/static/fonts/nobile_bold_italic-webfont.ttf delete mode 100644 docs/_themes/pylons/static/fonts/nobile_bold_italic-webfont.woff delete mode 100644 docs/_themes/pylons/static/fonts/nobile_italic-webfont.eot delete mode 100644 docs/_themes/pylons/static/fonts/nobile_italic-webfont.svg delete mode 100644 docs/_themes/pylons/static/fonts/nobile_italic-webfont.ttf delete mode 100644 docs/_themes/pylons/static/fonts/nobile_italic-webfont.woff delete mode 100644 docs/_themes/pylons/static/info.png delete mode 100644 docs/_themes/pylons/static/info_color.png delete mode 100644 docs/_themes/pylons/static/nobile.css delete mode 100755 docs/_themes/pylons/static/onebit_36.png delete mode 100755 docs/_themes/pylons/static/onebit_38.png delete mode 100644 docs/_themes/pylons/static/pylons.css_t delete mode 100644 docs/_themes/pylons/static/pylons.png delete mode 100644 docs/_themes/pylons/theme.conf delete mode 100644 docs/_themes/pylons_theme_support.py diff --git a/docs/_themes/LICENSE b/docs/_themes/LICENSE deleted file mode 100644 index e69de29bb..000000000 diff --git a/docs/_themes/README b/docs/_themes/README deleted file mode 100644 index d5a27a7c7..000000000 --- a/docs/_themes/README +++ /dev/null @@ -1,18 +0,0 @@ -Pylons Sphinx Theme -=================== - -This repository contains Pylons themes for Pylons related projects. -To use a theme in your Sphinx documentation, follow this guide: - -1. put this folder as _themes into your docs folder. Alternatively - you can also use git submodules to check out the contents there. -2. add this to your conf.py: - - sys.path.append(os.path.abspath('_themes')) - html_theme_path = ['_themes'] - html_theme = 'pylons' - -The following themes exist: - -- 'pylons' - the standard Pylons documentation theme for large - projects diff --git a/docs/_themes/pylons/layout.html b/docs/_themes/pylons/layout.html deleted file mode 100644 index f3f00cf13..000000000 --- a/docs/_themes/pylons/layout.html +++ /dev/null @@ -1,22 +0,0 @@ -{% extends "basic/layout.html" %} - -{%- block extrahead %} -{%- if not favicon %} - -{%- endif %} -{% endblock %} - -{%- block sidebarlogo %} - -{%- if logo %} - -{%- endif %} -{%- endblock %} \ No newline at end of file diff --git a/docs/_themes/pylons/static/exclaim.png b/docs/_themes/pylons/static/exclaim.png deleted file mode 100644 index 6707bc362..000000000 Binary files a/docs/_themes/pylons/static/exclaim.png and /dev/null differ diff --git a/docs/_themes/pylons/static/exclaim_color.png b/docs/_themes/pylons/static/exclaim_color.png deleted file mode 100644 index dffff8784..000000000 Binary files a/docs/_themes/pylons/static/exclaim_color.png and /dev/null differ diff --git a/docs/_themes/pylons/static/favicon.ico b/docs/_themes/pylons/static/favicon.ico deleted file mode 100644 index 71f837c9e..000000000 Binary files a/docs/_themes/pylons/static/favicon.ico and /dev/null differ diff --git a/docs/_themes/pylons/static/fonts/nobile-webfont.eot b/docs/_themes/pylons/static/fonts/nobile-webfont.eot deleted file mode 100644 index 2dd2488ff..000000000 Binary files a/docs/_themes/pylons/static/fonts/nobile-webfont.eot and /dev/null differ diff --git a/docs/_themes/pylons/static/fonts/nobile-webfont.svg b/docs/_themes/pylons/static/fonts/nobile-webfont.svg deleted file mode 100644 index 02821e5ad..000000000 --- a/docs/_themes/pylons/static/fonts/nobile-webfont.svg +++ /dev/null @@ -1,142 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Foundry : vernon adams - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/docs/_themes/pylons/static/fonts/nobile-webfont.ttf b/docs/_themes/pylons/static/fonts/nobile-webfont.ttf deleted file mode 100644 index f14553789..000000000 Binary files a/docs/_themes/pylons/static/fonts/nobile-webfont.ttf and /dev/null differ diff --git a/docs/_themes/pylons/static/fonts/nobile-webfont.woff b/docs/_themes/pylons/static/fonts/nobile-webfont.woff deleted file mode 100644 index 487653bac..000000000 Binary files a/docs/_themes/pylons/static/fonts/nobile-webfont.woff and /dev/null differ diff --git a/docs/_themes/pylons/static/fonts/nobile_bold-webfont.eot b/docs/_themes/pylons/static/fonts/nobile_bold-webfont.eot deleted file mode 100644 index a29f29384..000000000 Binary files a/docs/_themes/pylons/static/fonts/nobile_bold-webfont.eot and /dev/null differ diff --git a/docs/_themes/pylons/static/fonts/nobile_bold-webfont.svg b/docs/_themes/pylons/static/fonts/nobile_bold-webfont.svg deleted file mode 100644 index f519c36d8..000000000 --- a/docs/_themes/pylons/static/fonts/nobile_bold-webfont.svg +++ /dev/null @@ -1,141 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/docs/_themes/pylons/static/fonts/nobile_bold-webfont.ttf b/docs/_themes/pylons/static/fonts/nobile_bold-webfont.ttf deleted file mode 100644 index e0ab8b44f..000000000 Binary files a/docs/_themes/pylons/static/fonts/nobile_bold-webfont.ttf and /dev/null differ diff --git a/docs/_themes/pylons/static/fonts/nobile_bold-webfont.woff b/docs/_themes/pylons/static/fonts/nobile_bold-webfont.woff deleted file mode 100644 index 59ea975d4..000000000 Binary files a/docs/_themes/pylons/static/fonts/nobile_bold-webfont.woff and /dev/null differ diff --git a/docs/_themes/pylons/static/fonts/nobile_bold_italic-webfont.eot b/docs/_themes/pylons/static/fonts/nobile_bold_italic-webfont.eot deleted file mode 100644 index 70fd740e6..000000000 Binary files a/docs/_themes/pylons/static/fonts/nobile_bold_italic-webfont.eot and /dev/null differ diff --git a/docs/_themes/pylons/static/fonts/nobile_bold_italic-webfont.svg b/docs/_themes/pylons/static/fonts/nobile_bold_italic-webfont.svg deleted file mode 100644 index 34a4cc554..000000000 --- a/docs/_themes/pylons/static/fonts/nobile_bold_italic-webfont.svg +++ /dev/null @@ -1,141 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/docs/_themes/pylons/static/fonts/nobile_bold_italic-webfont.ttf b/docs/_themes/pylons/static/fonts/nobile_bold_italic-webfont.ttf deleted file mode 100644 index 14da4e95f..000000000 Binary files a/docs/_themes/pylons/static/fonts/nobile_bold_italic-webfont.ttf and /dev/null differ diff --git a/docs/_themes/pylons/static/fonts/nobile_bold_italic-webfont.woff b/docs/_themes/pylons/static/fonts/nobile_bold_italic-webfont.woff deleted file mode 100644 index ec3a52274..000000000 Binary files a/docs/_themes/pylons/static/fonts/nobile_bold_italic-webfont.woff and /dev/null differ diff --git a/docs/_themes/pylons/static/fonts/nobile_italic-webfont.eot b/docs/_themes/pylons/static/fonts/nobile_italic-webfont.eot deleted file mode 100644 index 61ab01727..000000000 Binary files a/docs/_themes/pylons/static/fonts/nobile_italic-webfont.eot and /dev/null differ diff --git a/docs/_themes/pylons/static/fonts/nobile_italic-webfont.svg b/docs/_themes/pylons/static/fonts/nobile_italic-webfont.svg deleted file mode 100644 index ef7c5e1da..000000000 --- a/docs/_themes/pylons/static/fonts/nobile_italic-webfont.svg +++ /dev/null @@ -1,141 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/docs/_themes/pylons/static/fonts/nobile_italic-webfont.ttf b/docs/_themes/pylons/static/fonts/nobile_italic-webfont.ttf deleted file mode 100644 index d67095bfb..000000000 Binary files a/docs/_themes/pylons/static/fonts/nobile_italic-webfont.ttf and /dev/null differ diff --git a/docs/_themes/pylons/static/fonts/nobile_italic-webfont.woff b/docs/_themes/pylons/static/fonts/nobile_italic-webfont.woff deleted file mode 100644 index 62ecb1ecc..000000000 Binary files a/docs/_themes/pylons/static/fonts/nobile_italic-webfont.woff and /dev/null differ diff --git a/docs/_themes/pylons/static/info.png b/docs/_themes/pylons/static/info.png deleted file mode 100644 index 95d00a973..000000000 Binary files a/docs/_themes/pylons/static/info.png and /dev/null differ diff --git a/docs/_themes/pylons/static/info_color.png b/docs/_themes/pylons/static/info_color.png deleted file mode 100644 index bcaf288bd..000000000 Binary files a/docs/_themes/pylons/static/info_color.png and /dev/null differ diff --git a/docs/_themes/pylons/static/nobile.css b/docs/_themes/pylons/static/nobile.css deleted file mode 100644 index 26da42be4..000000000 --- a/docs/_themes/pylons/static/nobile.css +++ /dev/null @@ -1,36 +0,0 @@ -/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 30, 2010 05:02:55 PM America/New_York */ - - - -@font-face { - font-family: 'NobileRegular'; - src: url('fonts/nobile-webfont.eot'); - src: local('☺'), url('fonts/nobile-webfont.woff') format('woff'), url('fonts/nobile-webfont.ttf') format('truetype'), url('fonts/nobile-webfont.svg#webfontJRE3eIdv') format('svg'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'NobileItalic'; - src: url('fonts/nobile_italic-webfont.eot'); - src: local('☺'), url('fonts/nobile_italic-webfont.woff') format('woff'), url('fonts/nobile_italic-webfont.ttf') format('truetype'), url('fonts/nobile_italic-webfont.svg#webfonttYQJ7lut') format('svg'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'NobileBold'; - src: url('fonts/nobile_bold-webfont.eot'); - src: local('☺'), url('fonts/nobile_bold-webfont.woff') format('woff'), url('fonts/nobile_bold-webfont.ttf') format('truetype'), url('fonts/nobile_bold-webfont.svg#webfontCQ83cnWY') format('svg'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'NobileBoldItalic'; - src: url('fonts/nobile_bold_italic-webfont.eot'); - src: local('☺'), url('fonts/nobile_bold_italic-webfont.woff') format('woff'), url('fonts/nobile_bold_italic-webfont.ttf') format('truetype'), url('fonts/nobile_bold_italic-webfont.svg#webfontKoZkTjJU') format('svg'); - font-weight: normal; - font-style: normal; -} - diff --git a/docs/_themes/pylons/static/onebit_36.png b/docs/_themes/pylons/static/onebit_36.png deleted file mode 100755 index 70889fc16..000000000 Binary files a/docs/_themes/pylons/static/onebit_36.png and /dev/null differ diff --git a/docs/_themes/pylons/static/onebit_38.png b/docs/_themes/pylons/static/onebit_38.png deleted file mode 100755 index 4dcf07651..000000000 Binary files a/docs/_themes/pylons/static/onebit_38.png and /dev/null differ diff --git a/docs/_themes/pylons/static/pylons.css_t b/docs/_themes/pylons/static/pylons.css_t deleted file mode 100644 index 91b840535..000000000 --- a/docs/_themes/pylons/static/pylons.css_t +++ /dev/null @@ -1,266 +0,0 @@ -/* - * pylons.css_t - * ~~~~~~~~~~~~ - * - * Sphinx stylesheet -- pylons theme. - * - * :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * - */ - -@import url("basic.css"); -@import url("nobile.css"); - -/* -- page layout ----------------------------------------------------------- */ - -body { - font-family: "Nobile", sans-serif; - font-size: 100%; - background-color: #111; - color: #ffffff; - margin: 0; - padding: 0; -} - -div.documentwrapper { - float: left; - width: 100%; -} - -div.bodywrapper { - margin: 0 0 0 230px; -} - -hr { - border: 1px solid #B1B4B6; -} - -div.document { - background-color: #eee; -} - -div.body { - background-color: #ffffff; - color: #3E4349; - padding: 0 30px 30px 30px; - font-size: 1em; -} - -div.footer { - color: #ffffff; - width: 100%; - padding: 13px 0; - text-align: center; - font-size: 75%; -} - -div.footer a { - color: #ffffff; - text-decoration: none; -} - -div.footer a:hover { - color: #e88f00; - text-decoration: underline; -} - -div.related { - background-color: #e88f00; - line-height: 32px; - color: #ffffff; - /*text-shadow: 0px 1px 0 #777;*/ - font-size: 0.9em; -} - -div.related a { - color: #ffffff; -} - -div.sphinxsidebar { - font-size: 0.75em; - line-height: 1.5em; -} - -div.sphinxsidebarwrapper{ - padding: 20px 0; -} - -div.sphinxsidebar h3, -div.sphinxsidebar h4 { - font-family: "Nobile", sans-serif; - color: #000000; - font-size: 1.2em; - font-weight: normal; - margin: 0; - padding: 5px 10px; - background-color: #ddd; - /*text-shadow: 1px 1px 0 white*/ -} - -div.sphinxsidebar h4{ - font-size: 1.1em; -} - -div.sphinxsidebar h3 a { - color: #000000; -} - - -div.sphinxsidebar p { - color: #888; - padding: 5px 20px; -} - -div.sphinxsidebar p.topless { -} - -div.sphinxsidebar ul { - margin: 10px 20px; - padding: 0; - color: #000; -} - -div.sphinxsidebar a { - color: #444; -} - -div.sphinxsidebar input { - border: 1px solid #ccc; - font-family: sans-serif; - font-size: 1em; -} - -div.sphinxsidebar input[type=text]{ - margin-left: 20px; -} - -/* -- sidebars -------------------------------------------------------------- */ - -div.sidebar { - margin: 0 0 0.5em 1em; - border: 1px solid #ddb; - padding: 7px 7px 0 7px; - background-color: #fef6ea; - width: 40%; - float: right; -} - -p.sidebar-title { - font-weight: bold; -} - -/* -- body styles ----------------------------------------------------------- */ - -a, a .pre { - color: #1b61d6; - text-decoration: none; -} - -a:hover, a:hover .pre { - color: #e88f00; - text-decoration: underline; -} - -div.body h1, -div.body h2, -div.body h3, -div.body h4, -div.body h5, -div.body h6 { - font-family: "Nobile", sans-serif; - background-color: #ffffff; - font-weight: normal; - color: #144fb2; - margin: 30px 0px 10px 0px; - padding: 5px 0; - /*text-shadow: 0px 1px 0 white*/ -} - -div.body h1 { border-top: 20px solid white; margin-top: 0; font-size: 200%; } -div.body h2 { font-size: 150%; background-color: #ffffff; } -div.body h3 { font-size: 120%; background-color: #ffffff; } -div.body h4 { font-size: 110%; background-color: #ffffff; } -div.body h5 { font-size: 100%; background-color: #ffffff; } -div.body h6 { font-size: 100%; background-color: #ffffff; } - -a.headerlink { - color: #e88f00; - font-size: 0.8em; - padding: 0 4px 0 4px; - text-decoration: none; -} - -a.headerlink:hover { - background-color: #e88f00; - color: white; -} - -div.body p, div.body dd, div.body li { - line-height: 1.5em; -} - -div.admonition p.admonition-title + p { - display: inline; -} - -div.highlight{ - background-color: white; -} - -div.note { - background-color: #eee; - border: 1px solid #ccc; -} - -div.seealso { - background-color: #ffc; - border: 1px solid #ff6; -} - -div.topic { - background-color: #eee; -} - -div.warning { - background-color: #ffe4e4; - border: 1px solid #f66; -} - -p.admonition-title { - display: inline; -} - -p.admonition-title:after { - content: ":"; -} - -pre { - padding: 10px; - background-color: White; - color: #222; - line-height: 1.2em; - border: 1px solid #C6C9CB; - font-size: 1.1em; - margin: 1.5em 0 1.5em 0; - border-right-style: none; - border-left-style: none; -} - -tt { - background-color: transparent; - color: #222; - /* padding: 1px 2px; */ - font-size: 1.1em; - font-family: monospace; -} - -.viewcode-back { - font-family: "Nobile", sans-serif; -} - -div.viewcode-block:target { - background-color: #f2e8c4; - border-top: 1px solid #ac9; - border-bottom: 1px solid #ac9; -} \ No newline at end of file diff --git a/docs/_themes/pylons/static/pylons.png b/docs/_themes/pylons/static/pylons.png deleted file mode 100644 index 53f83e4d0..000000000 Binary files a/docs/_themes/pylons/static/pylons.png and /dev/null differ diff --git a/docs/_themes/pylons/theme.conf b/docs/_themes/pylons/theme.conf deleted file mode 100644 index 3c3f85e48..000000000 --- a/docs/_themes/pylons/theme.conf +++ /dev/null @@ -1,4 +0,0 @@ -[theme] -inherit = basic -stylesheet = pylons.css -pygments_style = pylons_theme_support.PylonsStyle diff --git a/docs/_themes/pylons_theme_support.py b/docs/_themes/pylons_theme_support.py deleted file mode 100644 index b63df3626..000000000 --- a/docs/_themes/pylons_theme_support.py +++ /dev/null @@ -1,102 +0,0 @@ -# -*- coding: utf-8 -*- -from pygments.style import Style -from pygments.token import Keyword, Name, Comment, String, Error, \ - Number, Operator, Generic, Whitespace, Punctuation, Other, Literal - - -class PylonsStyle(Style): - """ - Pylons pygments style based on tango style - """ - - # work in progress... - - background_color = "#f8f8f8" - default_style = "" - - styles = { - # No corresponding class for the following: - #Text: "", # class: '' - Whitespace: "underline #f8f8f8", # class: 'w' - Error: "#a40000 border:#ef2929", # class: 'err' - Other: "#000000", # class 'x' - - Comment: "italic #8f5902", # class: 'c' - Comment.Multiline: "italic #8f5902", # class: 'cm' - Comment.Preproc: "italic #8f5902", # class: 'cp' - Comment.Single: "italic #8f5902", # class: 'c1' - Comment.Special: "italic #8f5902", # class: 'cs' - - Keyword: "bold #204a87", # class: 'k' - Keyword.Constant: "bold #204a87", # class: 'kc' - Keyword.Declaration: "bold #204a87", # class: 'kd' - Keyword.Namespace: "bold #204a87", # class: 'kn' - Keyword.Pseudo: "bold #204a87", # class: 'kp' - Keyword.Reserved: "bold #204a87", # class: 'kr' - Keyword.Type: "bold #204a87", # class: 'kt' - - Operator: "bold #ce5c00", # class: 'o' - Operator.Word: "bold #204a87", # class: 'ow' - like keywords - - Punctuation: "bold #000000", # class: 'p' - - # because special names such as Name.Class, Name.Function, etc. - # are not recognized as such later in the parsing, we choose them - # to look the same as ordinary variables. - Name: "#000000", # class: 'n' - Name.Attribute: "#c4a000", # class: 'na' - to be revised - Name.Builtin: "#204a87", # class: 'nb' - Name.Builtin.Pseudo: "#3465a4", # class: 'bp' - Name.Class: "#000000", # class: 'nc' - to be revised - Name.Constant: "#000000", # class: 'no' - to be revised - Name.Decorator: "bold #5c35cc", # class: 'nd' - to be revised - Name.Entity: "#ce5c00", # class: 'ni' - Name.Exception: "bold #cc0000", # class: 'ne' - Name.Function: "#000000", # class: 'nf' - Name.Property: "#000000", # class: 'py' - Name.Label: "#f57900", # class: 'nl' - Name.Namespace: "#000000", # class: 'nn' - to be revised - Name.Other: "#000000", # class: 'nx' - Name.Tag: "bold #204a87", # class: 'nt' - like a keyword - Name.Variable: "#000000", # class: 'nv' - to be revised - Name.Variable.Class: "#000000", # class: 'vc' - to be revised - Name.Variable.Global: "#000000", # class: 'vg' - to be revised - Name.Variable.Instance: "#000000", # class: 'vi' - to be revised - - # since the tango light blue does not show up well in text, we choose - # a pure blue instead. - Number: "bold #0000cf", # class: 'm' - Number.Float: "bold #0000cf", # class: 'mf' - Number.Hex: "bold #0000cf", # class: 'mh' - Number.Integer: "bold #0000cf", # class: 'mi' - Number.Integer.Long: "bold #0000cf", # class: 'il' - Number.Oct: "bold #0000cf", # class: 'mo' - - Literal: "#000000", # class: 'l' - Literal.Date: "#000000", # class: 'ld' - - String: "#4e9a06", # class: 's' - String.Backtick: "#4e9a06", # class: 'sb' - String.Char: "#4e9a06", # class: 'sc' - String.Doc: "italic #8f5902", # class: 'sd' - like a comment - String.Double: "#4e9a06", # class: 's2' - String.Escape: "#4e9a06", # class: 'se' - String.Heredoc: "#4e9a06", # class: 'sh' - String.Interpol: "#4e9a06", # class: 'si' - String.Other: "#4e9a06", # class: 'sx' - String.Regex: "#4e9a06", # class: 'sr' - String.Single: "#4e9a06", # class: 's1' - String.Symbol: "#4e9a06", # class: 'ss' - - Generic: "#000000", # class: 'g' - Generic.Deleted: "#a40000", # class: 'gd' - Generic.Emph: "italic #000000", # class: 'ge' - Generic.Error: "#ef2929", # class: 'gr' - Generic.Heading: "bold #000080", # class: 'gh' - Generic.Inserted: "#00A000", # class: 'gi' - Generic.Output: "italic #000000", # class: 'go' - Generic.Prompt: "#8f5902", # class: 'gp' - Generic.Strong: "bold #000000", # class: 'gs' - Generic.Subheading: "bold #800080", # class: 'gu' - Generic.Traceback: "bold #a40000", # class: 'gt' - } -- cgit v1.2.3