stellars-jupyterlab-sublime-theme 1.0.4__tar.gz → 1.0.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of stellars-jupyterlab-sublime-theme might be problematic. Click here for more details.

Files changed (31) hide show
  1. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/Makefile +5 -1
  2. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/PKG-INFO +18 -2
  3. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/README.md +17 -0
  4. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/package.json +1 -1
  5. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/stellars_jupyterlab_sublime_theme/_version.py +1 -1
  6. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/stellars_jupyterlab_sublime_theme/labextension/package.json +2 -2
  7. stellars_jupyterlab_sublime_theme-1.0.4/stellars_jupyterlab_sublime_theme/labextension/static/509.d8cdae86757ffaf9fc38.js → stellars_jupyterlab_sublime_theme-1.0.8/stellars_jupyterlab_sublime_theme/labextension/static/509.31fa3e7206a8ec687eeb.js +1 -1
  8. stellars_jupyterlab_sublime_theme-1.0.8/stellars_jupyterlab_sublime_theme/labextension/static/remoteEntry.07be4685a007a9ddbfd6.js +1 -0
  9. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/stellars_jupyterlab_sublime_theme/labextension/themes/@stellars/jupyterlab_sublime_theme/index.css +29 -82
  10. stellars_jupyterlab_sublime_theme-1.0.4/style/codemirror-darcula.css → stellars_jupyterlab_sublime_theme-1.0.8/style/codemirror-custom.css +2 -0
  11. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/style/index.css +1 -1
  12. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/style/variables.css +27 -82
  13. stellars_jupyterlab_sublime_theme-1.0.4/stellars_jupyterlab_sublime_theme/labextension/static/remoteEntry.cc2c0686452b8fb76d3c.js +0 -1
  14. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/.copier-answers.yml +0 -0
  15. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/.gitignore +0 -0
  16. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/.prettierignore +0 -0
  17. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/.yarnrc.yml +0 -0
  18. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/CHANGELOG.md +0 -0
  19. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/LICENSE +0 -0
  20. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/RELEASE.md +0 -0
  21. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/install.json +0 -0
  22. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/pyproject.toml +0 -0
  23. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/screenshot-stellars-sublime.png +0 -0
  24. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/setup.py +0 -0
  25. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/src/index.ts +0 -0
  26. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/stellars_jupyterlab_sublime_theme/__init__.py +0 -0
  27. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/stellars_jupyterlab_sublime_theme/labextension/static/style.js +0 -0
  28. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/stellars_jupyterlab_sublime_theme/labextension/static/third-party-licenses.json +0 -0
  29. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/stellars_jupyterlab_sublime_theme/labextension/themes/@stellars/jupyterlab_sublime_theme/index.js +0 -0
  30. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/style/scrollbars.css +0 -0
  31. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.8}/tsconfig.json +0 -0
@@ -10,8 +10,12 @@ clean: uninstall
10
10
  rm -rf dist lib
11
11
 
12
12
  uninstall:
13
- pip uninstall -y dist/*.whl || true
13
+ pip uninstall -y dist/*.whl 2>/dev/null || true
14
14
 
15
15
  publish: clean
16
16
  python -m build
17
17
  twine upload dist/*
18
+
19
+ dependencies:
20
+ conda install -y nodejs
21
+ pip install twine
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: stellars_jupyterlab_sublime_theme
3
- Version: 1.0.4
3
+ Version: 1.0.8
4
4
  Summary: Sublime dark theme based on Darcula, tweaked by Stellars
5
5
  Project-URL: Homepage, https://github.com/stellarshenson/jupyterlab_stellars_sublime_theme
6
6
  Project-URL: Bug Tracker, https://github.com/stellarshenson/jupyterlab_stellars_sublime_theme/issues
@@ -35,7 +35,6 @@ License: BSD 3-Clause License
35
35
  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
36
36
  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
37
37
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38
- License-File: LICENSE
39
38
  Keywords: jupyter,jupyterlab,jupyterlab-extension
40
39
  Classifier: Framework :: Jupyter
41
40
  Classifier: Framework :: Jupyter :: JupyterLab
@@ -66,6 +65,23 @@ Base theme on which this one was built is the original [Jupyterlab Darcula theme
66
65
  Project is based on the latest [jupyterlab extension template](https://github.com/jupyterlab/extension-template) and built with with copier.
67
66
 
68
67
  ![](https://github.com/stellarshenson/jupyterlab_stellars_sublime_theme/blob/master/screenshot-stellars-sublime.png?raw=true)
68
+
69
+ ## Theme Colors
70
+
71
+ Sublime dark theme is based upon a popular __Monokai__ theme with the following colors:
72
+
73
+ Background: #272822 (a dark olive tone)
74
+ Foreground (text): #F8F8F2 (light grayish white)
75
+ Comments: #75715E (a muted greenish-gray)
76
+ Keywords: #F92672 (bright pink)
77
+ Functions: #A6E22E (light green)
78
+ Strings: #E6DB74 (pale yellow)
79
+ Numbers: #AE81FF (light purple)
80
+ Built-in constants: #66D9EF (bright cyan)
81
+ Operators and punctuation: #F8F8F2 (matches the main foreground color)
82
+
83
+ Those colors will be reflected in the jupyterlab-stellars-sublime theme when ready
84
+
69
85
  ## Requirements
70
86
 
71
87
  - JupyterLab >= 4.0.0
@@ -11,6 +11,23 @@ Base theme on which this one was built is the original [Jupyterlab Darcula theme
11
11
  Project is based on the latest [jupyterlab extension template](https://github.com/jupyterlab/extension-template) and built with with copier.
12
12
 
13
13
  ![](https://github.com/stellarshenson/jupyterlab_stellars_sublime_theme/blob/master/screenshot-stellars-sublime.png?raw=true)
14
+
15
+ ## Theme Colors
16
+
17
+ Sublime dark theme is based upon a popular __Monokai__ theme with the following colors:
18
+
19
+ Background: #272822 (a dark olive tone)
20
+ Foreground (text): #F8F8F2 (light grayish white)
21
+ Comments: #75715E (a muted greenish-gray)
22
+ Keywords: #F92672 (bright pink)
23
+ Functions: #A6E22E (light green)
24
+ Strings: #E6DB74 (pale yellow)
25
+ Numbers: #AE81FF (light purple)
26
+ Built-in constants: #66D9EF (bright cyan)
27
+ Operators and punctuation: #F8F8F2 (matches the main foreground color)
28
+
29
+ Those colors will be reflected in the jupyterlab-stellars-sublime theme when ready
30
+
14
31
  ## Requirements
15
32
 
16
33
  - JupyterLab >= 4.0.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stellars/jupyterlab_sublime_theme",
3
- "version": "1.0.4",
3
+ "version": "1.0.8",
4
4
  "description": "Sublime dark theme based on Darcula, tweaked by Stellars",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -1,4 +1,4 @@
1
1
  # This file is auto-generated by Hatchling. As such, do not:
2
2
  # - modify
3
3
  # - track in version control e.g. be sure to add to .gitignore
4
- __version__ = VERSION = '1.0.4'
4
+ __version__ = VERSION = '1.0.8'
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stellars/jupyterlab_sublime_theme",
3
- "version": "1.0.4",
3
+ "version": "1.0.8",
4
4
  "description": "Sublime dark theme based on Darcula, tweaked by Stellars",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -92,7 +92,7 @@
92
92
  "outputDir": "stellars_jupyterlab_sublime_theme/labextension",
93
93
  "themePath": "style/index.css",
94
94
  "_build": {
95
- "load": "static/remoteEntry.cc2c0686452b8fb76d3c.js",
95
+ "load": "static/remoteEntry.07be4685a007a9ddbfd6.js",
96
96
  "extension": "./extension"
97
97
  }
98
98
  },
@@ -1 +1 @@
1
- "use strict";(self.webpackChunk_stellars_jupyterlab_sublime_theme=self.webpackChunk_stellars_jupyterlab_sublime_theme||[]).push([[509],{509:(e,l,s)=>{s.r(l),s.d(l,{default:()=>t});const t={id:"@stellars/jupyterlab_sublime_theme:plugin",description:"Sublime dark theme based on Darcula, tweaked by Stellars",autoStart:!0,requires:[s(200).IThemeManager],activate:(e,l)=>{console.log("JupyterLab extension @stellars/jupyterlab_sublime_theme is activated!"),l.register({name:"Stellars Sublime",themeScrollbars:!0,isLight:!1,load:()=>l.loadCSS("@stellars/jupyterlab_sublime_theme/index.css"),unload:()=>Promise.resolve(void 0)})}}}}]);
1
+ "use strict";(self.webpackChunk_stellars_jupyterlab_sublime_theme=self.webpackChunk_stellars_jupyterlab_sublime_theme||[]).push([[509],{509:(e,l,s)=>{s.r(l),s.d(l,{default:()=>t});const t={id:"@stellars/jupyterlab_sublime_theme:plugin",description:"Sublime dark theme based on Darcula, tweaked by Stellars",autoStart:!0,requires:[s(30).IThemeManager],activate:(e,l)=>{console.log("JupyterLab extension @stellars/jupyterlab_sublime_theme is activated!"),l.register({name:"Stellars Sublime",themeScrollbars:!0,isLight:!1,load:()=>l.loadCSS("@stellars/jupyterlab_sublime_theme/index.css"),unload:()=>Promise.resolve(void 0)})}}}}]);
@@ -0,0 +1 @@
1
+ var _JUPYTERLAB;(()=>{"use strict";var e,r,t,n,o,a,i,l,u,s,f,p,d,c,h,v,m,b,g,y={819:(e,r,t)=>{var n={"./index":()=>Promise.all([t.e(30),t.e(509)]).then((()=>()=>t(509))),"./extension":()=>Promise.all([t.e(30),t.e(509)]).then((()=>()=>t(509)))},o=(e,r)=>(t.R=r,r=t.o(n,e)?n[e]():Promise.resolve().then((()=>{throw new Error('Module "'+e+'" does not exist in container.')})),t.R=void 0,r),a=(e,r)=>{if(t.S){var n="default",o=t.S[n];if(o&&o!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return t.S[n]=e,t.I(n,r)}};t.d(r,{get:()=>o,init:()=>a})}},w={};function _(e){var r=w[e];if(void 0!==r)return r.exports;var t=w[e]={exports:{}};return y[e](t,t.exports,_),t.exports}_.m=y,_.c=w,_.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return _.d(r,{a:r}),r},_.d=(e,r)=>{for(var t in r)_.o(r,t)&&!_.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},_.f={},_.e=e=>Promise.all(Object.keys(_.f).reduce(((r,t)=>(_.f[t](e,r),r)),[])),_.u=e=>e+"."+{30:"edcd4229546d5ee191ef",509:"31fa3e7206a8ec687eeb"}[e]+".js?v="+{30:"edcd4229546d5ee191ef",509:"31fa3e7206a8ec687eeb"}[e],_.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),_.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),e={},r="@stellars/jupyterlab_sublime_theme:",_.l=(t,n,o,a)=>{if(e[t])e[t].push(n);else{var i,l;if(void 0!==o)for(var u=document.getElementsByTagName("script"),s=0;s<u.length;s++){var f=u[s];if(f.getAttribute("src")==t||f.getAttribute("data-webpack")==r+o){i=f;break}}i||(l=!0,(i=document.createElement("script")).charset="utf-8",i.timeout=120,_.nc&&i.setAttribute("nonce",_.nc),i.setAttribute("data-webpack",r+o),i.src=t),e[t]=[n];var p=(r,n)=>{i.onerror=i.onload=null,clearTimeout(d);var o=e[t];if(delete e[t],i.parentNode&&i.parentNode.removeChild(i),o&&o.forEach((e=>e(n))),r)return r(n)},d=setTimeout(p.bind(null,void 0,{type:"timeout",target:i}),12e4);i.onerror=p.bind(null,i.onerror),i.onload=p.bind(null,i.onload),l&&document.head.appendChild(i)}},_.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{_.S={};var e={},r={};_.I=(t,n)=>{n||(n=[]);var o=r[t];if(o||(o=r[t]={}),!(n.indexOf(o)>=0)){if(n.push(o),e[t])return e[t];_.o(_.S,t)||(_.S[t]={});var a=_.S[t],i="@stellars/jupyterlab_sublime_theme",l=[];return"default"===t&&((e,r,t,n)=>{var o=a[e]=a[e]||{},l=o[r];(!l||!l.loaded&&(1!=!l.eager?n:i>l.from))&&(o[r]={get:()=>Promise.all([_.e(30),_.e(509)]).then((()=>()=>_(509))),from:i,eager:!1})})("@stellars/jupyterlab_sublime_theme","1.0.8"),e[t]=l.length?Promise.all(l).then((()=>e[t]=1)):1}}})(),(()=>{var e;_.g.importScripts&&(e=_.g.location+"");var r=_.g.document;if(!e&&r&&(r.currentScript&&"SCRIPT"===r.currentScript.tagName.toUpperCase()&&(e=r.currentScript.src),!e)){var t=r.getElementsByTagName("script");if(t.length)for(var n=t.length-1;n>-1&&(!e||!/^http(s?):/.test(e));)e=t[n--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),_.p=e})(),t=e=>{var r=e=>e.split(".").map((e=>+e==e?+e:e)),t=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),n=t[1]?r(t[1]):[];return t[2]&&(n.length++,n.push.apply(n,r(t[2]))),t[3]&&(n.push([]),n.push.apply(n,r(t[3]))),n},n=(e,r)=>{e=t(e),r=t(r);for(var n=0;;){if(n>=e.length)return n<r.length&&"u"!=(typeof r[n])[0];var o=e[n],a=(typeof o)[0];if(n>=r.length)return"u"==a;var i=r[n],l=(typeof i)[0];if(a!=l)return"o"==a&&"n"==l||"s"==l||"u"==a;if("o"!=a&&"u"!=a&&o!=i)return o<i;n++}},o=e=>{var r=e[0],t="";if(1===e.length)return"*";if(r+.5){t+=0==r?">=":-1==r?"<":1==r?"^":2==r?"~":r>0?"=":"!=";for(var n=1,a=1;a<e.length;a++)n--,t+="u"==(typeof(l=e[a]))[0]?"-":(n>0?".":"")+(n=2,l);return t}var i=[];for(a=1;a<e.length;a++){var l=e[a];i.push(0===l?"not("+u()+")":1===l?"("+u()+" || "+u()+")":2===l?i.pop()+" "+i.pop():o(l))}return u();function u(){return i.pop().replace(/^\((.+)\)$/,"$1")}},a=(e,r)=>{if(0 in e){r=t(r);var n=e[0],o=n<0;o&&(n=-n-1);for(var i=0,l=1,u=!0;;l++,i++){var s,f,p=l<e.length?(typeof e[l])[0]:"";if(i>=r.length||"o"==(f=(typeof(s=r[i]))[0]))return!u||("u"==p?l>n&&!o:""==p!=o);if("u"==f){if(!u||"u"!=p)return!1}else if(u)if(p==f)if(l<=n){if(s!=e[l])return!1}else{if(o?s>e[l]:s<e[l])return!1;s!=e[l]&&(u=!1)}else if("s"!=p&&"n"!=p){if(o||l<=n)return!1;u=!1,l--}else{if(l<=n||f<p!=o)return!1;u=!1}else"s"!=p&&"n"!=p&&(u=!1,l--)}}var d=[],c=d.pop.bind(d);for(i=1;i<e.length;i++){var h=e[i];d.push(1==h?c()|c():2==h?c()&c():h?a(h,r):!c())}return!!c()},i=(e,r)=>e&&_.o(e,r),l=e=>(e.loaded=1,e.get()),u=e=>Object.keys(e).reduce(((r,t)=>(e[t].eager&&(r[t]=e[t]),r)),{}),s=(e,r,t)=>{var o=t?u(e[r]):e[r];return Object.keys(o).reduce(((e,r)=>!e||!o[e].loaded&&n(e,r)?r:e),0)},f=(e,r,t,n)=>"Unsatisfied version "+t+" from "+(t&&e[r][t].from)+" of shared singleton module "+r+" (required "+o(n)+")",p=e=>{throw new Error(e)},d=e=>{"undefined"!=typeof console&&console.warn&&console.warn(e)},c=(e,r,t)=>t?t():((e,r)=>p("Shared module "+r+" doesn't exist in shared scope "+e))(e,r),h=(e=>function(r,t,n,o,a){var i=_.I(r);return i&&i.then&&!n?i.then(e.bind(e,r,_.S[r],t,!1,o,a)):e(r,_.S[r],t,n,o,a)})(((e,r,t,n,o,u)=>{if(!i(r,t))return c(e,t,u);var p=s(r,t,n);return a(o,p)||d(f(r,t,p,o)),l(r[t][p])})),v={},m={30:()=>h("default","@jupyterlab/apputils",!1,[1,4,4,0])},b={30:[30]},g={},_.f.consumes=(e,r)=>{_.o(b,e)&&b[e].forEach((e=>{if(_.o(v,e))return r.push(v[e]);if(!g[e]){var t=r=>{v[e]=0,_.m[e]=t=>{delete _.c[e],t.exports=r()}};g[e]=!0;var n=r=>{delete v[e],_.m[e]=t=>{throw delete _.c[e],r}};try{var o=m[e]();o.then?r.push(v[e]=o.then(t).catch(n)):t(o)}catch(e){n(e)}}}))},(()=>{var e={820:0};_.f.j=(r,t)=>{var n=_.o(e,r)?e[r]:void 0;if(0!==n)if(n)t.push(n[2]);else if(30!=r){var o=new Promise(((t,o)=>n=e[r]=[t,o]));t.push(n[2]=o);var a=_.p+_.u(r),i=new Error;_.l(a,(t=>{if(_.o(e,r)&&(0!==(n=e[r])&&(e[r]=void 0),n)){var o=t&&("load"===t.type?"missing":t.type),a=t&&t.target&&t.target.src;i.message="Loading chunk "+r+" failed.\n("+o+": "+a+")",i.name="ChunkLoadError",i.type=o,i.request=a,n[1](i)}}),"chunk-"+r,r)}else e[r]=0};var r=(r,t)=>{var n,o,[a,i,l]=t,u=0;if(a.some((r=>0!==e[r]))){for(n in i)_.o(i,n)&&(_.m[n]=i[n]);l&&l(_)}for(r&&r(t);u<a.length;u++)o=a[u],_.o(e,o)&&e[o]&&e[o][0](),e[o]=0},t=self.webpackChunk_stellars_jupyterlab_sublime_theme=self.webpackChunk_stellars_jupyterlab_sublime_theme||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})();var S=_(819);(_JUPYTERLAB=void 0===_JUPYTERLAB?{}:_JUPYTERLAB)["@stellars/jupyterlab_sublime_theme"]=S})();
@@ -81,6 +81,8 @@ fix: annoying problem of almost invisible text in stderr */
81
81
  }
82
82
  */
83
83
 
84
+
85
+
84
86
  /*-----------------------------------------------------------------------------
85
87
  | Copyright (c) Max Klein.
86
88
  | Distributed under the terms of the Modified BSD License.
@@ -204,7 +206,7 @@ all of MD as it is not optimized for dense, information rich UIs.
204
206
 
205
207
  --jp-ui-font-color0: rgb(195, 195, 195);
206
208
  --jp-ui-font-color1: rgb(165, 165, 165);
207
- --jp-ui-font-color2: rgb(125, 125, 125);
209
+ --jp-ui-font-color2: rgb(125, 135, 145); /* stellars customisation, line numbers, was 125,125... */
208
210
  --jp-ui-font-color3: rgb(90, 90, 90);
209
211
 
210
212
  /* Defaults use Material Design specification */
@@ -258,7 +260,7 @@ all of MD as it is not optimized for dense, information rich UIs.
258
260
 
259
261
  /* Shades of the default font color */
260
262
  --jp-content-font-color0: rgba(187, 187, 187, 1);
261
- --jp-content-font-color1: rgba(187, 187, 187, 1);
263
+ --jp-content-font-color1: rgba(215, 215, 215, 1); /* stellars customisation from (187,187...) */
262
264
  --jp-content-font-color2: rgba(187, 187, 187, 0.7);
263
265
  --jp-content-font-color3: rgba(187, 187, 187, 0.5);
264
266
 
@@ -296,13 +298,6 @@ all of MD as it is not optimized for dense, information rich UIs.
296
298
  * theme these would go from light to dark.
297
299
  */
298
300
 
299
- /* --jp-layout-color0: #2b2b2b;
300
- --jp-layout-color1: #313335;
301
- --jp-layout-color2: #3c3f41;
302
- --jp-layout-color3: #555758;
303
- --jp-layout-color4: #626465;
304
- --jp-layout-color5: #a9b7c6; */
305
-
306
301
  /* stellars customisation */
307
302
  --jp-layout-color0: #252b32; /* terminal, main notebook */
308
303
  --jp-layout-color1: #303841; /* panel and toolbar */
@@ -388,7 +383,7 @@ all of MD as it is not optimized for dense, information rich UIs.
388
383
  /* Notebook specific styles */
389
384
 
390
385
  --jp-notebook-padding: 10px;
391
- --jp-notebook-select-background: var(--jp-layout-color1);
386
+ --jp-notebook-select-background: var(--md-green-700); /* CUSTOM was --jp-layout-color1 */
392
387
  --jp-notebook-multiselected-color: rgba(33, 150, 243, 0.24);
393
388
 
394
389
  /* The scroll padding is calculated to fill enough space at the bottom of the
@@ -425,6 +420,9 @@ all of MD as it is not optimized for dense, information rich UIs.
425
420
  --jp-toolbar-header-margin: 4px 4px 0px 4px;
426
421
  --jp-toolbar-active-background: var(--jp-layout-color0);
427
422
 
423
+ --jp-accept-color-hover: var(--jp-brand-color0); /* added as of JL4.3, hover color for + button */
424
+
425
+
428
426
  /* Statusbar specific styles */
429
427
 
430
428
  --jp-statusbar-height: 24px;
@@ -445,82 +443,31 @@ all of MD as it is not optimized for dense, information rich UIs.
445
443
  --jp-editor-selected-focused-background: #214283;
446
444
  --jp-editor-cursor-color: #a9b7c6; /*{ border-left: 1px solid var(--jp-ui-font-color0) };*/
447
445
 
448
- /*
449
- .cm-s-darcula .CodeMirror-cursor { border-left: 1px solid #A9B7C6; }
450
- .cm-s-darcula .CodeMirror-activeline-background { background: #323232; }
451
- .cm-s-darcula .CodeMirror-gutters { background: #313335; border-right: 1px solid #313335; }
452
- .cm-s-darcula .CodeMirror-guttermarker { color: #FFEE80; }
453
- .cm-s-darcula .CodeMirror-guttermarker-subtle { color: #D0D0D0; }
454
- .cm-s-darcula .CodeMirrir-linenumber { color: #606366; }
455
- .cm-s-darcula .CodeMirror-matchingbracket { background-color: #3B514D; color: #FFEF28 !important; font-weight: bold; }
456
-
457
- .cm-s-darcula div.CodeMirror-selected { background: #214283; }
458
-
459
- .CodeMirror-hints.darcula {
460
- font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
461
- color: #9C9E9E;
462
- background-color: #3B3E3F !important;
463
- }
464
-
465
- .CodeMirror-hints.darcula .CodeMirror-hint-active {
466
- background-color: #494D4E !important;
467
- color: #9C9E9E !important;
468
- }
469
-
470
- .cm-s-darcula { font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;}
471
- .cm-s-darcula.CodeMirror { background: #2B2B2B; color: #A9B7C6; }
472
-
473
- .cm-s-darcula span.cm-keyword { color: #CC7832; line-height: 1em; font-weight: bold; }
474
- .cm-s-darcula span.cm-atom { color: #CC7832; }
475
- .cm-s-darcula span.cm-number { color: #6897BB; }
476
- .cm-s-darcula span.cm-def { color: #A9B7C6; font-style: italic; }
477
- .cm-s-darcula span.cm-variable { color: #A9B7C6; }
478
- .cm-s-darcula span.cm-variable-2 { color: #A9B7C6; }
479
- .cm-s-darcula span.cm-variable-3 { color: #9876AA; }
480
- .cm-s-darcula span.cm-special { color: #FF9E59; }
481
- .cm-s-darcula span.cm-property { color: #FFC66D; }
482
- .cm-s-darcula span.cm-operator { color: #A9B7C6; }
483
- .cm-s-darcula span.cm-comment { color: #61A151; font-style: italic; }
484
- .cm-s-darcula span.cm-string { color: #6A8759; }
485
- .cm-s-darcula span.cm-string-2 { color: #6A8759; }
486
- .cm-s-darcula span.cm-meta { color: #BBB529; }
487
- .cm-s-darcula span.cm-qualifier { color: #6A8759; }
488
- .cm-s-darcula span.cm-builtin { color: #FF9E59; }
489
- .cm-s-darcula span.cm-bracket { color: #A9B7C6; }
490
- .cm-s-darcula span.cm-tag { color: #629755; font-weight: bold; font-style: italic; text-decoration: underline; }
491
- .cm-s-darcula span.cm-attribute { color: #6897bb; }
492
-
493
- .cm-s-darcula span.cm-link { color: #CC7832; }
494
- .cm-s-darcula span.cm-error { color: #BC3F3C; }
495
-
496
- .cm-s-darcula span.cm-type { color: #AABBCC; font-weight: bold; }
497
- */
498
-
499
- /* Code mirror specific styles */
500
- --jp-mirror-editor-keyword-color: #cc7832;
501
- --jp-mirror-editor-atom-color: #cc7832;
502
- --jp-mirror-editor-number-color: #6897bb;
503
- --jp-mirror-editor-def-color: #ffc66d;
504
- --jp-mirror-editor-variable-color: #a9b7c6;
505
- --jp-mirror-editor-variable-2-color: #94558d;
506
- --jp-mirror-editor-variable-3-color: #9876aa;
507
- --jp-mirror-editor-punctuation-color: #ff9e59;
508
- --jp-mirror-editor-property-color: #a9b7c6;
509
- --jp-mirror-editor-operator-color: #a9b7c6;
510
- --jp-mirror-editor-comment-color: #808080;
511
- --jp-mirror-editor-string-color: #6a8759;
512
- --jp-mirror-editor-string-2-color: #6a8759;
513
- --jp-mirror-editor-meta-color: #bbb529;
514
- --jp-mirror-editor-qualifier-color: #6a8759;
515
- --jp-mirror-editor-builtin-color: #ff9e59;
516
- --jp-mirror-editor-bracket-color: #a9b7c6;
517
- --jp-mirror-editor-tag-color: #629755;
518
- --jp-mirror-editor-attribute-color: #6897bb;
519
446
 
447
+ /* Sublime Dark Theme (Mariana) inspired CodeMirror specific styles */
448
+ --jp-mirror-editor-keyword-color: #c695c6; /* pink */
449
+ --jp-mirror-editor-atom-color: #5FB3B3; /* blue5 */
450
+ --jp-mirror-editor-number-color: #f9ae57; /* bright orange */
451
+ --jp-mirror-editor-def-color: #59b4b4; /* blue */
452
+ --jp-mirror-editor-variable-color: #ec5550; /* text_fg color D8DEE9, sublime uses ec5550 for 'self' and others */
453
+ --jp-mirror-editor-variable-2-color: #88C0D0; /* blue5 */
454
+ --jp-mirror-editor-variable-3-color: #81A1C1; /* blue-vibrant */
455
+ --jp-mirror-editor-punctuation-color: #D8DEE9; /* matches text_fg color */
456
+ --jp-mirror-editor-property-color: #f9a04e; /* blue from button_bg 66b6f7, sublime uses f9a04e */
457
+ --jp-mirror-editor-operator-color: #E06C75; /* red2 */
458
+ --jp-mirror-editor-comment-color: #707c88; /* blue6 was a6acb9*/
459
+ --jp-mirror-editor-string-color: #A3BE8C; /* green */
460
+ --jp-mirror-editor-string-2-color: #A3BE8C; /* additional strings */
461
+ --jp-mirror-editor-meta-color: #81A1C1; /* link_fg for meta */
462
+ --jp-mirror-editor-qualifier-color: #88C0D0; /* blue button_bg */
463
+ --jp-mirror-editor-builtin-color: #6699cc; /* orange D4843D, sublime uses blue 6699cc */
464
+ --jp-mirror-editor-bracket-color: #D8DEE9; /* text_fg color */
465
+ --jp-mirror-editor-tag-color: #c695c6; /* pink */
466
+ --jp-mirror-editor-attribute-color: #c695c6; /* pink for attributes */
467
+
520
468
  --jp-mirror-editor-header-color: var(--md-blue-500);
521
469
  --jp-mirror-editor-quote-color: var(--md-green-300);
522
470
 
523
- /* --jp-mirror-editor-link-color: #cc7832; CUSTOM */
524
471
  --jp-mirror-editor-link-color: #cc78FF;
525
472
  --jp-mirror-editor-error-color: #bc3f3c;
526
473
  --jp-mirror-editor-hr-color: #999;
@@ -80,3 +80,5 @@ fix: annoying problem of almost invisible text in stderr */
80
80
  color: #9C9E9E !important;
81
81
  }
82
82
  */
83
+
84
+
@@ -3,7 +3,7 @@
3
3
  | Distributed under the terms of the Modified BSD License.
4
4
  |----------------------------------------------------------------------------*/
5
5
 
6
- @import "./codemirror-darcula.css";
6
+ @import "./codemirror-custom.css";
7
7
  @import "./variables.css";
8
8
 
9
9
  /* Set the default typography for monospace elements */
@@ -121,7 +121,7 @@ all of MD as it is not optimized for dense, information rich UIs.
121
121
 
122
122
  --jp-ui-font-color0: rgb(195, 195, 195);
123
123
  --jp-ui-font-color1: rgb(165, 165, 165);
124
- --jp-ui-font-color2: rgb(125, 125, 125);
124
+ --jp-ui-font-color2: rgb(125, 135, 145); /* stellars customisation, line numbers, was 125,125... */
125
125
  --jp-ui-font-color3: rgb(90, 90, 90);
126
126
 
127
127
  /* Defaults use Material Design specification */
@@ -175,7 +175,7 @@ all of MD as it is not optimized for dense, information rich UIs.
175
175
 
176
176
  /* Shades of the default font color */
177
177
  --jp-content-font-color0: rgba(187, 187, 187, 1);
178
- --jp-content-font-color1: rgba(187, 187, 187, 1);
178
+ --jp-content-font-color1: rgba(215, 215, 215, 1); /* stellars customisation from (187,187...) */
179
179
  --jp-content-font-color2: rgba(187, 187, 187, 0.7);
180
180
  --jp-content-font-color3: rgba(187, 187, 187, 0.5);
181
181
 
@@ -213,13 +213,6 @@ all of MD as it is not optimized for dense, information rich UIs.
213
213
  * theme these would go from light to dark.
214
214
  */
215
215
 
216
- /* --jp-layout-color0: #2b2b2b;
217
- --jp-layout-color1: #313335;
218
- --jp-layout-color2: #3c3f41;
219
- --jp-layout-color3: #555758;
220
- --jp-layout-color4: #626465;
221
- --jp-layout-color5: #a9b7c6; */
222
-
223
216
  /* stellars customisation */
224
217
  --jp-layout-color0: #252b32; /* terminal, main notebook */
225
218
  --jp-layout-color1: #303841; /* panel and toolbar */
@@ -305,7 +298,7 @@ all of MD as it is not optimized for dense, information rich UIs.
305
298
  /* Notebook specific styles */
306
299
 
307
300
  --jp-notebook-padding: 10px;
308
- --jp-notebook-select-background: var(--jp-layout-color1);
301
+ --jp-notebook-select-background: var(--md-green-700); /* CUSTOM was --jp-layout-color1 */
309
302
  --jp-notebook-multiselected-color: rgba(33, 150, 243, 0.24);
310
303
 
311
304
  /* The scroll padding is calculated to fill enough space at the bottom of the
@@ -342,6 +335,9 @@ all of MD as it is not optimized for dense, information rich UIs.
342
335
  --jp-toolbar-header-margin: 4px 4px 0px 4px;
343
336
  --jp-toolbar-active-background: var(--jp-layout-color0);
344
337
 
338
+ --jp-accept-color-hover: var(--jp-brand-color0); /* added as of JL4.3, hover color for + button */
339
+
340
+
345
341
  /* Statusbar specific styles */
346
342
 
347
343
  --jp-statusbar-height: 24px;
@@ -362,82 +358,31 @@ all of MD as it is not optimized for dense, information rich UIs.
362
358
  --jp-editor-selected-focused-background: #214283;
363
359
  --jp-editor-cursor-color: #a9b7c6; /*{ border-left: 1px solid var(--jp-ui-font-color0) };*/
364
360
 
365
- /*
366
- .cm-s-darcula .CodeMirror-cursor { border-left: 1px solid #A9B7C6; }
367
- .cm-s-darcula .CodeMirror-activeline-background { background: #323232; }
368
- .cm-s-darcula .CodeMirror-gutters { background: #313335; border-right: 1px solid #313335; }
369
- .cm-s-darcula .CodeMirror-guttermarker { color: #FFEE80; }
370
- .cm-s-darcula .CodeMirror-guttermarker-subtle { color: #D0D0D0; }
371
- .cm-s-darcula .CodeMirrir-linenumber { color: #606366; }
372
- .cm-s-darcula .CodeMirror-matchingbracket { background-color: #3B514D; color: #FFEF28 !important; font-weight: bold; }
373
-
374
- .cm-s-darcula div.CodeMirror-selected { background: #214283; }
375
-
376
- .CodeMirror-hints.darcula {
377
- font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
378
- color: #9C9E9E;
379
- background-color: #3B3E3F !important;
380
- }
381
-
382
- .CodeMirror-hints.darcula .CodeMirror-hint-active {
383
- background-color: #494D4E !important;
384
- color: #9C9E9E !important;
385
- }
386
-
387
- .cm-s-darcula { font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;}
388
- .cm-s-darcula.CodeMirror { background: #2B2B2B; color: #A9B7C6; }
389
-
390
- .cm-s-darcula span.cm-keyword { color: #CC7832; line-height: 1em; font-weight: bold; }
391
- .cm-s-darcula span.cm-atom { color: #CC7832; }
392
- .cm-s-darcula span.cm-number { color: #6897BB; }
393
- .cm-s-darcula span.cm-def { color: #A9B7C6; font-style: italic; }
394
- .cm-s-darcula span.cm-variable { color: #A9B7C6; }
395
- .cm-s-darcula span.cm-variable-2 { color: #A9B7C6; }
396
- .cm-s-darcula span.cm-variable-3 { color: #9876AA; }
397
- .cm-s-darcula span.cm-special { color: #FF9E59; }
398
- .cm-s-darcula span.cm-property { color: #FFC66D; }
399
- .cm-s-darcula span.cm-operator { color: #A9B7C6; }
400
- .cm-s-darcula span.cm-comment { color: #61A151; font-style: italic; }
401
- .cm-s-darcula span.cm-string { color: #6A8759; }
402
- .cm-s-darcula span.cm-string-2 { color: #6A8759; }
403
- .cm-s-darcula span.cm-meta { color: #BBB529; }
404
- .cm-s-darcula span.cm-qualifier { color: #6A8759; }
405
- .cm-s-darcula span.cm-builtin { color: #FF9E59; }
406
- .cm-s-darcula span.cm-bracket { color: #A9B7C6; }
407
- .cm-s-darcula span.cm-tag { color: #629755; font-weight: bold; font-style: italic; text-decoration: underline; }
408
- .cm-s-darcula span.cm-attribute { color: #6897bb; }
409
-
410
- .cm-s-darcula span.cm-link { color: #CC7832; }
411
- .cm-s-darcula span.cm-error { color: #BC3F3C; }
412
-
413
- .cm-s-darcula span.cm-type { color: #AABBCC; font-weight: bold; }
414
- */
415
-
416
- /* Code mirror specific styles */
417
- --jp-mirror-editor-keyword-color: #cc7832;
418
- --jp-mirror-editor-atom-color: #cc7832;
419
- --jp-mirror-editor-number-color: #6897bb;
420
- --jp-mirror-editor-def-color: #ffc66d;
421
- --jp-mirror-editor-variable-color: #a9b7c6;
422
- --jp-mirror-editor-variable-2-color: #94558d;
423
- --jp-mirror-editor-variable-3-color: #9876aa;
424
- --jp-mirror-editor-punctuation-color: #ff9e59;
425
- --jp-mirror-editor-property-color: #a9b7c6;
426
- --jp-mirror-editor-operator-color: #a9b7c6;
427
- --jp-mirror-editor-comment-color: #808080;
428
- --jp-mirror-editor-string-color: #6a8759;
429
- --jp-mirror-editor-string-2-color: #6a8759;
430
- --jp-mirror-editor-meta-color: #bbb529;
431
- --jp-mirror-editor-qualifier-color: #6a8759;
432
- --jp-mirror-editor-builtin-color: #ff9e59;
433
- --jp-mirror-editor-bracket-color: #a9b7c6;
434
- --jp-mirror-editor-tag-color: #629755;
435
- --jp-mirror-editor-attribute-color: #6897bb;
436
361
 
362
+ /* Sublime Dark Theme (Mariana) inspired CodeMirror specific styles */
363
+ --jp-mirror-editor-keyword-color: #c695c6; /* pink */
364
+ --jp-mirror-editor-atom-color: #5FB3B3; /* blue5 */
365
+ --jp-mirror-editor-number-color: #f9ae57; /* bright orange */
366
+ --jp-mirror-editor-def-color: #59b4b4; /* blue */
367
+ --jp-mirror-editor-variable-color: #ec5550; /* text_fg color D8DEE9, sublime uses ec5550 for 'self' and others */
368
+ --jp-mirror-editor-variable-2-color: #88C0D0; /* blue5 */
369
+ --jp-mirror-editor-variable-3-color: #81A1C1; /* blue-vibrant */
370
+ --jp-mirror-editor-punctuation-color: #D8DEE9; /* matches text_fg color */
371
+ --jp-mirror-editor-property-color: #f9a04e; /* blue from button_bg 66b6f7, sublime uses f9a04e */
372
+ --jp-mirror-editor-operator-color: #E06C75; /* red2 */
373
+ --jp-mirror-editor-comment-color: #707c88; /* blue6 was a6acb9*/
374
+ --jp-mirror-editor-string-color: #A3BE8C; /* green */
375
+ --jp-mirror-editor-string-2-color: #A3BE8C; /* additional strings */
376
+ --jp-mirror-editor-meta-color: #81A1C1; /* link_fg for meta */
377
+ --jp-mirror-editor-qualifier-color: #88C0D0; /* blue button_bg */
378
+ --jp-mirror-editor-builtin-color: #6699cc; /* orange D4843D, sublime uses blue 6699cc */
379
+ --jp-mirror-editor-bracket-color: #D8DEE9; /* text_fg color */
380
+ --jp-mirror-editor-tag-color: #c695c6; /* pink */
381
+ --jp-mirror-editor-attribute-color: #c695c6; /* pink for attributes */
382
+
437
383
  --jp-mirror-editor-header-color: var(--md-blue-500);
438
384
  --jp-mirror-editor-quote-color: var(--md-green-300);
439
385
 
440
- /* --jp-mirror-editor-link-color: #cc7832; CUSTOM */
441
386
  --jp-mirror-editor-link-color: #cc78FF;
442
387
  --jp-mirror-editor-error-color: #bc3f3c;
443
388
  --jp-mirror-editor-hr-color: #999;
@@ -1 +0,0 @@
1
- var _JUPYTERLAB;(()=>{"use strict";var e,r,t,n,o,a,i,l,u,s,f,p,d,c,h,v,m,b,g,y={819:(e,r,t)=>{var n={"./index":()=>Promise.all([t.e(200),t.e(509)]).then((()=>()=>t(509))),"./extension":()=>Promise.all([t.e(200),t.e(509)]).then((()=>()=>t(509)))},o=(e,r)=>(t.R=r,r=t.o(n,e)?n[e]():Promise.resolve().then((()=>{throw new Error('Module "'+e+'" does not exist in container.')})),t.R=void 0,r),a=(e,r)=>{if(t.S){var n="default",o=t.S[n];if(o&&o!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return t.S[n]=e,t.I(n,r)}};t.d(r,{get:()=>o,init:()=>a})}},w={};function _(e){var r=w[e];if(void 0!==r)return r.exports;var t=w[e]={exports:{}};return y[e](t,t.exports,_),t.exports}_.m=y,_.c=w,_.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return _.d(r,{a:r}),r},_.d=(e,r)=>{for(var t in r)_.o(r,t)&&!_.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},_.f={},_.e=e=>Promise.all(Object.keys(_.f).reduce(((r,t)=>(_.f[t](e,r),r)),[])),_.u=e=>e+"."+{200:"efc25c4bd997f8419588",509:"d8cdae86757ffaf9fc38"}[e]+".js?v="+{200:"efc25c4bd997f8419588",509:"d8cdae86757ffaf9fc38"}[e],_.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),_.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),e={},r="@stellars/jupyterlab_sublime_theme:",_.l=(t,n,o,a)=>{if(e[t])e[t].push(n);else{var i,l;if(void 0!==o)for(var u=document.getElementsByTagName("script"),s=0;s<u.length;s++){var f=u[s];if(f.getAttribute("src")==t||f.getAttribute("data-webpack")==r+o){i=f;break}}i||(l=!0,(i=document.createElement("script")).charset="utf-8",i.timeout=120,_.nc&&i.setAttribute("nonce",_.nc),i.setAttribute("data-webpack",r+o),i.src=t),e[t]=[n];var p=(r,n)=>{i.onerror=i.onload=null,clearTimeout(d);var o=e[t];if(delete e[t],i.parentNode&&i.parentNode.removeChild(i),o&&o.forEach((e=>e(n))),r)return r(n)},d=setTimeout(p.bind(null,void 0,{type:"timeout",target:i}),12e4);i.onerror=p.bind(null,i.onerror),i.onload=p.bind(null,i.onload),l&&document.head.appendChild(i)}},_.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{_.S={};var e={},r={};_.I=(t,n)=>{n||(n=[]);var o=r[t];if(o||(o=r[t]={}),!(n.indexOf(o)>=0)){if(n.push(o),e[t])return e[t];_.o(_.S,t)||(_.S[t]={});var a=_.S[t],i="@stellars/jupyterlab_sublime_theme",l=[];return"default"===t&&((e,r,t,n)=>{var o=a[e]=a[e]||{},l=o[r];(!l||!l.loaded&&(1!=!l.eager?n:i>l.from))&&(o[r]={get:()=>Promise.all([_.e(200),_.e(509)]).then((()=>()=>_(509))),from:i,eager:!1})})("@stellars/jupyterlab_sublime_theme","1.0.4"),e[t]=l.length?Promise.all(l).then((()=>e[t]=1)):1}}})(),(()=>{var e;_.g.importScripts&&(e=_.g.location+"");var r=_.g.document;if(!e&&r&&(r.currentScript&&"SCRIPT"===r.currentScript.tagName.toUpperCase()&&(e=r.currentScript.src),!e)){var t=r.getElementsByTagName("script");if(t.length)for(var n=t.length-1;n>-1&&(!e||!/^http(s?):/.test(e));)e=t[n--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),_.p=e})(),t=e=>{var r=e=>e.split(".").map((e=>+e==e?+e:e)),t=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),n=t[1]?r(t[1]):[];return t[2]&&(n.length++,n.push.apply(n,r(t[2]))),t[3]&&(n.push([]),n.push.apply(n,r(t[3]))),n},n=(e,r)=>{e=t(e),r=t(r);for(var n=0;;){if(n>=e.length)return n<r.length&&"u"!=(typeof r[n])[0];var o=e[n],a=(typeof o)[0];if(n>=r.length)return"u"==a;var i=r[n],l=(typeof i)[0];if(a!=l)return"o"==a&&"n"==l||"s"==l||"u"==a;if("o"!=a&&"u"!=a&&o!=i)return o<i;n++}},o=e=>{var r=e[0],t="";if(1===e.length)return"*";if(r+.5){t+=0==r?">=":-1==r?"<":1==r?"^":2==r?"~":r>0?"=":"!=";for(var n=1,a=1;a<e.length;a++)n--,t+="u"==(typeof(l=e[a]))[0]?"-":(n>0?".":"")+(n=2,l);return t}var i=[];for(a=1;a<e.length;a++){var l=e[a];i.push(0===l?"not("+u()+")":1===l?"("+u()+" || "+u()+")":2===l?i.pop()+" "+i.pop():o(l))}return u();function u(){return i.pop().replace(/^\((.+)\)$/,"$1")}},a=(e,r)=>{if(0 in e){r=t(r);var n=e[0],o=n<0;o&&(n=-n-1);for(var i=0,l=1,u=!0;;l++,i++){var s,f,p=l<e.length?(typeof e[l])[0]:"";if(i>=r.length||"o"==(f=(typeof(s=r[i]))[0]))return!u||("u"==p?l>n&&!o:""==p!=o);if("u"==f){if(!u||"u"!=p)return!1}else if(u)if(p==f)if(l<=n){if(s!=e[l])return!1}else{if(o?s>e[l]:s<e[l])return!1;s!=e[l]&&(u=!1)}else if("s"!=p&&"n"!=p){if(o||l<=n)return!1;u=!1,l--}else{if(l<=n||f<p!=o)return!1;u=!1}else"s"!=p&&"n"!=p&&(u=!1,l--)}}var d=[],c=d.pop.bind(d);for(i=1;i<e.length;i++){var h=e[i];d.push(1==h?c()|c():2==h?c()&c():h?a(h,r):!c())}return!!c()},i=(e,r)=>e&&_.o(e,r),l=e=>(e.loaded=1,e.get()),u=e=>Object.keys(e).reduce(((r,t)=>(e[t].eager&&(r[t]=e[t]),r)),{}),s=(e,r,t)=>{var o=t?u(e[r]):e[r];return Object.keys(o).reduce(((e,r)=>!e||!o[e].loaded&&n(e,r)?r:e),0)},f=(e,r,t,n)=>"Unsatisfied version "+t+" from "+(t&&e[r][t].from)+" of shared singleton module "+r+" (required "+o(n)+")",p=e=>{throw new Error(e)},d=e=>{"undefined"!=typeof console&&console.warn&&console.warn(e)},c=(e,r,t)=>t?t():((e,r)=>p("Shared module "+r+" doesn't exist in shared scope "+e))(e,r),h=(e=>function(r,t,n,o,a){var i=_.I(r);return i&&i.then&&!n?i.then(e.bind(e,r,_.S[r],t,!1,o,a)):e(r,_.S[r],t,n,o,a)})(((e,r,t,n,o,u)=>{if(!i(r,t))return c(e,t,u);var p=s(r,t,n);return a(o,p)||d(f(r,t,p,o)),l(r[t][p])})),v={},m={200:()=>h("default","@jupyterlab/apputils",!1,[1,4,3,5])},b={200:[200]},g={},_.f.consumes=(e,r)=>{_.o(b,e)&&b[e].forEach((e=>{if(_.o(v,e))return r.push(v[e]);if(!g[e]){var t=r=>{v[e]=0,_.m[e]=t=>{delete _.c[e],t.exports=r()}};g[e]=!0;var n=r=>{delete v[e],_.m[e]=t=>{throw delete _.c[e],r}};try{var o=m[e]();o.then?r.push(v[e]=o.then(t).catch(n)):t(o)}catch(e){n(e)}}}))},(()=>{var e={820:0};_.f.j=(r,t)=>{var n=_.o(e,r)?e[r]:void 0;if(0!==n)if(n)t.push(n[2]);else if(200!=r){var o=new Promise(((t,o)=>n=e[r]=[t,o]));t.push(n[2]=o);var a=_.p+_.u(r),i=new Error;_.l(a,(t=>{if(_.o(e,r)&&(0!==(n=e[r])&&(e[r]=void 0),n)){var o=t&&("load"===t.type?"missing":t.type),a=t&&t.target&&t.target.src;i.message="Loading chunk "+r+" failed.\n("+o+": "+a+")",i.name="ChunkLoadError",i.type=o,i.request=a,n[1](i)}}),"chunk-"+r,r)}else e[r]=0};var r=(r,t)=>{var n,o,[a,i,l]=t,u=0;if(a.some((r=>0!==e[r]))){for(n in i)_.o(i,n)&&(_.m[n]=i[n]);l&&l(_)}for(r&&r(t);u<a.length;u++)o=a[u],_.o(e,o)&&e[o]&&e[o][0](),e[o]=0},t=self.webpackChunk_stellars_jupyterlab_sublime_theme=self.webpackChunk_stellars_jupyterlab_sublime_theme||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})();var S=_(819);(_JUPYTERLAB=void 0===_JUPYTERLAB?{}:_JUPYTERLAB)["@stellars/jupyterlab_sublime_theme"]=S})();