stellars-jupyterlab-sublime-theme 1.0.6__tar.gz → 1.0.9__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 (30) hide show
  1. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/Makefile +1 -1
  2. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/PKG-INFO +18 -1
  3. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/README.md +17 -0
  4. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/package.json +1 -1
  5. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/stellars_jupyterlab_sublime_theme/_version.py +1 -1
  6. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/stellars_jupyterlab_sublime_theme/labextension/package.json +2 -2
  7. stellars_jupyterlab_sublime_theme-1.0.6/stellars_jupyterlab_sublime_theme/labextension/static/remoteEntry.23ad5448901ba22ac069.js → stellars_jupyterlab_sublime_theme-1.0.9/stellars_jupyterlab_sublime_theme/labextension/static/remoteEntry.12b459c1ebf996aede66.js +1 -1
  8. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/stellars_jupyterlab_sublime_theme/labextension/themes/@stellars/jupyterlab_sublime_theme/index.css +25 -80
  9. stellars_jupyterlab_sublime_theme-1.0.6/style/codemirror-darcula.css → stellars_jupyterlab_sublime_theme-1.0.9/style/codemirror-custom.css +2 -0
  10. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/style/index.css +1 -1
  11. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/style/variables.css +23 -80
  12. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/.copier-answers.yml +0 -0
  13. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/.gitignore +0 -0
  14. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/.prettierignore +0 -0
  15. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/.yarnrc.yml +0 -0
  16. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/CHANGELOG.md +0 -0
  17. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/LICENSE +0 -0
  18. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/RELEASE.md +0 -0
  19. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/install.json +0 -0
  20. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/pyproject.toml +0 -0
  21. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/screenshot-stellars-sublime.png +0 -0
  22. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/setup.py +0 -0
  23. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/src/index.ts +0 -0
  24. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/stellars_jupyterlab_sublime_theme/__init__.py +0 -0
  25. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/stellars_jupyterlab_sublime_theme/labextension/static/509.31fa3e7206a8ec687eeb.js +0 -0
  26. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/stellars_jupyterlab_sublime_theme/labextension/static/style.js +0 -0
  27. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/stellars_jupyterlab_sublime_theme/labextension/static/third-party-licenses.json +0 -0
  28. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/stellars_jupyterlab_sublime_theme/labextension/themes/@stellars/jupyterlab_sublime_theme/index.js +0 -0
  29. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/style/scrollbars.css +0 -0
  30. {stellars_jupyterlab_sublime_theme-1.0.6 → stellars_jupyterlab_sublime_theme-1.0.9}/tsconfig.json +0 -0
@@ -10,7 +10,7 @@ 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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: stellars_jupyterlab_sublime_theme
3
- Version: 1.0.6
3
+ Version: 1.0.9
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
@@ -65,6 +65,23 @@ Base theme on which this one was built is the original [Jupyterlab Darcula theme
65
65
  Project is based on the latest [jupyterlab extension template](https://github.com/jupyterlab/extension-template) and built with with copier.
66
66
 
67
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
+
68
85
  ## Requirements
69
86
 
70
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.6",
3
+ "version": "1.0.9",
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.6'
4
+ __version__ = VERSION = '1.0.9'
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stellars/jupyterlab_sublime_theme",
3
- "version": "1.0.6",
3
+ "version": "1.0.9",
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.23ad5448901ba22ac069.js",
95
+ "load": "static/remoteEntry.12b459c1ebf996aede66.js",
96
96
  "extension": "./extension"
97
97
  }
98
98
  },
@@ -1 +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.6"),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})();
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.9"),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 */
@@ -448,78 +443,28 @@ all of MD as it is not optimized for dense, information rich UIs.
448
443
  --jp-editor-selected-focused-background: #214283;
449
444
  --jp-editor-cursor-color: #a9b7c6; /*{ border-left: 1px solid var(--jp-ui-font-color0) };*/
450
445
 
451
- /*
452
- .cm-s-darcula .CodeMirror-cursor { border-left: 1px solid #A9B7C6; }
453
- .cm-s-darcula .CodeMirror-activeline-background { background: #323232; }
454
- .cm-s-darcula .CodeMirror-gutters { background: #313335; border-right: 1px solid #313335; }
455
- .cm-s-darcula .CodeMirror-guttermarker { color: #FFEE80; }
456
- .cm-s-darcula .CodeMirror-guttermarker-subtle { color: #D0D0D0; }
457
- .cm-s-darcula .CodeMirrir-linenumber { color: #606366; }
458
- .cm-s-darcula .CodeMirror-matchingbracket { background-color: #3B514D; color: #FFEF28 !important; font-weight: bold; }
459
-
460
- .cm-s-darcula div.CodeMirror-selected { background: #214283; }
461
-
462
- .CodeMirror-hints.darcula {
463
- font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
464
- color: #9C9E9E;
465
- background-color: #3B3E3F !important;
466
- }
467
-
468
- .CodeMirror-hints.darcula .CodeMirror-hint-active {
469
- background-color: #494D4E !important;
470
- color: #9C9E9E !important;
471
- }
472
-
473
- .cm-s-darcula { font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;}
474
- .cm-s-darcula.CodeMirror { background: #2B2B2B; color: #A9B7C6; }
475
-
476
- .cm-s-darcula span.cm-keyword { color: #CC7832; line-height: 1em; font-weight: bold; }
477
- .cm-s-darcula span.cm-atom { color: #CC7832; }
478
- .cm-s-darcula span.cm-number { color: #6897BB; }
479
- .cm-s-darcula span.cm-def { color: #A9B7C6; font-style: italic; }
480
- .cm-s-darcula span.cm-variable { color: #A9B7C6; }
481
- .cm-s-darcula span.cm-variable-2 { color: #A9B7C6; }
482
- .cm-s-darcula span.cm-variable-3 { color: #9876AA; }
483
- .cm-s-darcula span.cm-special { color: #FF9E59; }
484
- .cm-s-darcula span.cm-property { color: #FFC66D; }
485
- .cm-s-darcula span.cm-operator { color: #A9B7C6; }
486
- .cm-s-darcula span.cm-comment { color: #61A151; font-style: italic; }
487
- .cm-s-darcula span.cm-string { color: #6A8759; }
488
- .cm-s-darcula span.cm-string-2 { color: #6A8759; }
489
- .cm-s-darcula span.cm-meta { color: #BBB529; }
490
- .cm-s-darcula span.cm-qualifier { color: #6A8759; }
491
- .cm-s-darcula span.cm-builtin { color: #FF9E59; }
492
- .cm-s-darcula span.cm-bracket { color: #A9B7C6; }
493
- .cm-s-darcula span.cm-tag { color: #629755; font-weight: bold; font-style: italic; text-decoration: underline; }
494
- .cm-s-darcula span.cm-attribute { color: #6897bb; }
495
-
496
- .cm-s-darcula span.cm-link { color: #CC7832; }
497
- .cm-s-darcula span.cm-error { color: #BC3F3C; }
498
-
499
- .cm-s-darcula span.cm-type { color: #AABBCC; font-weight: bold; }
500
- */
501
-
502
- /* Code mirror specific styles */
503
- --jp-mirror-editor-keyword-color: #cc7832;
504
- --jp-mirror-editor-atom-color: #cc7832;
505
- --jp-mirror-editor-number-color: #6897bb;
506
- --jp-mirror-editor-def-color: #ffc66d;
507
- --jp-mirror-editor-variable-color: #a9b7c6;
508
- --jp-mirror-editor-variable-2-color: #94558d;
509
- --jp-mirror-editor-variable-3-color: #9876aa;
510
- --jp-mirror-editor-punctuation-color: #ff9e59;
511
- --jp-mirror-editor-property-color: #a9b7c6;
512
- --jp-mirror-editor-operator-color: #a9b7c6;
513
- --jp-mirror-editor-comment-color: #808080;
514
- --jp-mirror-editor-string-color: #6a8759;
515
- --jp-mirror-editor-string-2-color: #6a8759;
516
- --jp-mirror-editor-meta-color: #bbb529;
517
- --jp-mirror-editor-qualifier-color: #6a8759;
518
- --jp-mirror-editor-builtin-color: #ff9e59;
519
- --jp-mirror-editor-bracket-color: #a9b7c6;
520
- --jp-mirror-editor-tag-color: #629755;
521
- --jp-mirror-editor-attribute-color: #6897bb;
522
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: #E06C75; /* sublime uses bright orange #f9ae57, we use red #E06C75 */
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: #e8a76c; /* blue from button_bg 66b6f7, sublime uses f9a04e, we use less contrastive #e8a76c */
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
+
523
468
  --jp-mirror-editor-header-color: var(--md-blue-500);
524
469
  --jp-mirror-editor-quote-color: var(--md-green-300);
525
470
 
@@ -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 */
@@ -365,78 +358,28 @@ all of MD as it is not optimized for dense, information rich UIs.
365
358
  --jp-editor-selected-focused-background: #214283;
366
359
  --jp-editor-cursor-color: #a9b7c6; /*{ border-left: 1px solid var(--jp-ui-font-color0) };*/
367
360
 
368
- /*
369
- .cm-s-darcula .CodeMirror-cursor { border-left: 1px solid #A9B7C6; }
370
- .cm-s-darcula .CodeMirror-activeline-background { background: #323232; }
371
- .cm-s-darcula .CodeMirror-gutters { background: #313335; border-right: 1px solid #313335; }
372
- .cm-s-darcula .CodeMirror-guttermarker { color: #FFEE80; }
373
- .cm-s-darcula .CodeMirror-guttermarker-subtle { color: #D0D0D0; }
374
- .cm-s-darcula .CodeMirrir-linenumber { color: #606366; }
375
- .cm-s-darcula .CodeMirror-matchingbracket { background-color: #3B514D; color: #FFEF28 !important; font-weight: bold; }
376
-
377
- .cm-s-darcula div.CodeMirror-selected { background: #214283; }
378
-
379
- .CodeMirror-hints.darcula {
380
- font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
381
- color: #9C9E9E;
382
- background-color: #3B3E3F !important;
383
- }
384
-
385
- .CodeMirror-hints.darcula .CodeMirror-hint-active {
386
- background-color: #494D4E !important;
387
- color: #9C9E9E !important;
388
- }
389
-
390
- .cm-s-darcula { font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;}
391
- .cm-s-darcula.CodeMirror { background: #2B2B2B; color: #A9B7C6; }
392
-
393
- .cm-s-darcula span.cm-keyword { color: #CC7832; line-height: 1em; font-weight: bold; }
394
- .cm-s-darcula span.cm-atom { color: #CC7832; }
395
- .cm-s-darcula span.cm-number { color: #6897BB; }
396
- .cm-s-darcula span.cm-def { color: #A9B7C6; font-style: italic; }
397
- .cm-s-darcula span.cm-variable { color: #A9B7C6; }
398
- .cm-s-darcula span.cm-variable-2 { color: #A9B7C6; }
399
- .cm-s-darcula span.cm-variable-3 { color: #9876AA; }
400
- .cm-s-darcula span.cm-special { color: #FF9E59; }
401
- .cm-s-darcula span.cm-property { color: #FFC66D; }
402
- .cm-s-darcula span.cm-operator { color: #A9B7C6; }
403
- .cm-s-darcula span.cm-comment { color: #61A151; font-style: italic; }
404
- .cm-s-darcula span.cm-string { color: #6A8759; }
405
- .cm-s-darcula span.cm-string-2 { color: #6A8759; }
406
- .cm-s-darcula span.cm-meta { color: #BBB529; }
407
- .cm-s-darcula span.cm-qualifier { color: #6A8759; }
408
- .cm-s-darcula span.cm-builtin { color: #FF9E59; }
409
- .cm-s-darcula span.cm-bracket { color: #A9B7C6; }
410
- .cm-s-darcula span.cm-tag { color: #629755; font-weight: bold; font-style: italic; text-decoration: underline; }
411
- .cm-s-darcula span.cm-attribute { color: #6897bb; }
412
-
413
- .cm-s-darcula span.cm-link { color: #CC7832; }
414
- .cm-s-darcula span.cm-error { color: #BC3F3C; }
415
-
416
- .cm-s-darcula span.cm-type { color: #AABBCC; font-weight: bold; }
417
- */
418
-
419
- /* Code mirror specific styles */
420
- --jp-mirror-editor-keyword-color: #cc7832;
421
- --jp-mirror-editor-atom-color: #cc7832;
422
- --jp-mirror-editor-number-color: #6897bb;
423
- --jp-mirror-editor-def-color: #ffc66d;
424
- --jp-mirror-editor-variable-color: #a9b7c6;
425
- --jp-mirror-editor-variable-2-color: #94558d;
426
- --jp-mirror-editor-variable-3-color: #9876aa;
427
- --jp-mirror-editor-punctuation-color: #ff9e59;
428
- --jp-mirror-editor-property-color: #a9b7c6;
429
- --jp-mirror-editor-operator-color: #a9b7c6;
430
- --jp-mirror-editor-comment-color: #808080;
431
- --jp-mirror-editor-string-color: #6a8759;
432
- --jp-mirror-editor-string-2-color: #6a8759;
433
- --jp-mirror-editor-meta-color: #bbb529;
434
- --jp-mirror-editor-qualifier-color: #6a8759;
435
- --jp-mirror-editor-builtin-color: #ff9e59;
436
- --jp-mirror-editor-bracket-color: #a9b7c6;
437
- --jp-mirror-editor-tag-color: #629755;
438
- --jp-mirror-editor-attribute-color: #6897bb;
439
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: #E06C75; /* sublime uses bright orange #f9ae57, we use red #E06C75 */
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: #e8a76c; /* blue from button_bg 66b6f7, sublime uses f9a04e, we use less contrastive #e8a76c */
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
+
440
383
  --jp-mirror-editor-header-color: var(--md-blue-500);
441
384
  --jp-mirror-editor-quote-color: var(--md-green-300);
442
385