Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unusable with dark theme #160

Open
jabbera opened this issue Aug 30, 2021 · 2 comments
Open

Unusable with dark theme #160

jabbera opened this issue Aug 30, 2021 · 2 comments

Comments

@jabbera
Copy link

jabbera commented Aug 30, 2021

Describe the bug

Extension is not theme aware and unusable with dark them

image

To Reproduce
Steps to reproduce the behavior:
Install.
Switch to dark theme

from jupyter_bifrost import Chart
import pandas as pd
df = pd.read_csv('https://s3.amazonaws.com/nyc-tlc/trip+data/yellow_tripdata_2018-12.csv')
chart = Chart(df)
chart.plot()

Expected behavior

Font to be visible.

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows
  • Browser: Chrome
  • Version 92.0.4515.159

Additional context
Add any other context about the problem here.

@theochawla
Copy link
Collaborator

Thanks so much for the feedback! We are hoping to implement a workable dark mode soon!

@theochawla
Copy link
Collaborator

Here is an initial prototype for Bifrost's dark mode.

Screen.Recording.2022-02-14.at.5.43.49.PM.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants