Skip to content

Commit

Permalink
refactor: adjust theme color
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Sep 24, 2023
1 parent b79d3fe commit aed1da7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "charts-rs"
version = "0.1.40"
version = "0.1.41"
authors = ["Tree Xie <tree.xie@outlook.com>"]
edition = "2021"
categories = ["multimedia::images"]
Expand Down
Binary file modified asset/image/multi-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/charts/theme.rs
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ static WESTEROS_THEME: Lazy<Theme> = Lazy::new(|| {
});

static CHALK_THEME: Lazy<Theme> = Lazy::new(|| {
let x_axis_color = (110, 112, 121).into();
let x_axis_color = (170, 170, 170).into();

let font_color: Color = (255, 255, 255).into();
let bg_color: Color = (41, 52, 65).into();
Expand Down

0 comments on commit aed1da7

Please sign in to comment.