Skip to content

Commit e686ca0

Browse files
committed
Fix theme selection
1 parent 8229b80 commit e686ca0

File tree

9 files changed

+65
-65
lines changed

9 files changed

+65
-65
lines changed

_app/immutable/chunks/CTSuG89S.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

_app/immutable/chunks/DD-tapVH.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_app/immutable/entry/app.0lX_DJTT.js renamed to _app/immutable/entry/app.DGK2YsDg.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import{l as o,a as r}from"../chunks/DD-tapVH.js";export{o as load_css,r as start};

_app/immutable/entry/start.DgUJKW7x.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

_app/immutable/nodes/1.BEsUGT5N.js renamed to _app/immutable/nodes/1.B_BjOpqB.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_app/immutable/nodes/2.MBW-KEwf.js renamed to _app/immutable/nodes/2.DQ0touI6.js

Lines changed: 49 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_app/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"1742847517946"}
1+
{"version":"1743055713390"}

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// Load theme/mode early enough to not flicker
2626
const defaultMode = matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light";
2727
const mode = localStorage.getItem("mode") || defaultMode;
28-
const theme = localStorage.getItem("theme") || "solarized";
28+
const theme = localStorage.getItem("theme") || "atom-one";
2929

3030
const themeLink = document.createElement("link");
3131
themeLink.id = "theme";
@@ -36,17 +36,17 @@
3636

3737

3838
<link href="./_app/immutable/assets/2.CsDZcfkD.css" rel="stylesheet">
39-
<link rel="modulepreload" href="./_app/immutable/entry/start.DgUJKW7x.js">
40-
<link rel="modulepreload" href="./_app/immutable/chunks/CTSuG89S.js">
39+
<link rel="modulepreload" href="./_app/immutable/entry/start.DRDzXvWr.js">
40+
<link rel="modulepreload" href="./_app/immutable/chunks/DD-tapVH.js">
4141
<link rel="modulepreload" href="./_app/immutable/chunks/BQfsNb37.js">
4242
<link rel="modulepreload" href="./_app/immutable/chunks/0o8kNNWh.js">
43-
<link rel="modulepreload" href="./_app/immutable/entry/app.0lX_DJTT.js">
43+
<link rel="modulepreload" href="./_app/immutable/entry/app.DGK2YsDg.js">
4444
<link rel="modulepreload" href="./_app/immutable/chunks/CAgRfYLY.js">
4545
<link rel="modulepreload" href="./_app/immutable/chunks/DwFe8hMG.js">
4646
<link rel="modulepreload" href="./_app/immutable/chunks/QentZ6S3.js">
4747
<link rel="modulepreload" href="./_app/immutable/nodes/0.Esi_AtRL.js">
4848
<link rel="modulepreload" href="./_app/immutable/chunks/CMhveyFG.js">
49-
<link rel="modulepreload" href="./_app/immutable/nodes/2.MBW-KEwf.js">
49+
<link rel="modulepreload" href="./_app/immutable/nodes/2.DQ0touI6.js">
5050
<link rel="modulepreload" href="./_app/immutable/chunks/yOrfupZ0.js"><!--[--><!--]--><title>Hyperjump - JSON Schema</title>
5151
</head>
5252

@@ -61,15 +61,15 @@
6161

6262
<script>
6363
{
64-
__sveltekit_5sfzhy = {
64+
__sveltekit_12asryz = {
6565
base: new URL(".", location).pathname.slice(0, -1)
6666
};
6767

6868
const element = document.currentScript.parentElement;
6969

7070
Promise.all([
71-
import("./_app/immutable/entry/start.DgUJKW7x.js"),
72-
import("./_app/immutable/entry/app.0lX_DJTT.js")
71+
import("./_app/immutable/entry/start.DRDzXvWr.js"),
72+
import("./_app/immutable/entry/app.DGK2YsDg.js")
7373
]).then(([kit, app]) => {
7474
kit.start(app, element, {
7575
node_ids: [0, 2],

0 commit comments

Comments
 (0)