mirror of
https://github.com/searxng/searxng.git
synced 2024-11-20 03:10:10 +01:00
Merge pull request #667 from searxng/dependabot/pip/master/pygments-2.11.0
Bump pygments from 2.10.0 to 2.11.0
This commit is contained in:
commit
021b4a0a02
@ -4,7 +4,7 @@ flask-babel==2.0.0
|
|||||||
flask==2.0.2
|
flask==2.0.2
|
||||||
jinja2==3.0.3
|
jinja2==3.0.3
|
||||||
lxml==4.7.1
|
lxml==4.7.1
|
||||||
pygments==2.10.0
|
pygments==2.11.0
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
pyyaml==6.0
|
pyyaml==6.0
|
||||||
httpx[http2]==0.19.0
|
httpx[http2]==0.19.0
|
||||||
|
@ -384,7 +384,7 @@
|
|||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
this file is generated automatically by searxng_extra/update/update_pygments.py
|
this file is generated automatically by searxng_extra/update/update_pygments.py
|
||||||
using pygments version 2.10.0
|
using pygments version 2.11.0
|
||||||
*/
|
*/
|
||||||
.code-highlight .linenos {
|
.code-highlight .linenos {
|
||||||
-webkit-touch-callout: none;
|
-webkit-touch-callout: none;
|
||||||
|
@ -384,7 +384,7 @@
|
|||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
this file is generated automatically by searxng_extra/update/update_pygments.py
|
this file is generated automatically by searxng_extra/update/update_pygments.py
|
||||||
using pygments version 2.10.0
|
using pygments version 2.11.0
|
||||||
*/
|
*/
|
||||||
.code-highlight .linenos {
|
.code-highlight .linenos {
|
||||||
-webkit-touch-callout: none;
|
-webkit-touch-callout: none;
|
||||||
|
@ -384,7 +384,7 @@
|
|||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
this file is generated automatically by searxng_extra/update/update_pygments.py
|
this file is generated automatically by searxng_extra/update/update_pygments.py
|
||||||
using pygments version 2.10.0
|
using pygments version 2.11.0
|
||||||
*/
|
*/
|
||||||
.code-highlight .linenos {
|
.code-highlight .linenos {
|
||||||
-webkit-touch-callout: none;
|
-webkit-touch-callout: none;
|
||||||
@ -439,7 +439,7 @@
|
|||||||
background: #f8f8f8;
|
background: #f8f8f8;
|
||||||
}
|
}
|
||||||
.code-highlight .c {
|
.code-highlight .c {
|
||||||
color: #408080;
|
color: #3D7B7B;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
/* Comment */
|
/* Comment */
|
||||||
@ -457,31 +457,31 @@
|
|||||||
}
|
}
|
||||||
/* Operator */
|
/* Operator */
|
||||||
.code-highlight .ch {
|
.code-highlight .ch {
|
||||||
color: #408080;
|
color: #3D7B7B;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
/* Comment.Hashbang */
|
/* Comment.Hashbang */
|
||||||
.code-highlight .cm {
|
.code-highlight .cm {
|
||||||
color: #408080;
|
color: #3D7B7B;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
/* Comment.Multiline */
|
/* Comment.Multiline */
|
||||||
.code-highlight .cp {
|
.code-highlight .cp {
|
||||||
color: #BC7A00;
|
color: #9C6500;
|
||||||
}
|
}
|
||||||
/* Comment.Preproc */
|
/* Comment.Preproc */
|
||||||
.code-highlight .cpf {
|
.code-highlight .cpf {
|
||||||
color: #408080;
|
color: #3D7B7B;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
/* Comment.PreprocFile */
|
/* Comment.PreprocFile */
|
||||||
.code-highlight .c1 {
|
.code-highlight .c1 {
|
||||||
color: #408080;
|
color: #3D7B7B;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
/* Comment.Single */
|
/* Comment.Single */
|
||||||
.code-highlight .cs {
|
.code-highlight .cs {
|
||||||
color: #408080;
|
color: #3D7B7B;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
/* Comment.Special */
|
/* Comment.Special */
|
||||||
@ -494,7 +494,7 @@
|
|||||||
}
|
}
|
||||||
/* Generic.Emph */
|
/* Generic.Emph */
|
||||||
.code-highlight .gr {
|
.code-highlight .gr {
|
||||||
color: #FF0000;
|
color: #E40000;
|
||||||
}
|
}
|
||||||
/* Generic.Error */
|
/* Generic.Error */
|
||||||
.code-highlight .gh {
|
.code-highlight .gh {
|
||||||
@ -503,11 +503,11 @@
|
|||||||
}
|
}
|
||||||
/* Generic.Heading */
|
/* Generic.Heading */
|
||||||
.code-highlight .gi {
|
.code-highlight .gi {
|
||||||
color: #00A000;
|
color: #008400;
|
||||||
}
|
}
|
||||||
/* Generic.Inserted */
|
/* Generic.Inserted */
|
||||||
.code-highlight .go {
|
.code-highlight .go {
|
||||||
color: #888888;
|
color: #717171;
|
||||||
}
|
}
|
||||||
/* Generic.Output */
|
/* Generic.Output */
|
||||||
.code-highlight .gp {
|
.code-highlight .gp {
|
||||||
@ -565,7 +565,7 @@
|
|||||||
}
|
}
|
||||||
/* Literal.String */
|
/* Literal.String */
|
||||||
.code-highlight .na {
|
.code-highlight .na {
|
||||||
color: #7D9029;
|
color: #687822;
|
||||||
}
|
}
|
||||||
/* Name.Attribute */
|
/* Name.Attribute */
|
||||||
.code-highlight .nb {
|
.code-highlight .nb {
|
||||||
@ -586,12 +586,12 @@
|
|||||||
}
|
}
|
||||||
/* Name.Decorator */
|
/* Name.Decorator */
|
||||||
.code-highlight .ni {
|
.code-highlight .ni {
|
||||||
color: #999999;
|
color: #717171;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
/* Name.Entity */
|
/* Name.Entity */
|
||||||
.code-highlight .ne {
|
.code-highlight .ne {
|
||||||
color: #D2413A;
|
color: #CB3F38;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
/* Name.Exception */
|
/* Name.Exception */
|
||||||
@ -600,7 +600,7 @@
|
|||||||
}
|
}
|
||||||
/* Name.Function */
|
/* Name.Function */
|
||||||
.code-highlight .nl {
|
.code-highlight .nl {
|
||||||
color: #A0A000;
|
color: #767600;
|
||||||
}
|
}
|
||||||
/* Name.Label */
|
/* Name.Label */
|
||||||
.code-highlight .nn {
|
.code-highlight .nn {
|
||||||
@ -672,7 +672,7 @@
|
|||||||
}
|
}
|
||||||
/* Literal.String.Double */
|
/* Literal.String.Double */
|
||||||
.code-highlight .se {
|
.code-highlight .se {
|
||||||
color: #BB6622;
|
color: #AA5D1F;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
/* Literal.String.Escape */
|
/* Literal.String.Escape */
|
||||||
@ -681,7 +681,7 @@
|
|||||||
}
|
}
|
||||||
/* Literal.String.Heredoc */
|
/* Literal.String.Heredoc */
|
||||||
.code-highlight .si {
|
.code-highlight .si {
|
||||||
color: #BB6688;
|
color: #A45A77;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
/* Literal.String.Interpol */
|
/* Literal.String.Interpol */
|
||||||
@ -690,7 +690,7 @@
|
|||||||
}
|
}
|
||||||
/* Literal.String.Other */
|
/* Literal.String.Other */
|
||||||
.code-highlight .sr {
|
.code-highlight .sr {
|
||||||
color: #BB6688;
|
color: #A45A77;
|
||||||
}
|
}
|
||||||
/* Literal.String.Regex */
|
/* Literal.String.Regex */
|
||||||
.code-highlight .s1 {
|
.code-highlight .s1 {
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
searx/static/themes/oscar/js/searxng.min.js
vendored
2
searx/static/themes/oscar/js/searxng.min.js
vendored
@ -4,7 +4,7 @@
|
|||||||
* (C) Copyright Contributors to the searx project (2014 - 2021).
|
* (C) Copyright Contributors to the searx project (2014 - 2021).
|
||||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
*/
|
*/
|
||||||
window.searxng=function(t){"use strict";t.getElementsByTagName("html")[0].className="js";var e,e=t.currentScript||(e=t.getElementsByTagName("script"))[e.length-1];return{autocompleter:"true"===e.getAttribute("data-autocompleter"),method:e.getAttribute("data-method"),translations:JSON.parse(e.getAttribute("data-translations"))}}(document),
|
window.searxng=function(t){"use strict";t.getElementsByTagName("html")[0].className="js";var e=t.currentScript||(e=t.getElementsByTagName("script"))[e.length-1];return{autocompleter:"true"===e.getAttribute("data-autocompleter"),method:e.getAttribute("data-method"),translations:JSON.parse(e.getAttribute("data-translations"))}}(document),
|
||||||
/**
|
/**
|
||||||
* @license
|
* @license
|
||||||
* (C) Copyright Contributors to the SearXNG project.
|
* (C) Copyright Contributors to the SearXNG project.
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
this file is generated automatically by searxng_extra/update/update_pygments.py
|
this file is generated automatically by searxng_extra/update/update_pygments.py
|
||||||
using pygments version 2.10.0
|
using pygments version 2.11.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.code-highlight .linenos {
|
.code-highlight .linenos {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
this file is generated automatically by searxng_extra/update/update_pygments.py
|
this file is generated automatically by searxng_extra/update/update_pygments.py
|
||||||
using pygments version 2.10.0
|
using pygments version 2.11.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.code-highlight .linenos {
|
.code-highlight .linenos {
|
||||||
@ -30,22 +30,22 @@
|
|||||||
.code-highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
|
.code-highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
|
||||||
.code-highlight .hll { background-color: #ffffcc }
|
.code-highlight .hll { background-color: #ffffcc }
|
||||||
.code-highlight { background: #f8f8f8; }
|
.code-highlight { background: #f8f8f8; }
|
||||||
.code-highlight .c { color: #408080; font-style: italic } /* Comment */
|
.code-highlight .c { color: #3D7B7B; font-style: italic } /* Comment */
|
||||||
.code-highlight .err { border: 1px solid #FF0000 } /* Error */
|
.code-highlight .err { border: 1px solid #FF0000 } /* Error */
|
||||||
.code-highlight .k { color: #008000; font-weight: bold } /* Keyword */
|
.code-highlight .k { color: #008000; font-weight: bold } /* Keyword */
|
||||||
.code-highlight .o { color: #666666 } /* Operator */
|
.code-highlight .o { color: #666666 } /* Operator */
|
||||||
.code-highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */
|
.code-highlight .ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */
|
||||||
.code-highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
|
.code-highlight .cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */
|
||||||
.code-highlight .cp { color: #BC7A00 } /* Comment.Preproc */
|
.code-highlight .cp { color: #9C6500 } /* Comment.Preproc */
|
||||||
.code-highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */
|
.code-highlight .cpf { color: #3D7B7B; font-style: italic } /* Comment.PreprocFile */
|
||||||
.code-highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
|
.code-highlight .c1 { color: #3D7B7B; font-style: italic } /* Comment.Single */
|
||||||
.code-highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
|
.code-highlight .cs { color: #3D7B7B; font-style: italic } /* Comment.Special */
|
||||||
.code-highlight .gd { color: #A00000 } /* Generic.Deleted */
|
.code-highlight .gd { color: #A00000 } /* Generic.Deleted */
|
||||||
.code-highlight .ge { font-style: italic } /* Generic.Emph */
|
.code-highlight .ge { font-style: italic } /* Generic.Emph */
|
||||||
.code-highlight .gr { color: #FF0000 } /* Generic.Error */
|
.code-highlight .gr { color: #E40000 } /* Generic.Error */
|
||||||
.code-highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
.code-highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
||||||
.code-highlight .gi { color: #00A000 } /* Generic.Inserted */
|
.code-highlight .gi { color: #008400 } /* Generic.Inserted */
|
||||||
.code-highlight .go { color: #888888 } /* Generic.Output */
|
.code-highlight .go { color: #717171 } /* Generic.Output */
|
||||||
.code-highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
|
.code-highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
|
||||||
.code-highlight .gs { font-weight: bold } /* Generic.Strong */
|
.code-highlight .gs { font-weight: bold } /* Generic.Strong */
|
||||||
.code-highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
.code-highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
||||||
@ -58,15 +58,15 @@
|
|||||||
.code-highlight .kt { color: #B00040 } /* Keyword.Type */
|
.code-highlight .kt { color: #B00040 } /* Keyword.Type */
|
||||||
.code-highlight .m { color: #666666 } /* Literal.Number */
|
.code-highlight .m { color: #666666 } /* Literal.Number */
|
||||||
.code-highlight .s { color: #BA2121 } /* Literal.String */
|
.code-highlight .s { color: #BA2121 } /* Literal.String */
|
||||||
.code-highlight .na { color: #7D9029 } /* Name.Attribute */
|
.code-highlight .na { color: #687822 } /* Name.Attribute */
|
||||||
.code-highlight .nb { color: #008000 } /* Name.Builtin */
|
.code-highlight .nb { color: #008000 } /* Name.Builtin */
|
||||||
.code-highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
|
.code-highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
|
||||||
.code-highlight .no { color: #880000 } /* Name.Constant */
|
.code-highlight .no { color: #880000 } /* Name.Constant */
|
||||||
.code-highlight .nd { color: #AA22FF } /* Name.Decorator */
|
.code-highlight .nd { color: #AA22FF } /* Name.Decorator */
|
||||||
.code-highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
|
.code-highlight .ni { color: #717171; font-weight: bold } /* Name.Entity */
|
||||||
.code-highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
|
.code-highlight .ne { color: #CB3F38; font-weight: bold } /* Name.Exception */
|
||||||
.code-highlight .nf { color: #0000FF } /* Name.Function */
|
.code-highlight .nf { color: #0000FF } /* Name.Function */
|
||||||
.code-highlight .nl { color: #A0A000 } /* Name.Label */
|
.code-highlight .nl { color: #767600 } /* Name.Label */
|
||||||
.code-highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
|
.code-highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
|
||||||
.code-highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
|
.code-highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
|
||||||
.code-highlight .nv { color: #19177C } /* Name.Variable */
|
.code-highlight .nv { color: #19177C } /* Name.Variable */
|
||||||
@ -83,11 +83,11 @@
|
|||||||
.code-highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */
|
.code-highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */
|
||||||
.code-highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
|
.code-highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
|
||||||
.code-highlight .s2 { color: #BA2121 } /* Literal.String.Double */
|
.code-highlight .s2 { color: #BA2121 } /* Literal.String.Double */
|
||||||
.code-highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
|
.code-highlight .se { color: #AA5D1F; font-weight: bold } /* Literal.String.Escape */
|
||||||
.code-highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
|
.code-highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
|
||||||
.code-highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
|
.code-highlight .si { color: #A45A77; font-weight: bold } /* Literal.String.Interpol */
|
||||||
.code-highlight .sx { color: #008000 } /* Literal.String.Other */
|
.code-highlight .sx { color: #008000 } /* Literal.String.Other */
|
||||||
.code-highlight .sr { color: #BB6688 } /* Literal.String.Regex */
|
.code-highlight .sr { color: #A45A77 } /* Literal.String.Regex */
|
||||||
.code-highlight .s1 { color: #BA2121 } /* Literal.String.Single */
|
.code-highlight .s1 { color: #BA2121 } /* Literal.String.Single */
|
||||||
.code-highlight .ss { color: #19177C } /* Literal.String.Symbol */
|
.code-highlight .ss { color: #19177C } /* Literal.String.Symbol */
|
||||||
.code-highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
|
.code-highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
this file is generated automatically by searxng_extra/update/update_pygments.py
|
this file is generated automatically by searxng_extra/update/update_pygments.py
|
||||||
using pygments version 2.10.0
|
using pygments version 2.11.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.code-highlight .linenos {
|
.code-highlight .linenos {
|
||||||
@ -30,22 +30,22 @@
|
|||||||
.code-highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
|
.code-highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
|
||||||
.code-highlight .hll { background-color: #ffffcc }
|
.code-highlight .hll { background-color: #ffffcc }
|
||||||
.code-highlight { background: #f8f8f8; }
|
.code-highlight { background: #f8f8f8; }
|
||||||
.code-highlight .c { color: #408080; font-style: italic } /* Comment */
|
.code-highlight .c { color: #3D7B7B; font-style: italic } /* Comment */
|
||||||
.code-highlight .err { border: 1px solid #FF0000 } /* Error */
|
.code-highlight .err { border: 1px solid #FF0000 } /* Error */
|
||||||
.code-highlight .k { color: #008000; font-weight: bold } /* Keyword */
|
.code-highlight .k { color: #008000; font-weight: bold } /* Keyword */
|
||||||
.code-highlight .o { color: #666666 } /* Operator */
|
.code-highlight .o { color: #666666 } /* Operator */
|
||||||
.code-highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */
|
.code-highlight .ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */
|
||||||
.code-highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
|
.code-highlight .cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */
|
||||||
.code-highlight .cp { color: #BC7A00 } /* Comment.Preproc */
|
.code-highlight .cp { color: #9C6500 } /* Comment.Preproc */
|
||||||
.code-highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */
|
.code-highlight .cpf { color: #3D7B7B; font-style: italic } /* Comment.PreprocFile */
|
||||||
.code-highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
|
.code-highlight .c1 { color: #3D7B7B; font-style: italic } /* Comment.Single */
|
||||||
.code-highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
|
.code-highlight .cs { color: #3D7B7B; font-style: italic } /* Comment.Special */
|
||||||
.code-highlight .gd { color: #A00000 } /* Generic.Deleted */
|
.code-highlight .gd { color: #A00000 } /* Generic.Deleted */
|
||||||
.code-highlight .ge { font-style: italic } /* Generic.Emph */
|
.code-highlight .ge { font-style: italic } /* Generic.Emph */
|
||||||
.code-highlight .gr { color: #FF0000 } /* Generic.Error */
|
.code-highlight .gr { color: #E40000 } /* Generic.Error */
|
||||||
.code-highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
.code-highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
||||||
.code-highlight .gi { color: #00A000 } /* Generic.Inserted */
|
.code-highlight .gi { color: #008400 } /* Generic.Inserted */
|
||||||
.code-highlight .go { color: #888888 } /* Generic.Output */
|
.code-highlight .go { color: #717171 } /* Generic.Output */
|
||||||
.code-highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
|
.code-highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
|
||||||
.code-highlight .gs { font-weight: bold } /* Generic.Strong */
|
.code-highlight .gs { font-weight: bold } /* Generic.Strong */
|
||||||
.code-highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
.code-highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
||||||
@ -58,15 +58,15 @@
|
|||||||
.code-highlight .kt { color: #B00040 } /* Keyword.Type */
|
.code-highlight .kt { color: #B00040 } /* Keyword.Type */
|
||||||
.code-highlight .m { color: #666666 } /* Literal.Number */
|
.code-highlight .m { color: #666666 } /* Literal.Number */
|
||||||
.code-highlight .s { color: #BA2121 } /* Literal.String */
|
.code-highlight .s { color: #BA2121 } /* Literal.String */
|
||||||
.code-highlight .na { color: #7D9029 } /* Name.Attribute */
|
.code-highlight .na { color: #687822 } /* Name.Attribute */
|
||||||
.code-highlight .nb { color: #008000 } /* Name.Builtin */
|
.code-highlight .nb { color: #008000 } /* Name.Builtin */
|
||||||
.code-highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
|
.code-highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
|
||||||
.code-highlight .no { color: #880000 } /* Name.Constant */
|
.code-highlight .no { color: #880000 } /* Name.Constant */
|
||||||
.code-highlight .nd { color: #AA22FF } /* Name.Decorator */
|
.code-highlight .nd { color: #AA22FF } /* Name.Decorator */
|
||||||
.code-highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
|
.code-highlight .ni { color: #717171; font-weight: bold } /* Name.Entity */
|
||||||
.code-highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
|
.code-highlight .ne { color: #CB3F38; font-weight: bold } /* Name.Exception */
|
||||||
.code-highlight .nf { color: #0000FF } /* Name.Function */
|
.code-highlight .nf { color: #0000FF } /* Name.Function */
|
||||||
.code-highlight .nl { color: #A0A000 } /* Name.Label */
|
.code-highlight .nl { color: #767600 } /* Name.Label */
|
||||||
.code-highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
|
.code-highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
|
||||||
.code-highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
|
.code-highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
|
||||||
.code-highlight .nv { color: #19177C } /* Name.Variable */
|
.code-highlight .nv { color: #19177C } /* Name.Variable */
|
||||||
@ -83,11 +83,11 @@
|
|||||||
.code-highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */
|
.code-highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */
|
||||||
.code-highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
|
.code-highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
|
||||||
.code-highlight .s2 { color: #BA2121 } /* Literal.String.Double */
|
.code-highlight .s2 { color: #BA2121 } /* Literal.String.Double */
|
||||||
.code-highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
|
.code-highlight .se { color: #AA5D1F; font-weight: bold } /* Literal.String.Escape */
|
||||||
.code-highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
|
.code-highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
|
||||||
.code-highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
|
.code-highlight .si { color: #A45A77; font-weight: bold } /* Literal.String.Interpol */
|
||||||
.code-highlight .sx { color: #008000 } /* Literal.String.Other */
|
.code-highlight .sx { color: #008000 } /* Literal.String.Other */
|
||||||
.code-highlight .sr { color: #BB6688 } /* Literal.String.Regex */
|
.code-highlight .sr { color: #A45A77 } /* Literal.String.Regex */
|
||||||
.code-highlight .s1 { color: #BA2121 } /* Literal.String.Single */
|
.code-highlight .s1 { color: #BA2121 } /* Literal.String.Single */
|
||||||
.code-highlight .ss { color: #19177C } /* Literal.String.Symbol */
|
.code-highlight .ss { color: #19177C } /* Literal.String.Symbol */
|
||||||
.code-highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
|
.code-highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
|
||||||
|
Loading…
Reference in New Issue
Block a user