Commit 99585ab
fix(theme): GLOBAL chrome defaults -- acrylic 50%, scrollbar-less, frame-less
Per operator (multiple reaffirmations):
> "you forgot that the MiOS app/terminal is acrylic set to on
> GLOBALLY AND SET TO 50 PERCENT TRANSPARENCY!!!! FRAME-LESS/
> BORDER-LESS/SCROLL-BAR-LESS, ETC--ETC!!! GLOBAL DEFAULTS"
mios.toml [theme] reconciled with what Get-MiOS.ps1's WT profile
patcher actually applies (which was already correct). The prior
[theme] table had wrong values (opacity 0.85 float, cursor_shape
filledBox) that didn't match the working code -- a configurator
operator editing those keys would've gotten unexpected results.
Corrected schema:
acrylic = true (was already true)
opacity = 50 (was 0.85; WT uses int 0-100)
system_backdrop = "acrylic" (NEW; WT 1.18+ per-profile)
cursor_shape = "bar" (was "filledBox"; matches code)
scrollbar_state = "hidden" (NEW; frame uses every col)
padding = "0" (NEW; frame flush to edges)
suppress_app_title = true (NEW)
launch_mode = "focus" (NEW; frame-less / no-titlebar / no-tab-row)
disable_animations = false (NEW; keep WT animations live)
Configurator HTML [theme] section expanded:
- opacity now int (0-100) with placeholder 50 (was float 0.85)
- system_backdrop / scrollbar_state / launch_mode dropdowns added
- suppress_app_title checkbox added
- cursor_shape default order swapped (bar first; matches GLOBAL default)
- legend updated: "(acrylic 50% / frame-less / scrollbar-less = MiOS GLOBAL defaults)"
The WT profile patcher in mios-bootstrap will land concurrently --
it now READS these values from mios.toml via Get-MiosTomlValue
instead of hardcoding, so editing in the configurator HTML re-skins
both MiOS + MiOS-DEV profiles on the next bootstrap run.
Memory feedback_mios_terminal_global_chrome captures the contract
(WT version-compat table, why useAcrylic + systemBackdrop ship
together, why no root-level WT writes).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent fe8b1d0 commit 99585ab
2 files changed
Lines changed: 45 additions & 8 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
484 | | - | |
| 484 | + | |
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
492 | | - | |
| 492 | + | |
493 | 493 | | |
494 | | - | |
495 | | - | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
496 | 502 | | |
497 | 503 | | |
| 504 | + | |
498 | 505 | | |
499 | 506 | | |
500 | | - | |
501 | 507 | | |
502 | 508 | | |
503 | 509 | | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
504 | 529 | | |
505 | 530 | | |
506 | 531 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1308 | 1308 | | |
1309 | 1309 | | |
1310 | 1310 | | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
1311 | 1317 | | |
1312 | | - | |
1313 | | - | |
1314 | | - | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
1315 | 1327 | | |
1316 | 1328 | | |
1317 | 1329 | | |
| |||
0 commit comments