Skip to content

Commit 4bdf044

Browse files
dcechanozwpaper
authored andcommitted
fix typo in link color table
1 parent ae1a2cd commit 4bdf044

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/theme/color.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ where
7878
}
7979

8080
/// A struct holding the theme configuration
81-
/// Color table: https://upload.wikimedia.org/wikipedia/commons/1/15/Xterm_256color_chart.avg
81+
/// Color table: https://upload.wikimedia.org/wikipedia/commons/1/15/Xterm_256color_chart.svg
8282
#[derive(Debug, Deserialize, PartialEq, Eq)]
8383
#[serde(rename_all = "kebab-case")]
8484
#[serde(deny_unknown_fields)]

0 commit comments

Comments
 (0)