summaryrefslogtreecommitdiffstats
path: root/src/theme/color.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/theme/color.rs')
-rw-r--r--src/theme/color.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theme/color.rs b/src/theme/color.rs
index 37afca2..3f32758 100644
--- a/src/theme/color.rs
+++ b/src/theme/color.rs
@@ -78,7 +78,7 @@ where
}
/// A struct holding the theme configuration
-/// Color table: https://upload.wikimedia.org/wikipedia/commons/1/15/Xterm_256color_chart.avg
+/// Color table: https://upload.wikimedia.org/wikipedia/commons/1/15/Xterm_256color_chart.svg
#[derive(Debug, Deserialize, PartialEq, Eq)]
#[serde(rename_all = "kebab-case")]
#[serde(deny_unknown_fields)]