1
2
3
4
5
6
use crate::theme::Theme;

/// The default theme.
pub struct SimpleTheme;

impl Theme for SimpleTheme {}