Skip to main content

select_auto_theme

Function select_auto_theme 

Source
pub fn select_auto_theme(colorfgbg: Option<&str>) -> Theme
Expand description

auto themeの解決(§62)。

環境変数 COLORFGBG15;0 形式)の背景色が暗い番号(0〜6, 8)なら dark theme、明るい番号(7, 9〜15)なら light theme。 判定できない場合はdark。