martin-g opened a new pull request, #1850:
URL: https://github.com/apache/datafusion-ballista/pull/1850
# Which issue does this PR close?
Closes #1849
# Rationale for this change
Some users prefer light terminal background. Others - dark,
It would be good to support UI themes, so the users could change the colors
of the application
# What changes are included in this PR?
Introduced Theme and settings.
A user could add something like:
```
theme:
name: dark
custom:
table_header: "red"
row_selected: 108
status_running: { r: 0, g: 128, b: 255 }
```
to their config and overwrite the defaults.
Two default themes are pre-defined: `dark` and `light`
# Are there any user-facing changes?
Only UI.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]