We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce14ee commit 6428e19Copy full SHA for 6428e19
1 file changed
src/theme/color.rs
@@ -224,15 +224,6 @@ pub struct AbsoluteTimeColor {
224
pub color: Color,
225
}
226
227
-#[derive(Debug, Deserialize, PartialEq, Eq)]
228
-#[serde(rename_all = "kebab-case")]
229
-#[serde(deny_unknown_fields)]
230
-pub struct DateColorEntry {
231
- pub threshold: String,
232
- #[serde(deserialize_with = "deserialize_color")]
233
- pub color: Color,
234
-}
235
-
236
#[derive(Debug, Deserialize, PartialEq, Eq)]
237
#[serde(rename_all = "kebab-case")]
238
#[serde(deny_unknown_fields)]
0 commit comments