Rename theme.css to widgets.css
We'll use theme.css for overriding defaults.
This commit is contained in:
parent
10bd7f46ea
commit
2e91a65f01
|
@ -23,7 +23,7 @@ pub use peak_meter::PeakMeter;
|
||||||
/// Register the default theme for the widgets exported by this module. This is automatically called
|
/// Register the default theme for the widgets exported by this module. This is automatically called
|
||||||
/// for you when using [`create_vizia_editor()`][super::create_vizia_editor()].
|
/// for you when using [`create_vizia_editor()`][super::create_vizia_editor()].
|
||||||
pub fn register_theme(cx: &mut Context) {
|
pub fn register_theme(cx: &mut Context) {
|
||||||
cx.add_theme(include_str!("../assets/theme.css"));
|
cx.add_theme(include_str!("../assets/widgets.css"));
|
||||||
}
|
}
|
||||||
|
|
||||||
/// An event that updates a parameter's value. Since NIH-plug manages the parameters, interacting
|
/// An event that updates a parameter's value. Since NIH-plug manages the parameters, interacting
|
||||||
|
|
Loading…
Reference in a new issue