-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
Improve support for themes #81
Labels
enhancement
New feature or request
Comments
Closed
It actually might not be bad to grab colors from the pygments style: |
|
The keys of the styles dict are the Token class and its members: from pygments.token import Token |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Follow-up to #80
right now setting a theme just impacts the query editor pane, and it looks bad for most themes:
We could carry the theme colors throughout, with a lot of work.
Unfortunately, these are Pygments themes, which don't line up for Textual's planned support for themes (e.g., light/dark etc.)
The text was updated successfully, but these errors were encountered: