Template:Codesample/dark.css

.wt-codesample-dark .wt-codesample-title {
	color: #93a1a1; /* base1 */
	background: #073642; /* base02 */
}
.wt-codesample-dark .wt-codesample-header div {
	border-color:  #839496; /* base0 */
}
.wt-codesample-dark pre {
	color: #839496; /* base0 */
	background-color: #002b36; /* base03 */
	border-color: #839496; /* base0 */
}
.wt-codesample-dark .lineno {
	color: #93a1a1; /* base1 */
}

/* Solarized Dark pygments styles -- https://pypi.org/project/pygments-style-solarized/ */
.wt-codesample-dark .hll { background-color: #ffffcc }
.wt-codesample-dark .c { color: #586e75; font-style: italic } /* Comment */
.wt-codesample-dark .err { color: #dc322f } /* Error */
.wt-codesample-dark .g { color: #839496 } /* Generic */
.wt-codesample-dark .k { color: #859900 } /* Keyword */
.wt-codesample-dark .l { color: #839496 } /* Literal */
.wt-codesample-dark .n { color: #93a1a1 } /* Name */
.wt-codesample-dark .o { color: #839496 } /* Operator */
.wt-codesample-dark .x { color: #839496 } /* Other */
.wt-codesample-dark .p { color: #839496 } /* Punctuation */
.wt-codesample-dark .ch { color: #586e75; font-style: italic } /* Comment.Hashbang */
.wt-codesample-dark .cm { color: #586e75; font-style: italic } /* Comment.Multiline */
.wt-codesample-dark .cp { color: #586e75; font-style: italic } /* Comment.Preproc */
.wt-codesample-dark .cpf { color: #586e75; font-style: italic } /* Comment.PreprocFile */
.wt-codesample-dark .c1 { color: #586e75; font-style: italic } /* Comment.Single */
.wt-codesample-dark .cs { color: #586e75; font-style: italic } /* Comment.Special */
.wt-codesample-dark .gd { color: #839496 } /* Generic.Deleted */
.wt-codesample-dark .ge { color: #839496 } /* Generic.Emph */
.wt-codesample-dark .gr { color: #839496 } /* Generic.Error */
.wt-codesample-dark .gh { color: #839496 } /* Generic.Heading */
.wt-codesample-dark .gi { color: #839496 } /* Generic.Inserted */
.wt-codesample-dark .go { color: #839496 } /* Generic.Output */
.wt-codesample-dark .gp { color: #839496 } /* Generic.Prompt */
.wt-codesample-dark .gs { color: #839496 } /* Generic.Strong */
.wt-codesample-dark .gu { color: #839496 } /* Generic.Subheading */
.wt-codesample-dark .gt { color: #839496 } /* Generic.Traceback */
.wt-codesample-dark .kc { color: #859900 } /* Keyword.Constant */
.wt-codesample-dark .kd { color: #859900 } /* Keyword.Declaration */
.wt-codesample-dark .kn { color: #cb4b16 } /* Keyword.Namespace */
.wt-codesample-dark .kp { color: #cb4b16 } /* Keyword.Pseudo */
.wt-codesample-dark .kr { color: #859900 } /* Keyword.Reserved */
.wt-codesample-dark .kt { color: #859900 } /* Keyword.Type */
.wt-codesample-dark .ld { color: #839496 } /* Literal.Date */
.wt-codesample-dark .m { color: #2aa198 } /* Literal.Number */
.wt-codesample-dark .s { color: #2aa198 } /* Literal.String */
.wt-codesample-dark .na { color: #839496 } /* Name.Attribute */
.wt-codesample-dark .nb { color: #268bd2 } /* Name.Builtin */
.wt-codesample-dark .nc { color: #268bd2 } /* Name.Class */
.wt-codesample-dark .no { color: #b58900 } /* Name.Constant */
.wt-codesample-dark .nd { color: #cb4b16 } /* Name.Decorator */
.wt-codesample-dark .ni { color: #cb4b16 } /* Name.Entity */
.wt-codesample-dark .ne { color: #cb4b16 } /* Name.Exception */
.wt-codesample-dark .nf { color: #268bd2 } /* Name.Function */
.wt-codesample-dark .nl { color: #839496 } /* Name.Label */
.wt-codesample-dark .nn { color: #b58900 } /* Name.Namespace */
.wt-codesample-dark .nx { color: #839496 } /* Name.Other */
.wt-codesample-dark .py { color: #268bd2 } /* Name.Property */
.wt-codesample-dark .nt { color: #859900 } /* Name.Tag */
.wt-codesample-dark .nv { color: #cb4b16 } /* Name.Variable */
.wt-codesample-dark .ow { color: #859900 } /* Operator.Word */
.wt-codesample-dark .w { color: #002b36 } /* Text.Whitespace */
.wt-codesample-dark .mb { color: #2aa198 } /* Literal.Number.Bin */
.wt-codesample-dark .mf { color: #2aa198 } /* Literal.Number.Float */
.wt-codesample-dark .mh { color: #2aa198 } /* Literal.Number.Hex */
.wt-codesample-dark .mi { color: #2aa198 } /* Literal.Number.Integer */
.wt-codesample-dark .mo { color: #2aa198 } /* Literal.Number.Oct */
.wt-codesample-dark .sa { color: #2aa198 } /* Literal.String.Affix */
.wt-codesample-dark .sb { color: #2aa198 } /* Literal.String.Backtick */
.wt-codesample-dark .sc { color: #2aa198 } /* Literal.String.Char */
.wt-codesample-dark .dl { color: #2aa198 } /* Literal.String.Delimiter */
.wt-codesample-dark .sd { color: #2aa198 } /* Literal.String.Doc */
.wt-codesample-dark .s2 { color: #2aa198 } /* Literal.String.Double */
.wt-codesample-dark .se { color: #cb4b16 } /* Literal.String.Escape */
.wt-codesample-dark .sh { color: #2aa198 } /* Literal.String.Heredoc */
.wt-codesample-dark .si { color: #cb4b16 } /* Literal.String.Interpol */
.wt-codesample-dark .sx { color: #2aa198 } /* Literal.String.Other */
.wt-codesample-dark .sr { color: #2aa198 } /* Literal.String.Regex */
.wt-codesample-dark .s1 { color: #2aa198 } /* Literal.String.Single */
.wt-codesample-dark .ss { color: #2aa198 } /* Literal.String.Symbol */
.wt-codesample-dark .bp { color: #268bd2; font-weight: bold } /* Name.Builtin.Pseudo */
.wt-codesample-dark .fm { color: #268bd2 } /* Name.Function.Magic */
.wt-codesample-dark .vc { color: #268bd2 } /* Name.Variable.Class */
.wt-codesample-dark .vg { color: #268bd2 } /* Name.Variable.Global */
.wt-codesample-dark .vi { color: #268bd2 } /* Name.Variable.Instance */
.wt-codesample-dark .vm { color: #cb4b16 } /* Name.Variable.Magic */
.wt-codesample-dark .il { color: #2aa198 } /* Literal.Number.Integer.Long */