Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic dimming functionality #2751

Closed
wants to merge 12 commits into from
Prev Previous commit
Next Next commit
remove unnecessary derives from color
  • Loading branch information
farwyler committed Jul 2, 2022
commit 08bf7bd7c59a3610d6f6713a4f01d3aefa77afce
2 changes: 1 addition & 1 deletion helix-view/src/graphics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ impl Rect {
}
}

#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
#[derive(Debug, Clone, Copy, PartialEq)]
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
pub enum Color {
Reset,
Expand Down