feat: Reworked configuration
- Added colors.aliases table - Colors can also be defined with aliases - Event color is calculated with priorities - Added paths table - Renamed log_path as paths.logs - Renamed colors.background_text as colors.text - Added colors.fallback field - Default values are now taken from source config.toml on compilation
This commit is contained in:
parent
a64ed277f6
commit
ba7bc67b6c
13 changed files with 347 additions and 256 deletions
1
build.rs
1
build.rs
|
|
@ -1,5 +1,4 @@
|
|||
fn main() {
|
||||
|
||||
let mut style = String::from("cosmic");
|
||||
|
||||
#[cfg(all(feature = "dark", feature = "light"))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue