You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by wa...@apache.org on 2021/06/05 19:50:12 UTC

[olingo-site] 08/15: Try a different highlighting style

This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/olingo-site.git

commit da6fe65aa5bf016a06cf5287301262bdc254ea77
Author: Dave Fisher <da...@davefisher.tech>
AuthorDate: Fri Jun 4 12:13:13 2021 -0700

    Try a different highlighting style
---
 content/css/arduino-light.css | 85 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 85 insertions(+)

diff --git a/content/css/arduino-light.css b/content/css/arduino-light.css
new file mode 100644
index 0000000..c7d0963
--- /dev/null
+++ b/content/css/arduino-light.css
@@ -0,0 +1,85 @@
+/*
+
+Arduino® Light Theme - Stefania Mellai <s....@arduino.cc>
+
+*/
+
+.hljs {
+  background: #f5f5f5;
+  color: #434f54;
+}
+
+.hljs-subst {
+  color: #434f54;
+}
+
+.hljs-keyword,
+.hljs-attribute,
+.hljs-selector-tag,
+.hljs-doctag,
+.hljs-name {
+  color: #00979D;
+}
+
+.hljs-built_in,
+.hljs-literal,
+.hljs-bullet,
+.hljs-code,
+.hljs-addition {
+  color: #D35400;
+}
+
+.hljs-regexp,
+.hljs-symbol,
+.hljs-variable,
+.hljs-template-variable,
+.hljs-link,
+.hljs-selector-attr,
+.hljs-selector-pseudo {
+  color: #00979D;
+}
+
+.hljs-type,
+.hljs-string,
+.hljs-selector-id,
+.hljs-selector-class,
+.hljs-quote,
+.hljs-template-tag,
+.hljs-deletion {
+  color: #005C5F;
+}
+
+.hljs-comment {
+  color: rgba(149,165,166,.8);
+}
+
+.hljs-meta .hljs-keyword {
+
+  color: #728E00;
+}
+
+.hljs-meta {
+  color: #434f54;
+}
+
+.hljs-emphasis {
+  font-style: italic;
+}
+
+.hljs-strong {
+  font-weight: bold;
+}
+
+.hljs-function {
+  color: #728E00;
+}
+
+.hljs-title,
+.hljs-section {
+  color: #880000;
+  font-weight: bold;
+}
+
+.hljs-number {
+  color: #8A7B52;
+}