aboutsummaryrefslogtreecommitdiff
path: root/aero.js
diff options
context:
space:
mode:
authorTyler Hoang <tyler@tylerhoang.xyz>2026-05-28 21:13:35 -0700
committerTyler Hoang <tyler@tylerhoang.xyz>2026-05-28 21:13:35 -0700
commit41c352e939a3389b9c7a18065c1c25c005e98bfe (patch)
treee2c7969a03be500b9ac6c63aac8ae9013190b8cd /aero.js
parenta2be1514d46f2992820a2d3b5e708f2a0baa6264 (diff)
theme: make chrome the default and move it left in the selector
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'aero.js')
-rw-r--r--aero.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/aero.js b/aero.js
index da6cca7..5699dd7 100644
--- a/aero.js
+++ b/aero.js
@@ -197,7 +197,7 @@ function musicToggleHTML() {
// THEME SWITCHER — Aero (Frutiger) ↔ Chrome (Y2K)
const THEME_KEY = 'tyler.theme';
-const THEMES = ['aero', 'chrome'];
+const THEMES = ['chrome', 'aero'];
function getTheme() {
const t = localStorage.getItem(THEME_KEY);