Skip to main content

get_active_syntax_theme

Function get_active_syntax_theme 

Source
pub fn get_active_syntax_theme() -> &'static str
Expand description

Get the recommended syntax theme for the current UI theme

This ensures syntax highlighting colors complement the UI theme background. Based on OpenAI Codex PRs #11447 and #12581.