firefox-devtools / devtools-core

:rocket: Packages for Firefox DevTools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Align Error rep stacktrace with the one in m-c

nchevobbe opened this issue · comments

For the colors, here's what we are using in the console:

function name: var(--console-output-color, currentColor)
file name: --frame-link-source
line and column numbers: --frame-link-line-color

They were carefully chosen to not clash with the different background color we can have in both light and dark mode (red, yellow, white/black), and we should use them in the Error rep as well