stellars-jupyterlab-sublime-theme 1.0.8__tar.gz → 1.0.10__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.
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/Makefile +3 -4
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/PKG-INFO +2 -14
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/README.md +1 -13
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/package.json +1 -1
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/stellars_jupyterlab_sublime_theme/_version.py +1 -1
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/stellars_jupyterlab_sublime_theme/labextension/package.json +2 -2
- stellars_jupyterlab_sublime_theme-1.0.10/stellars_jupyterlab_sublime_theme/labextension/static/remoteEntry.c961dd501204bc0d849d.js +1 -0
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/stellars_jupyterlab_sublime_theme/labextension/themes/@stellars/jupyterlab_sublime_theme/index.css +3 -3
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/style/variables.css +3 -3
- stellars_jupyterlab_sublime_theme-1.0.8/stellars_jupyterlab_sublime_theme/labextension/static/remoteEntry.07be4685a007a9ddbfd6.js +0 -1
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/.copier-answers.yml +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/.gitignore +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/.prettierignore +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/.yarnrc.yml +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/CHANGELOG.md +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/LICENSE +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/RELEASE.md +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/install.json +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/pyproject.toml +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/screenshot-stellars-sublime.png +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/setup.py +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/src/index.ts +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/stellars_jupyterlab_sublime_theme/__init__.py +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/stellars_jupyterlab_sublime_theme/labextension/static/509.31fa3e7206a8ec687eeb.js +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/stellars_jupyterlab_sublime_theme/labextension/static/style.js +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/stellars_jupyterlab_sublime_theme/labextension/static/third-party-licenses.json +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/stellars_jupyterlab_sublime_theme/labextension/themes/@stellars/jupyterlab_sublime_theme/index.js +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/style/codemirror-custom.css +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/style/index.css +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/style/scrollbars.css +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/tsconfig.json +0 -0
{stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/Makefile
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
all:
|
|
2
|
-
python -m build
|
|
1
|
+
all: clean
|
|
2
|
+
python -m build
|
|
3
3
|
|
|
4
4
|
install: all
|
|
5
5
|
pip install dist/*.whl --force-reinstall
|
|
@@ -12,8 +12,7 @@ clean: uninstall
|
|
|
12
12
|
uninstall:
|
|
13
13
|
pip uninstall -y dist/*.whl 2>/dev/null || true
|
|
14
14
|
|
|
15
|
-
publish:
|
|
16
|
-
python -m build
|
|
15
|
+
publish: install
|
|
17
16
|
twine upload dist/*
|
|
18
17
|
|
|
19
18
|
dependencies:
|
{stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: stellars_jupyterlab_sublime_theme
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.10
|
|
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
|
|
@@ -68,19 +68,7 @@ Project is based on the latest [jupyterlab extension template](https://github.co
|
|
|
68
68
|
|
|
69
69
|
## Theme Colors
|
|
70
70
|
|
|
71
|
-
Sublime dark theme is based upon a popular
|
|
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
|
|
71
|
+
Sublime dark theme is based upon a popular __Mariana__ theme (default dark theme of Sublime) with some modifications to not make the colors overly contrastive:
|
|
84
72
|
|
|
85
73
|
## Requirements
|
|
86
74
|
|
{stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/README.md
RENAMED
|
@@ -14,19 +14,7 @@ Project is based on the latest [jupyterlab extension template](https://github.co
|
|
|
14
14
|
|
|
15
15
|
## Theme Colors
|
|
16
16
|
|
|
17
|
-
Sublime dark theme is based upon a popular
|
|
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
|
|
17
|
+
Sublime dark theme is based upon a popular __Mariana__ theme (default dark theme of Sublime) with some modifications to not make the colors overly contrastive:
|
|
30
18
|
|
|
31
19
|
## Requirements
|
|
32
20
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stellars/jupyterlab_sublime_theme",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
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.
|
|
95
|
+
"load": "static/remoteEntry.c961dd501204bc0d849d.js",
|
|
96
96
|
"extension": "./extension"
|
|
97
97
|
}
|
|
98
98
|
},
|
|
@@ -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.10"),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})();
|
|
@@ -260,7 +260,7 @@ all of MD as it is not optimized for dense, information rich UIs.
|
|
|
260
260
|
|
|
261
261
|
/* Shades of the default font color */
|
|
262
262
|
--jp-content-font-color0: rgba(187, 187, 187, 1);
|
|
263
|
-
--jp-content-font-color1: rgba(
|
|
263
|
+
--jp-content-font-color1: rgba(210, 210, 210, 1); /* code, stellars customisation from (187,187...) */
|
|
264
264
|
--jp-content-font-color2: rgba(187, 187, 187, 0.7);
|
|
265
265
|
--jp-content-font-color3: rgba(187, 187, 187, 0.5);
|
|
266
266
|
|
|
@@ -447,13 +447,13 @@ all of MD as it is not optimized for dense, information rich UIs.
|
|
|
447
447
|
/* Sublime Dark Theme (Mariana) inspired CodeMirror specific styles */
|
|
448
448
|
--jp-mirror-editor-keyword-color: #c695c6; /* pink */
|
|
449
449
|
--jp-mirror-editor-atom-color: #5FB3B3; /* blue5 */
|
|
450
|
-
--jp-mirror-editor-number-color: #
|
|
450
|
+
--jp-mirror-editor-number-color: #E06C75; /* sublime uses bright orange #f9ae57, we use red #E06C75 */
|
|
451
451
|
--jp-mirror-editor-def-color: #59b4b4; /* blue */
|
|
452
452
|
--jp-mirror-editor-variable-color: #ec5550; /* text_fg color D8DEE9, sublime uses ec5550 for 'self' and others */
|
|
453
453
|
--jp-mirror-editor-variable-2-color: #88C0D0; /* blue5 */
|
|
454
454
|
--jp-mirror-editor-variable-3-color: #81A1C1; /* blue-vibrant */
|
|
455
455
|
--jp-mirror-editor-punctuation-color: #D8DEE9; /* matches text_fg color */
|
|
456
|
-
--jp-mirror-editor-property-color: #
|
|
456
|
+
--jp-mirror-editor-property-color: #e8a76c; /* blue from button_bg 66b6f7, sublime uses f9a04e, we use less contrastive #e8a76c */
|
|
457
457
|
--jp-mirror-editor-operator-color: #E06C75; /* red2 */
|
|
458
458
|
--jp-mirror-editor-comment-color: #707c88; /* blue6 was a6acb9*/
|
|
459
459
|
--jp-mirror-editor-string-color: #A3BE8C; /* green */
|
|
@@ -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(
|
|
178
|
+
--jp-content-font-color1: rgba(210, 210, 210, 1); /* code, 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
|
|
|
@@ -362,13 +362,13 @@ all of MD as it is not optimized for dense, information rich UIs.
|
|
|
362
362
|
/* Sublime Dark Theme (Mariana) inspired CodeMirror specific styles */
|
|
363
363
|
--jp-mirror-editor-keyword-color: #c695c6; /* pink */
|
|
364
364
|
--jp-mirror-editor-atom-color: #5FB3B3; /* blue5 */
|
|
365
|
-
--jp-mirror-editor-number-color: #
|
|
365
|
+
--jp-mirror-editor-number-color: #E06C75; /* sublime uses bright orange #f9ae57, we use red #E06C75 */
|
|
366
366
|
--jp-mirror-editor-def-color: #59b4b4; /* blue */
|
|
367
367
|
--jp-mirror-editor-variable-color: #ec5550; /* text_fg color D8DEE9, sublime uses ec5550 for 'self' and others */
|
|
368
368
|
--jp-mirror-editor-variable-2-color: #88C0D0; /* blue5 */
|
|
369
369
|
--jp-mirror-editor-variable-3-color: #81A1C1; /* blue-vibrant */
|
|
370
370
|
--jp-mirror-editor-punctuation-color: #D8DEE9; /* matches text_fg color */
|
|
371
|
-
--jp-mirror-editor-property-color: #
|
|
371
|
+
--jp-mirror-editor-property-color: #e8a76c; /* blue from button_bg 66b6f7, sublime uses f9a04e, we use less contrastive #e8a76c */
|
|
372
372
|
--jp-mirror-editor-operator-color: #E06C75; /* red2 */
|
|
373
373
|
--jp-mirror-editor-comment-color: #707c88; /* blue6 was a6acb9*/
|
|
374
374
|
--jp-mirror-editor-string-color: #A3BE8C; /* green */
|
|
@@ -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(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})();
|
|
File without changes
|
{stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/.gitignore
RENAMED
|
File without changes
|
{stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/.prettierignore
RENAMED
|
File without changes
|
{stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/.yarnrc.yml
RENAMED
|
File without changes
|
{stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/CHANGELOG.md
RENAMED
|
File without changes
|
{stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/LICENSE
RENAMED
|
File without changes
|
{stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/RELEASE.md
RENAMED
|
File without changes
|
{stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/install.json
RENAMED
|
File without changes
|
{stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
{stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/setup.py
RENAMED
|
File without changes
|
{stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/src/index.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/style/index.css
RENAMED
|
File without changes
|
|
File without changes
|
{stellars_jupyterlab_sublime_theme-1.0.8 → stellars_jupyterlab_sublime_theme-1.0.10}/tsconfig.json
RENAMED
|
File without changes
|