diff --git a/components/style/values/specified/color.rs b/components/style/values/specified/color.rs index e44568fb5bf..e6491049619 100644 --- a/components/style/values/specified/color.rs +++ b/components/style/values/specified/color.rs @@ -227,6 +227,14 @@ pub enum SystemColor { MozMacActiveSourceListSelection, MozMacTooltip, + /// Theme accent color. + #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] + MozAccentColor, + + /// Foreground for the accent color. + #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] + MozAccentColorForeground, + /// Accent color for title bar. MozWinAccentcolor, /// Color from drawing text over the accent color.