Closed Bug 915609 Opened 11 years ago Closed 5 years ago

In the light theme theme-fg-color4 is the same as theme-fg-color6

Categories

(DevTools :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: jwalker, Unassigned)

Details

$ cat light-theme.css | grep --what-i-want-to-show

.theme-fg-color4 { /* Orange */
  color: hsl(24,85%,39%);
}

.theme-fg-color6 { /* Orange */
  color: hsl(24,85%,39%);
}


But
$ cat dark-theme.css | grep --what-i-want-to-show

.theme-fg-color4 { /* purple/violet */
  color: #6270b2;
}

.theme-fg-color6 { /* Orange */
  color: #b26b47;
}
Product: Firefox → DevTools
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.