[Feature] Add debuggingBackground color
See original GitHub issueThe extension currently does not modify the background colour of the status bar in debug mode, i.e. statusBar.debuggingBackground
.
It would be great if this could be added to the object of generated colours, perhaps with a different shade of (or complementary of) the default background.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:8 (6 by maintainers)
Top Results From Across the Web
How to change background color of line highlighting during ...
Open Tools->Options->Fonts&Colors then go to "Annotations" tab. Color options for debug line in ...
Read more >Using the CSS background-color property to debug web pages
The rest of the article will focus on debugging layouts using the background-color property. One way to do this is shown below: *...
Read more >Output Styling (Debugging with GDB) - sourceware.org
Control the styling of function names. These are managed with the set style function family of commands. By default, this style's foreground color...
Read more >Annotated List of Command-line Options - ImageMagick
Background: Set any fully-transparent pixel to the background color, ... Add -debug pixel prior to the -channel-fx option to track the channel morphology....
Read more >Configure on-device developer options - Android Developers
Before you can use the debugger and other tools, you need to enable USB debugging, which allows Android Studio and other SDK tools...
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
I would tend to agree that it could be a complementary color of the chosen Peacock color. A different shade may not be distinct enough or too difficult to distinguish with lighter or darker shades. It isn’t too different from what is done already to determine a suitable badge color. Perhaps the same algorithm could be used or serve as inspiration for this. I will try playing around with some concepts here.
thanks again @musicfuel