renewedtab_website/_sass/_syntax.scss

95 lines
5.3 KiB
SCSS

code {
padding: .2em .4em;
margin: 0;
font-size: 85%;
background-color: rgba(110,118,129,0.4);
border-radius: 6px;
color: #fff;
}
.highlight {
margin: 0 0 1em 0;
}
.highlight code {
padding: unset;
background-color: unset;
border-radius: unset;
}
/*! Darcula theme; https://github.com/alem0lars/vim-colorscheme-darcula */
.highlight .hll { background-color: #ffffcc !important; }
.highlight { color: #a9b7c6 !important; }
.highlight .c { color: #808080 !important; font-style: italic !important; } /* Comment */
.highlight .err { color: #a9b7c6 !important; } /* Error */
.highlight .g { color: #a9b7c6 !important; } /* Generic */
.highlight .k { color: #cc7832 !important; } /* Keyword */
.highlight .l { color: #a9b7c6 !important; } /* Literal */
.highlight .n, .highlight .h { color: #a9b7c6 !important; } /* Name */
.highlight .o { color: #a9b7c6 !important; } /* Operator */
.highlight .x { color: #a9b7c6 !important; } /* Other */
.highlight .p { color: #a9b7c6 !important; } /* Punctuation */
.highlight .cm { color: #808080 !important; font-style: italic !important; } /* Comment.Multiline */
.highlight .cp { color: #cc7832 !important; } /* Comment.Preproc */
.highlight .c1 { color: #808080 !important; font-style: italic !important; } /* Comment.Single */
.highlight .cs { color: #808080 !important; font-style: italic !important; } /* Comment.Special */
.highlight .gd { color: #8c0909 !important; } /* Generic.Deleted */
.highlight .ge { color: #a9b7c6 !important; text-decoration: underline !important; } /* Generic.Emph */
.highlight .gr { color: #a9b7c6 !important; } /* Generic.Error */
.highlight .gh { color: #a9b7c6 !important; font-weight: bold !important; } /* Generic.Heading */
.highlight .gi { color: #a9b7c6 !important; font-weight: bold !important; background-color: #47840d !important; } /* Generic.Inserted */
.highlight .go { color: #bfbfbf !important; background-color: #313233 !important; } /* Generic.Output */
.highlight .gp { color: #a9b7c6 !important; } /* Generic.Prompt */
.highlight .gs { color: #a9b7c6 !important; } /* Generic.Strong */
.highlight .gu { color: #a9b7c6 !important; font-weight: bold !important; } /* Generic.Subheading */
.highlight .gt { color: #ffffff !important; background-color: #990000 !important; } /* Generic.Traceback */
.highlight .kc { color: #cc7832 !important; } /* Keyword.Constant */
.highlight .kd { color: #cc7832 !important; } /* Keyword.Declaration */
.highlight .kn { color: #cc7832 !important; } /* Keyword.Namespace */
.highlight .kp { color: #cc7832 !important; } /* Keyword.Pseudo */
.highlight .kr { color: #cc7832 !important; } /* Keyword.Reserved */
.highlight .kt { color: #cc7832 !important; } /* Keyword.Type */
.highlight .ld { color: #a9b7c6 !important; } /* Literal.Date */
.highlight .m { color: #6897bb !important; } /* Literal.Number */
.highlight .s { color: #a5c25c !important; } /* Literal.String */
.highlight .na { color: #ffc66d !important; } /* Name.Attribute */
.highlight .nb { color: #cc7832 !important; } /* Name.Builtin */
.highlight .nc { color: #a9b7c6 !important; } /* Name.Class */
.highlight .no { color: #9876aa !important; } /* Name.Constant */
.highlight .nd { color: #a9b7c6 !important; } /* Name.Decorator */
.highlight .ni { color: #a9b7c6 !important; } /* Name.Entity */
.highlight .ne { color: #a9b7c6 !important; } /* Name.Exception */
.highlight .nf { color: #ffc66d !important; } /* Name.Function */
.highlight .nl { color: #a5c25c !important; } /* Name.Label */
.highlight .nn { color: #a9b7c6 !important; } /* Name.Namespace */
.highlight .nx { color: #a9b7c6 !important; } /* Name.Other */
.highlight .py { color: #a9b7c6 !important; } /* Name.Property */
.highlight .nt { color: #cc7832 !important; } /* Name.Tag */
.highlight .nv { color: #cc7832 !important; } /* Name.Variable */
.highlight .ow { color: #cc7832 !important; } /* Operator.Word */
.highlight .w { color: #a9b7c6 !important; } /* Text.Whitespace */
.highlight .mf { color: #6897bb !important; } /* Literal.Number.Float */
.highlight .mh { color: #6897bb !important; } /* Literal.Number.Hex */
.highlight .mi { color: #6897bb !important; } /* Literal.Number.Integer */
.highlight .mo { color: #6897bb !important; } /* Literal.Number.Oct */
.highlight .sb { color: #a5c25c !important; } /* Literal.String.Backtick */
.highlight .sc { color: #a5c25c !important; } /* Literal.String.Char */
.highlight .sd { color: #a5c25c !important; } /* Literal.String.Doc */
.highlight .s2 { color: #a5c25c !important; } /* Literal.String.Double */
.highlight .se { color: #a5c25c !important; } /* Literal.String.Escape */
.highlight .sh { color: #a5c25c !important; } /* Literal.String.Heredoc */
.highlight .si { color: #a5c25c !important; } /* Literal.String.Interpol */
.highlight .sx { color: #a5c25c !important; } /* Literal.String.Other */
.highlight .sr { color: #a5c25c !important; } /* Literal.String.Regex */
.highlight .s1 { color: #a5c25c !important; } /* Literal.String.Single */
.highlight .ss { color: #a5c25c !important; } /* Literal.String.Symbol */
.highlight .bp { color: #a9b7c6 !important; } /* Name.Builtin.Pseudo */
.highlight .vc { color: #cc7832 !important; } /* Name.Variable.Class */
.highlight .vg { color: #cc7832 !important; } /* Name.Variable.Global */
.highlight .vi { color: #cc7832 !important; } /* Name.Variable.Instance */
.highlight .il { color: #6897bb !important; } /* Literal.Number.Integer.Long */