I think I need to generalize this"
This commit is contained in:
parent
e5070ffc7f
commit
55205935b4
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ pub fn run_calendar(args: &CliArgs) {
|
|||
"#d3d3d3"
|
||||
};
|
||||
|
||||
println!("linear-gradient({}deg, {}, #26262600 30%)", (output_state.gradient_angle_percentage * 180.0 - 90.0) as i32 * -1, gradient_color);
|
||||
println!("linear-gradient({}deg, {}, rgba(26, 26, 26, 0.0) 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