blob: c3d1d500099fe1fa41797ab512b3f7e4050572d6 (
plain)
1
2
3
4
5
6
7
8
|
use super::super::bar::BarTheme;
use crate::config::GlobalConfig;
BarTheme!(
SheetViewBarTheme,
GlobalConfig::instance().theme.sheetview.bar,
GlobalConfig::instance_mut().theme.sheetview.bar
);
|