marimo-team / marimo

A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git.
https://marimo.io
Apache License 2.0
5.3k stars 154 forks source link

Dark theme style issues #1673

Open dmadisetti opened 6 days ago

dmadisetti commented 6 days ago

Describe the bug

Working from the VS-Code plugin, because it's cool. Changed theme and noticed a few things that are off

Color is off for "Stop" messages image

Dead kernel sidebar doesn't match image

Environment

Head

Code to reproduce

import marimo as mo
mo.stop(True)
x = 1
x
dmadisetti commented 5 days ago

Admonitions icons:

image