1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-07 05:42:25 +01:00

Choose theme based on the terminal's color scheme

This commit is contained in:
Tau Gärtli
2024-04-16 14:43:16 +02:00
parent b662fec214
commit 1423dd9440
2 changed files with 335 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ pub(crate) mod printer;
pub mod style;
pub(crate) mod syntax_mapping;
mod terminal;
pub mod theme;
mod vscreen;
pub(crate) mod wrapping;