1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-02-21 12:28:30 +00:00

Update docs

This commit is contained in:
Tau Gärtli 2024-09-07 21:35:37 +02:00
parent 10e823c4b7
commit f6cbee9e27
No known key found for this signature in database

View File

@ -43,7 +43,8 @@ pub fn color_scheme(when: DetectColorScheme) -> Option<ColorScheme> {
/// Used together with [`theme`]. /// Used together with [`theme`].
#[derive(Debug, Clone, Default, PartialEq, Eq)] #[derive(Debug, Clone, Default, PartialEq, Eq)]
pub struct ThemeOptions { pub struct ThemeOptions {
/// Always use this theme regardless of the terminal's background color. /// Configures how the theme is chosen. If set to a [`ThemePreference::Fixed`] value,
/// then the given theme is used regardless of the terminal's background color.
/// This corresponds with the `BAT_THEME` environment variable and the `--theme` option. /// This corresponds with the `BAT_THEME` environment variable and the `--theme` option.
pub theme: ThemePreference, pub theme: ThemePreference,
/// The theme to use in case the terminal uses a dark background with light text. /// The theme to use in case the terminal uses a dark background with light text.