Loading requirements.txt +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ flask==1.1.2 idna==2.10 jinja2==2.11.3 lxml==4.6.3 pygments==2.8.0 pygments==2.8.1 python-dateutil==2.8.1 pyyaml==5.4.1 httpx[http2]==0.17.1 Loading searx/static/themes/oscar/src/less/logicodev/pygments.less +3 −3 Original line number Diff line number Diff line /* this file is generated automatically by searx_extra/update/update_pygments.py using pygments version 2.8.0 using pygments version 2.8.1 */ .code-highlight .linenos { Loading searx/static/themes/oscar/src/less/pointhi/pygments.less +3 −3 Original line number Diff line number Diff line /* this file is generated automatically by searx_extra/update/update_pygments.py using pygments version 2.8.0 using pygments version 2.8.1 */ .code-highlight .linenos { Loading searx/static/themes/simple/less/pygments.less +3 −3 Original line number Diff line number Diff line /* this file is generated automatically by searx_extra/update/update_pygments.py using pygments version 2.8.0 using pygments version 2.8.1 */ .code-highlight .linenos { Loading searx_extra/update/update_pygments.py +12 −5 Original line number Diff line number Diff line Loading @@ -124,13 +124,20 @@ def get_css(cssclass, style): def main(): with open(get_output_filename('static/themes/oscar/src/less/logicodev/pygments.less'), 'w') as f: fname = 'static/themes/oscar/src/less/logicodev/pygments.less' print("update: %s" % fname) with open(get_output_filename(fname), 'w') as f: f.write(get_css(CSSCLASS, LogicodevStyle)) with open(get_output_filename('static/themes/oscar/src/less/pointhi/pygments.less'), 'w') as f: fname = 'static/themes/oscar/src/less/pointhi/pygments.less' print("update: %s" % fname) with open(get_output_filename(fname), 'w') as f: f.write(get_css(CSSCLASS, 'default')) with open(get_output_filename('static/themes/simple/less/pygments.less'), 'w') as f: fname = 'static/themes/simple/less/pygments.less' print("update: %s" % fname) with open(get_output_filename(fname), 'w') as f: f.write(get_css(CSSCLASS, 'default')) Loading Loading
requirements.txt +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ flask==1.1.2 idna==2.10 jinja2==2.11.3 lxml==4.6.3 pygments==2.8.0 pygments==2.8.1 python-dateutil==2.8.1 pyyaml==5.4.1 httpx[http2]==0.17.1 Loading
searx/static/themes/oscar/src/less/logicodev/pygments.less +3 −3 Original line number Diff line number Diff line /* this file is generated automatically by searx_extra/update/update_pygments.py using pygments version 2.8.0 using pygments version 2.8.1 */ .code-highlight .linenos { Loading
searx/static/themes/oscar/src/less/pointhi/pygments.less +3 −3 Original line number Diff line number Diff line /* this file is generated automatically by searx_extra/update/update_pygments.py using pygments version 2.8.0 using pygments version 2.8.1 */ .code-highlight .linenos { Loading
searx/static/themes/simple/less/pygments.less +3 −3 Original line number Diff line number Diff line /* this file is generated automatically by searx_extra/update/update_pygments.py using pygments version 2.8.0 using pygments version 2.8.1 */ .code-highlight .linenos { Loading
searx_extra/update/update_pygments.py +12 −5 Original line number Diff line number Diff line Loading @@ -124,13 +124,20 @@ def get_css(cssclass, style): def main(): with open(get_output_filename('static/themes/oscar/src/less/logicodev/pygments.less'), 'w') as f: fname = 'static/themes/oscar/src/less/logicodev/pygments.less' print("update: %s" % fname) with open(get_output_filename(fname), 'w') as f: f.write(get_css(CSSCLASS, LogicodevStyle)) with open(get_output_filename('static/themes/oscar/src/less/pointhi/pygments.less'), 'w') as f: fname = 'static/themes/oscar/src/less/pointhi/pygments.less' print("update: %s" % fname) with open(get_output_filename(fname), 'w') as f: f.write(get_css(CSSCLASS, 'default')) with open(get_output_filename('static/themes/simple/less/pygments.less'), 'w') as f: fname = 'static/themes/simple/less/pygments.less' print("update: %s" % fname) with open(get_output_filename(fname), 'w') as f: f.write(get_css(CSSCLASS, 'default')) Loading