alexmojaki / birdseye

Graphical Python debugger which lets you easily view the values of all evaluated expressions

Home Page:https://birdseye.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

command line argument for changing color scheme

Almenon opened this issue · comments

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)

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/

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.