aboutsummaryrefslogtreecommitdiffstats
path: root/docs/jsdocs/styles/prettify.css
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-04-19 02:45:48 +0800
committerDan <danjm.com@gmail.com>2018-04-19 02:45:48 +0800
commit649d2f8b229a6a749c0129dd5ef6dcf5b870e6c9 (patch)
treebc1e935331aa3678d18c2ffbcc04e791a711c0aa /docs/jsdocs/styles/prettify.css
parente80bd230b9bb6ac9ff05d7095f74dd2fd7ebb3af (diff)
parent7e21fc2aa780ccb4ffb2f642156385db22c47a52 (diff)
downloadtangerine-wallet-browser-649d2f8b229a6a749c0129dd5ef6dcf5b870e6c9.tar.gz
tangerine-wallet-browser-649d2f8b229a6a749c0129dd5ef6dcf5b870e6c9.tar.zst
tangerine-wallet-browser-649d2f8b229a6a749c0129dd5ef6dcf5b870e6c9.zip
Merge branch 'master' into dm-docs-1
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;
+}