summaryrefslogtreecommitdiff
path: root/static/css/highlight.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/highlight.css')
-rw-r--r--static/css/highlight.css61
1 files changed, 61 insertions, 0 deletions
diff --git a/static/css/highlight.css b/static/css/highlight.css
new file mode 100644
index 0000000..1e8899f
--- /dev/null
+++ b/static/css/highlight.css
@@ -0,0 +1,61 @@
+.org-preprocessor,
+.org-builtin {
+ color: #afd7d7;
+}
+
+.org-comment-delimiter,
+.org-comment {
+ color: #ff8700;
+}
+
+.org-constant {
+ color: #87ffd7;
+}
+
+.org-function-name {
+ color: #afd7ff;
+}
+
+.org-keyword {
+ color: #1fb6d3;
+}
+
+.org-negation-char {
+ color: #ff4b4b;
+}
+
+.org-regexp-grouping-backslash {
+ color: #ffd787;
+}
+
+.org-regexp-grouping-construct {
+ color: #d18aff;
+}
+
+.org-doc,
+.org-doc-string,
+.org-string {
+ color: #ffaf87;
+}
+
+.org-type {
+ color: #87ff87;
+}
+
+.org-variable-name {
+ color: #ffd787;
+}
+
+.org-warning {
+ color: #dd0000;
+}
+
+
+span.org-diff-added { text-decoration: none; background: #c0f8d0; font-family: "Inconsolata"; font-stretch: semi-condensed; font-weight: 600; font-style: normal; color: #000000; font-size: 10pt; }
+span.org-diff-added a { background: #c0f8d0; font-family: "Inconsolata"; font-stretch: semi-condensed; font-weight: 600; font-style: normal; color: #000000; font-size: 10pt; text-decoration: underline; }
+span.org-diff-indicator-added { text-decoration: none; background: #c0f8d0; font-weight: 700; font-family: "Inconsolata"; font-stretch: semi-condensed; font-style: normal; color: #000000; font-size: 10pt; }
+span.org-diff-indicator-added a { background: #c0f8d0; font-weight: 700; font-family: "Inconsolata"; font-stretch: semi-condensed; font-style: normal; color: #000000; font-size: 10pt; text-decoration: underline; }
+span.org-diff-removed { text-decoration: none; background: #ffd8d5; font-family: "Inconsolata"; font-stretch: semi-condensed; font-weight: 600; font-style: normal; color: #000000; font-size: 10pt; }
+span.org-diff-removed a { background: #ffd8d5; font-family: "Inconsolata"; font-stretch: semi-condensed; font-weight: 600; font-style: normal; color: #000000; font-size: 10pt; text-decoration: underline; }
+span.org-diff-indicator-removed { text-decoration: none; background: #ffd8d5; font-weight: 700; font-family: "Inconsolata"; font-stretch: semi-condensed; font-style: normal; color: #000000; font-size: 10pt; }
+span.org-diff-indicator-removed a { background: #ffd8d5; font-weight: 700; font-family: "Inconsolata"; font-stretch: semi-condensed; font-style: normal; color: #000000; font-size: 10pt; text-decoration: underline; }