diff --git a/src/config.rs b/src/config.rs index 1b8048e..5b596ad 100644 --- a/src/config.rs +++ b/src/config.rs @@ -76,7 +76,7 @@ impl Default for ConfigFile { tag_font_ttf: String::new(), quote_font_ratio: 215.0, tag_font_ratio: 150.0, - color_layer: [20, 22, 25, 200], + color_layer: [20, 22, 25, 197], } } }