Deprecate old `default_theme` function

pull/2896/head
Tau Gärtli 2 months ago
parent 5aa3043c6e
commit 6232561b14
No known key found for this signature in database

@ -90,6 +90,7 @@ impl HighlightingAssets {
///
/// See <https://github.com/sharkdp/bat/issues/1746> and
/// <https://github.com/sharkdp/bat/issues/1928> for more context.
#[deprecated(note = "use bat::theme::theme instead")]
pub fn default_theme() -> &'static str {
#[cfg(not(target_os = "macos"))]
{

Loading…
Cancel
Save