mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-18 03:55:53 +00:00
Fix name of BAT_THEME_{DARK,LIGHT} env vars
This commit is contained in:
parent
1321160203
commit
280f3eeb4e
@ -10,9 +10,9 @@ pub mod env {
|
||||
/// See [`crate::theme::ThemeOptions::theme`].
|
||||
pub const BAT_THEME: &str = "BAT_THEME";
|
||||
/// See [`crate::theme::ThemeOptions::theme_dark`].
|
||||
pub const BAT_THEME_DARK: &str = "BAT_THEME";
|
||||
pub const BAT_THEME_DARK: &str = "BAT_THEME_DARK";
|
||||
/// See [`crate::theme::ThemeOptions::theme_light`].
|
||||
pub const BAT_THEME_LIGHT: &str = "BAT_THEME";
|
||||
pub const BAT_THEME_LIGHT: &str = "BAT_THEME_LIGHT";
|
||||
}
|
||||
|
||||
/// Chooses an appropriate theme or falls back to a default theme
|
||||
|
Loading…
Reference in New Issue
Block a user