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

update colors for darkmode in devtools #962

Open
basaran opened this issue Apr 3, 2024 · 1 comment
Open

update colors for darkmode in devtools #962

basaran opened this issue Apr 3, 2024 · 1 comment

Comments

@basaran
Copy link

basaran commented Apr 3, 2024

Hello,

There are some colors in the browser.js which are not readable when dark mode is used in chrome devtools. Especially, these two:

    // "#0000CC",
    // "#0000FF",
    // "#0033CC",
    // "#0033FF",
    // '#0066CC',
    // '#0066FF',
    // "#3300CC",
    // "#3300FF",
    // "#3333CC",
    // "#3333FF",

For better readability, dark colors should be excluded from the palette.

@Alieltahan
Copy link

I think a better solution is to be a way to inform Debug which Appearance we are using ( light / dark ) and it exclude some colors based on the input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants