updated gradient
This commit is contained in:
parent
e40bfb1a06
commit
44c4e2d1db
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ pub fn run_calendar(args: &CliArgs) {
|
|||
"#d3d3d3"
|
||||
};
|
||||
|
||||
println!("linear-gradient({}deg, {}, #262626)", (output_state.gradient_angle_percentage * 180.0 - 90.0) as u32, gradient_color);
|
||||
println!("linear-gradient({}deg, {}, #262626 30%)", (output_state.gradient_angle_percentage * 180.0 - 90.0) as i32 * (-1), gradient_color);
|
||||
}
|
||||
|
||||
// println!("{}", serde_json::to_string(&output_state).unwrap());
|
||||
|
|
Loading…
Reference in a new issue