Begin documenting theme colors

This commit is contained in:
Nate Butler 2023-11-07 13:36:01 -05:00
parent 64b899c68c
commit 91f356a2f1
4 changed files with 101 additions and 9 deletions

View file

@ -140,8 +140,8 @@ impl<'a> Debug for ThemeColorsRefinementPrinter<'a> {
("element_active", self.0.element_active),
("element_selected", self.0.element_selected),
("element_disabled", self.0.element_disabled),
("element_placeholder", self.0.element_placeholder),
("element_drop_target", self.0.element_drop_target),
("element_placeholder_text", self.0.element_placeholder_text),
("drop_target_background", self.0.drop_target_background),
("ghost_element_background", self.0.ghost_element_background),
("ghost_element_hover", self.0.ghost_element_hover),
("ghost_element_active", self.0.ghost_element_active),