randy3k / radian

A 21 century R console
MIT License
1.98k stars 74 forks source link

Use the VS code editor theme/colors in radian #158

Open chisqr opened 4 years ago

chisqr commented 4 years ago

I am running radian inside of VS code. Everything works fine, I was wondering if there was some way to set radian to use the theme/colors of the editor window ? Thanks!

randy3k commented 4 years ago

radian doesn't support custom themes at this moment.

lukasgunschera commented 1 year ago

@randy3k is this still the case?

randy3k commented 1 year ago

We only support themes from https://help.farbox.com/pygments.html

To support custom theme, will need to create the theme/color scheme and pass it to prompt_toolkit https://github.com/randy3k/radian/blob/f3068293c76f4da2f88310d59dd9268007327b9f/radian/prompt_session.py#L155