612cdc4fdc
The tracked theme had drifted from the palette source. Cursor and selection values did not match wezterm/config.lua in the australis repo, which the port is derived from: cursor-color #51e08a -> #6388d8 (wezterm cursor_bg) cursor-text absent -> #373b46 (wezterm cursor_fg) selection-foreground #cce7ec -> #373b46 (wezterm selection_fg) Neither #51e08a nor #cce7ec appears in the wezterm cursor or selection configuration. All sixteen palette entries were already correct and are unchanged; the drift was confined to cursor and selection. Also restores the header comment citing the upstream source.