This commit is contained in:
merelymyself 2022-09-21 13:19:20 +08:00 committed by Abin Simon
parent 54a07e63ee
commit 586e1c9e76

View file

@ -84,7 +84,7 @@ where
/// A struct holding the theme configuration
/// Color table: https://upload.wikimedia.org/wikipedia/commons/1/15/Xterm_256color_chart.avg
#[derive(Debug, Deserialize, PartialEq)]
#[derive(Debug, Deserialize, PartialEq, Eq)]
#[serde(rename_all = "kebab-case")]
#[serde(deny_unknown_fields)]
#[serde(default)]