libcosmic-yoda/cosmic-theme/src/output/mod.rs
Ashley Wulber d6b87a0222 chore: update gtk4-output for the theme to set adwaita named colors
This is still a bit incomplete, and some apps use their own custom variables as well, for example the text editor.
2024-03-18 14:49:40 -06:00

3 lines
113 B
Rust

#[cfg(feature = "gtk4-output")]
/// Module for outputting the Cosmic gtk4 theme type as CSS
pub mod gtk4_output;