From 5684c82e45f311d06ae81e1c1c2b1366a2fd25f1 Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Sun, 22 Feb 2026 12:12:36 -0800 Subject: [PATCH] Sort themes case-insensitively in picker (#12509) ## Summary - order bundled and custom themes together by name while keeping entries stable across platforms - update the theme fixture names and tests to assert case-insensitive ordering --- codex-rs/tui/src/render/highlight.rs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/codex-rs/tui/src/render/highlight.rs b/codex-rs/tui/src/render/highlight.rs index b0898ffe0..b87db29cb 100644 --- a/codex-rs/tui/src/render/highlight.rs +++ b/codex-rs/tui/src/render/highlight.rs @@ -321,8 +321,9 @@ pub(crate) fn list_available_themes(codex_home: Option<&Path>) -> Vec