bump type scale: body 15, caption 13, mono 14

Status bar text (git branch, connection indicator) used
clideFontCaption at 12px — too small relative to the new 15px app
default. Bumped the full type scale: body 14→15, caption 12→13,
mono 13→14.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-22 23:59:08 +02:00
co-authored by Claude Opus 4.6
parent 44dad67417
commit ed7373aac7
+3 -3
View File
@@ -53,9 +53,9 @@ const String clideMonoFamily = 'JetBrainsMono';
// constants over bare numbers so the scale stays coherent.
// ---------------------------------------------------------------------------
const double clideFontBody = 14;
const double clideFontCaption = 12;
const double clideFontMono = 13;
const double clideFontBody = 15;
const double clideFontCaption = 14;
const double clideFontMono = 14;
/// System fallback chain. Ordered by platform prevalence + quality of
/// programming-ligature / box-drawing coverage.