aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 8f26589..868bad5 100755
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
<link rel="stylesheet" href="index.css" />
</head>
<body>
- <script>(function(){var t=localStorage.getItem('tyler.theme')||'aero';document.body.setAttribute('data-theme',t);})();</script>
+ <script>(function(){var t=localStorage.getItem('tyler.theme')||'chrome';document.body.setAttribute('data-theme',t);})();</script>
<script>
// Scale the whole desktop to fit smaller monitors. Layout is designed around
// ~1440x900; below that, windows overlap and icons run off the bottom edge.