From 4bdf044b35b17c1cf4d759c79b40442a2632f3f2 Mon Sep 17 00:00:00 2001 From: dcechano Date: Sat, 14 Oct 2023 17:25:02 -0400 Subject: fix typo in link color table --- Cargo.lock | 4 ++-- src/theme/color.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2d5d88..9bb1d69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -763,9 +763,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.51" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" +checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" dependencies = [ "unicode-ident", ] 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)] -- cgit v1.2.3