mkloubert / vscode-kanban

Kanban board for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=mkloubert.vscode-kanban
GNU Lesser General Public License v3.0
283 stars 52 forks source link

Built-in themes support #52

Open blake-mealey opened 4 years ago

blake-mealey commented 4 years ago

Is there any appetite for a PR which adds better theming support?

My thinking is the project could ship with at least 2 themes (light and dark), and could provide a new command to choose the active theme. Users could still override this with custom CSS in .vscode

A nice-to-have would be to detect if the user's current VSCode theme is a light or dark theme and then default to the appropriate board theme.