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
31 lines
1.7 KiB
Plaintext
31 lines
1.7 KiB
Plaintext
# Tokyo Night Day for tmux -- the light counterpart to tokyonight-moon.conf.
|
|
#
|
|
# Same structure, same roles, Day's palette. Mapped role for role rather than by
|
|
# hue: #1b1d2b was text drawn ON an accent block, so it becomes the LIGHT ground
|
|
# rather than a dark color, or the status bar would be dark text on a dark
|
|
# accent in light mode.
|
|
#
|
|
# The accents are Day's DARKER variants, not its standard ones. Measured against
|
|
# the panel, the standard #2e7de9 and #9854f1 give 2.74:1 and 2.94:1 -- under
|
|
# the 3:1 floor for text. These give 4.42:1 and 4.17:1, and 5.01:1 / 4.73:1 for
|
|
# the light text drawn on top of them in the inverted blocks.
|
|
|
|
set -g mode-style "fg=#1c5bb8,bg=#d0d5e3"
|
|
|
|
set -g message-style "fg=#1c5bb8,bg=#d0d5e3"
|
|
set -g message-command-style "fg=#1c5bb8,bg=#d0d5e3"
|
|
|
|
set -g pane-border-style "fg=#1c5bb8"
|
|
set -g pane-active-border-style "fg=#7847bd"
|
|
|
|
set -g status-style "fg=#7847bd,bg=#d0d5e3"
|
|
set -g status-bg "#e1e2e7"
|
|
|
|
set -g status-left "#[fg=#e1e2e7,bg=#7847bd,bold] #S #[fg=#e1e2e7,bg=#7847bd,nobold,nounderscore,noitalics]"
|
|
set -g status-right "#[fg=#e1e2e7,bg=#1c5bb8,nobold,nounderscore,noitalics]#[fg=#7847bd,bg=#d0d5e3] #{prefix_highlight} #[fg=#d0d5e3,bg=#d0d5e3]#[fg=#7847bd,bg=#d0d5e3] %Y/%m/%d %I:%M %p #[fg=#1c5bb8,bg=#d0d5e3,nobold,nounderscore,noitalics]#[fg=#e1e2e7,bg=#7847bd,bold,italics] #h "
|
|
|
|
setw -g window-status-format "#[fg=#e1e2e7,bg=#d0d5e3,nobold,nounderscore,noitalics]#[fg=#1c5bb8,bg=#d0d5e3] #I #W #F #[fg=#e1e2e7,bg=#d0d5e3,nobold,nounderscore,noitalics]"
|
|
setw -g window-status-current-format "#[fg=#e1e2e7,bg=#d0d5e3,nobold,nounderscore,noitalics]#[fg=#7847bd,bg=#d0d5e3,bold] #I #W #F #[fg=#d0d5e3,bg=#d0d5e3,nobold,nounderscore,noitalics]"
|
|
|
|
setw -g window-status-separator ""
|