alexmojaki / birdseye

Graphical Python debugger which lets you easily view the values of all evaluated expressions
https://birdseye.readthedocs.io
MIT License
1.65k stars 72 forks source link

command line argument for changing color scheme #56

Open Almenon opened 6 years ago

Almenon commented 6 years ago

VSCode has two categories of color schemes - light and dark. It would be great if I could pass in a command line argument for the color scheme so birdseye looks better in contrast with vscode (see #54)

alexmojaki commented 6 years ago

This is a good idea. Are you willing to try tackling it? It should be pretty easy and I can give you guidance. Personally I have way too many other issues here to work on.

A good place to start might be using an appropriate bootstrap theme, e.g. https://bootswatch.com/darkly/

Almenon commented 6 years ago

I was sort of hoping you would do it..... XD

But you're right, it should be very easy to implement and would be a good introduction to the project. I can probably take this on, but first I want to get birdseye-vscode fully functional and into the marketplace.