Template:Codesample/light.css

From Wikitech
.wt-codesample-light .wt-codesample-title {
	color: #586e75; /* base01 */
	background: #eee8d5; /* base2 */
}
.wt-codesample-light .wt-codesample-header div {
	border-color:  #657b83; /* base00 */
}
.wt-codesample-light pre {
	color: #657b83; /* base00 */
	background-color: #fdf6e3; /* base3 */
	border-color: #657b83; /* base00 */
}
.wt-codesample-light .lineno {
	color: #586e75; /* base01 */
}

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