aboutsummaryrefslogtreecommitdiffstats
path: root/docs/jsdocs/styles/prettify.css
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2018-04-18 01:01:09 +0800
committerGitHub <noreply@github.com>2018-04-18 01:01:09 +0800
commit7b70804aa0d74120098a4bcb2c375d29080e8368 (patch)
tree4e5addffa196d81502ff47743347e90421fe6e7b /docs/jsdocs/styles/prettify.css
parentbdec1bc90b4f057eae77d2986b228c4ef2e7dfb8 (diff)
parent136caa2034e151763347d20488f2516277631bc9 (diff)
downloadtangerine-wallet-browser-7b70804aa0d74120098a4bcb2c375d29080e8368.tar
tangerine-wallet-browser-7b70804aa0d74120098a4bcb2c375d29080e8368.tar.gz
tangerine-wallet-browser-7b70804aa0d74120098a4bcb2c375d29080e8368.tar.bz2
tangerine-wallet-browser-7b70804aa0d74120098a4bcb2c375d29080e8368.tar.lz
tangerine-wallet-browser-7b70804aa0d74120098a4bcb2c375d29080e8368.tar.xz
tangerine-wallet-browser-7b70804aa0d74120098a4bcb2c375d29080e8368.tar.zst
tangerine-wallet-browser-7b70804aa0d74120098a4bcb2c375d29080e8368.zip
Merge pull request #3969 from MetaMask/i3966-AddJsDocsPage
Add JSDocs Page and Script
Diffstat (limited to 'docs/jsdocs/styles/prettify.css')
-rw-r--r--docs/jsdocs/styles/prettify.css79
1 files changed, 79 insertions, 0 deletions
diff --git a/docs/jsdocs/styles/prettify.css b/docs/jsdocs/styles/prettify.css
new file mode 100644
index 000000000..629bde515
--- /dev/null
+++ b/docs/jsdocs/styles/prettify.css
@@ -0,0 +1,79 @@
+.pln {
+ color: #ddd;
+}
+
+/* string content */
+.str {
+ color: #61ce3c;
+}
+
+/* a keyword */
+.kwd {
+ color: #fbde2d;
+}
+
+/* a comment */
+.com {
+ color: #aeaeae;
+}
+
+/* a type name */
+.typ {
+ color: #8da6ce;
+}
+
+/* a literal value */
+.lit {
+ color: #fbde2d;
+}
+
+/* punctuation */
+.pun {
+ color: #ddd;
+}
+
+/* lisp open bracket */
+.opn {
+ color: #000000;
+}
+
+/* lisp close bracket */
+.clo {
+ color: #000000;
+}
+
+/* a markup tag name */
+.tag {
+ color: #8da6ce;
+}
+
+/* a markup attribute name */
+.atn {
+ color: #fbde2d;
+}
+
+/* a markup attribute value */
+.atv {
+ color: #ddd;
+}
+
+/* a declaration */
+.dec {
+ color: #EF5050;
+}
+
+/* a variable name */
+.var {
+ color: #c82829;
+}
+
+/* a function name */
+.fun {
+ color: #4271ae;
+}
+
+/* Specify class=linenums on a pre to get line numbering */
+ol.linenums {
+ margin-top: 0;
+ margin-bottom: 0;
+}