diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-28 21:13:35 -0700 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-28 21:13:35 -0700 |
| commit | 41c352e939a3389b9c7a18065c1c25c005e98bfe (patch) | |
| tree | e2c7969a03be500b9ac6c63aac8ae9013190b8cd /index.html | |
| parent | a2be1514d46f2992820a2d3b5e708f2a0baa6264 (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 'index.html')
| -rwxr-xr-x | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
