You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In dark mode, everything accessed by a dot like methods or objects from modules have the same color as variables which isn't the case in light mode. Maybe it's just the theme marimo uses but it would be nice if the color is different which is the case in light mode as it makes the code more readable.
- Created custom dark theme to improve code readability
- Methods and properties now have distinct colors from variables
- Methods use #61afef (blue)
- Properties use #e5c07b (yellow)
- Variables use #abb2bf (light gray)
Fixes#3670
Co-Authored-By: Myles Scolnick <[email protected]>
Describe the bug
In dark mode, everything accessed by a dot like methods or objects from modules have the same color as variables which isn't the case in light mode. Maybe it's just the theme marimo uses but it would be nice if the color is different which is the case in light mode as it makes the code more readable.
Environment
Code to reproduce
It doesn't have to do anything with code. It's the standard behavior in dark mode.
The text was updated successfully, but these errors were encountered: