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

Non-error or non-pending reporter commands are white instead of dark #221

Open
Nervniyak opened this issue Nov 29, 2021 · 1 comment
Open

Comments

@Nervniyak
Copy link

Nervniyak commented Nov 29, 2021

Just installed the theme via

npm install --save-dev cypress-dark

require('cypress-dark')

"theme": "dark",

"cypress": "^9.1.0",
"cypress-cucumber-preprocessor": "^4.0.1",
"cypress-dark": "^1.8.3",

And I have commands not dark-themed

image

If I add something like this to CSS

.reporter .command-wrapper {
  background-color: inherit;
}

It becomes better, but Gherkin commands are dark on dark
image

@Nervniyak Nervniyak changed the title Not error or pending reporter commands are white Non-error or non-pending reporter commands are white instead of dark Nov 29, 2021
@Nervniyak
Copy link
Author

Halloween theme doesn't have this issue though.

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

No branches or pull requests

1 participant