You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constDEFAULT_GUTTER_COLOR:u8 = 238;let gutter_style = Style{foreground:match theme.settings.gutter_foreground{// If the theme provides a gutter foreground color, use it.// Note: It might be the special value #00000001, in which case// to_ansi_color returns None and we use an empty Style// (resulting in the terminal's default foreground color).Some(c) => to_ansi_color(c, true_color),// Otherwise, use a specific fallback color.None => Some(Fixed(DEFAULT_GUTTER_COLOR)),},
..Style::default()};
--list-themes
support (a47ff5d)--list-languages
support (60bdbce)Runtime asset loadingSee Loading of user themes / syntaxes #32The text was updated successfully, but these errors were encountered: