<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* module-key = 'com.atlassian.confluence.ext.newcode-macro-plugin:sh-theme-rdark', location = 'sh/styles/shThemeRDark.css' */
/**
 * SyntaxHighlighter
 * http://alexgorbatchev.com/SyntaxHighlighter
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
 *
 * @version
 * 3.0.83 (July 02 2010)
 * 
 * @copyright
 * Copyright (C) 2004-2010 Alex Gorbatchev.
 *
 * @license
 * Dual licensed under the MIT and GPL licenses.
 */
.syntaxhighlighter.sh-rdark {
  background-color: #1b2426 !important;
}
.syntaxhighlighter.sh-rdark .line.alt1 {
  background-color: #1b2426 !important;
}
.syntaxhighlighter.sh-rdark .line.alt2 {
  background-color: #1b2426 !important;
}
.syntaxhighlighter.sh-rdark .line.highlighted.alt1, .syntaxhighlighter.sh-rdark .line.highlighted.alt2 {
  background-color: #323e41 !important;
}
.syntaxhighlighter.sh-rdark .line.highlighted.number {
  color: #b9bdb6 !important;
}
.syntaxhighlighter.sh-rdark table caption {
  color: #b9bdb6 !important;
}
.syntaxhighlighter.sh-rdark .gutter {
  color: #afafaf !important;
}
.syntaxhighlighter.sh-rdark .gutter .line.highlighted {
  background-color: #435a5f !important;
  color: #1b2426 !important;
}
.syntaxhighlighter.sh-rdark.printing .line .content {
  border: none !important;
}
.syntaxhighlighter.sh-rdark.collapsed {
  overflow: visible !important;
}
.syntaxhighlighter.sh-rdark.collapsed .toolbar {
  color: #5ba1cf !important;
  background: black !important;
  border: 1px solid #435a5f !important;
}
.syntaxhighlighter.sh-rdark.collapsed .toolbar a {
  color: #5ba1cf !important;
}
.syntaxhighlighter.sh-rdark.collapsed .toolbar a:hover {
  color: #5ce638 !important;
}
.syntaxhighlighter.sh-rdark .toolbar {
  color: white !important;
  background: #435a5f !important;
  border: none !important;
}
.syntaxhighlighter.sh-rdark .toolbar a {
  color: white !important;
}
.syntaxhighlighter.sh-rdark .toolbar a:hover {
  color: #e0e8ff !important;
}
.syntaxhighlighter.sh-rdark .plain, .syntaxhighlighter.sh-rdark .plain a {
  color: #b9bdb6 !important;
}
.syntaxhighlighter.sh-rdark .comments, .syntaxhighlighter.sh-rdark .comments a {
  color: #878a85 !important;
}
.syntaxhighlighter.sh-rdark .string, .syntaxhighlighter.sh-rdark .string a {
  color: #5ce638 !important;
}
.syntaxhighlighter.sh-rdark .keyword {
  color: #5ba1cf !important;
}
.syntaxhighlighter.sh-rdark .preprocessor {
  color: #435a5f !important;
}
.syntaxhighlighter.sh-rdark .variable {
  color: #ffaa3e !important;
}
.syntaxhighlighter.sh-rdark .value {
  color: #009900 !important;
}
.syntaxhighlighter.sh-rdark .functions {
  color: #ffaa3e !important;
}
.syntaxhighlighter.sh-rdark .constants {
  color: #e0e8ff !important;
}
.syntaxhighlighter.sh-rdark .script {
  font-weight: bold !important;
  color: #5ba1cf !important;
  background-color: none !important;
}
.syntaxhighlighter.sh-rdark .color1, .syntaxhighlighter.sh-rdark .color1 a {
  color: #e0e8ff !important;
}
.syntaxhighlighter.sh-rdark .color2, .syntaxhighlighter.sh-rdark .color2 a {
  color: white !important;
}
.syntaxhighlighter.sh-rdark .color3, .syntaxhighlighter.sh-rdark .color3 a {
  color: #ffaa3e !important;
}


/* with PDL enabled in Confluence */
.pdl .codeContent .gutter {
    background: #1b2426 !important;
}
</pre></body></html>