From 41c352e939a3389b9c7a18065c1c25c005e98bfe Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Thu, 28 May 2026 21:13:35 -0700 Subject: theme: make chrome the default and move it left in the selector Co-Authored-By: Claude Sonnet 4.6 --- aero.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aero.js') 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); -- cgit v1.3-2-g0d8e