[feature] dark mode for specs manager window
See original GitHub issueCurrent behavior:
Currently, specs-listing window is very bright:
Desired behavior:
Would it be technically possible to make a dark mode for it?
It could be switchable automatically via media query prefers-color-scheme
or manually, in Settings tab.
Steps to reproduce: (app code and test code)
n/a
Versions
Cypress 3.4.0 Chrome 75 MacOS Mojave 10.14.6
Issue Analytics
- State:
- Created 4 years ago
- Reactions:8
- Comments:14 (4 by maintainers)
Top Results From Across the Web
Support Dark and Light themes in Win32 apps - Microsoft Learn
Windows supports Light and Dark themes as a personalization option in Windows settings. Windows uses Light mode by default, but users can ...
Read more >How to enable Dark Mode on Windows 11 - Pureinfotech
To ENABLE dark mode on Windows 11, open Settings > Personalization > Colors, and in the "Choose your mode," select the "Dark" mode...
Read more >Enabling dark-mode in Configuration Manager 2203
To enable dark mode (a pre-release feature) simply click in the top most menu (top left) and select switch console theme. The change...
Read more >How To Enable Dark Mode In Windows 11 - Itechguides.com
a) Right-click the Windows 11 Start menu and select Settings from the displayed options. b) Then, select Personalization on the left pane of...
Read more >2 Ways to Enable Dark Theme (Mode) in Windows 10
2 Ways to Enable Dark Theme (Mode) in Windows 10 · Open the Settings app by clicking its shortcut from the Start Menu,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is super low priority for our team to work on, so I wouldn’t expect any work on this, but we’re open to any pull requests is someone wants to implement this behavior.
Look towards the
packages/desktop-gui
contributing guide to get started.fyi here’s a Stack Overflow I created with the solution I use to get dark mode for the test runner. Tested on Chrome/Windows, but the solution is css-based so should work in any browser on any os.