Skip to content

Commit

Permalink
Add light theme handling for anchorviz ring colors
Browse files Browse the repository at this point in the history
  • Loading branch information
WarmCyan committed Sep 4, 2024
1 parent c4e2d04 commit 6ffb63c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions icat/vue/anchors-table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,9 @@ div .v-progress-linear {
:host {
--selectedAnchorColor: #FFF;
}
body[data-jp-theme-light="true"] {
--ringFill: #AAA;
--textColor: black;
}
</style>
2 changes: 1 addition & 1 deletion notebooks/simple_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.14"
"version": "3.10.12"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ scikit-learn
ipyvuetify~=1.9
ipywidgets<8.1.3
jupyterlab-widgets<3.0.11
ipyanchorviz
ipyanchorviz~=0.3.0
altair
pytest
pytest-mock
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_property(prop):
"numpy",
"pandas",
"scikit-learn",
"ipyanchorviz",
"ipyanchorviz~=0.3.0",
"altair",
"jupyter_bokeh",
"ipywidgets-bokeh",
Expand Down

0 comments on commit 6ffb63c

Please sign in to comment.