colour -> color, behaviour -> behavior, centre -> center, favourite -> favorite, and about twenty other pairs, applied consistently across comments, docs, error/UI copy, and a handful of QML identifiers that used the British spelling as their actual name: SystemSettings' serialiseValue/serialiseTable/normaliseGradient, Displays' normaliseModes, Wallpaper's normalisePolicy, SettingsBackup's serialiseHomeState, DateTime's ntpSynchronised property, Clipboard's _normalise helper, and ShortcutCapture's cancelled signal (with its onCancelled handler in ShortcutsPage.qml). Every call site and the two tests that assert on the literal source text (settings-ownership and settings-backup-live contracts) were updated in lockstep. Left untouched: config/dot/espanso/match/packages/misspell-en/ is a vendored third-party autocorrect dictionary -- its entries are typo corrections, not our prose, and rewriting them would fight the package's own purpose (and any future re-sync from upstream). The already-American `favorites` property (Home page pinned accessories) was never actually misspelled -- only nearby comments and error strings said "favourites" -- so no data migration was needed there. Claude-Session: https://claude.ai/code/session_01E6TJUAh41HaP25MVHWkhRZ
21 lines
923 B
Plaintext
21 lines
923 B
Plaintext
# GENERATED FILE -- edit settings.ini.template instead.
|
|
#
|
|
# The theme name and dark preference below follow Panama's color
|
|
# scheme, so this file is regenerated on every switch and is not
|
|
# committed. Under GNOME, gnome-settings-daemon publishes these over
|
|
# XSETTINGS and this file is ignored; under Hyprland there is no
|
|
# settings daemon, so for GTK3 it is authoritative -- which is why it
|
|
# has to change with the scheme rather than being pinned to dark.
|
|
#
|
|
[Settings]
|
|
# libadwaita apps normally take their dark preference from the
|
|
# org.freedesktop.appearance portal (served by xdg-desktop-portal-gtk, which
|
|
# reads gsettings). This file is the fallback for plain GTK4 apps and for the
|
|
# window before the portal answers.
|
|
gtk-application-prefer-dark-theme=@PREFER_DARK@
|
|
gtk-theme-name=@GTK_THEME@
|
|
gtk-icon-theme-name=Adwaita
|
|
gtk-font-name=Adwaita Sans 11
|
|
gtk-cursor-theme-name=oreo_blue_cursors
|
|
gtk-cursor-theme-size=24
|