is it possible to change the color style?
See original GitHub issueHi,
I see there is PythonStyle
class at style.py. For my dark background, the color style is not very readable.
Is there a simple way to configure that? I can try a monkey patch but…well…
Thanks, Damien
Issue Analytics
- State:
- Created 8 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
How to Change Text and Background Color in CSS
To change the background color of the inline text, go to the <head> section. Simply add the appropriate CSS selector and define the...
Read more >Change the font color - Microsoft Support
You can change the color of text in your Word document. ... On the Home tab, in the Font group, choose the arrow...
Read more >Changing colors - Squarespace Help Center
While editing a page, click the paintbrush icon in the top-right corner, then click Colors. · Click Edit palette to choose a new...
Read more >Quick Tips: How to change color and style of MS Word document
http://www.access2learn.com/If you have ever wanted to change how your MS Word document looks, using the built in styles is a real easy way....
Read more >How To Change CSS Font Color - YouTube
How To Change CSS Font Color https://youtu.be/7IkKyUNuYs0There are simple CSS rules for adjusting font colors on your website.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Nice! I check out prompt_toolkit and ptpython. The F2 sidebar is very useful. I’m trying to get a colorsheme for my dark background theme.
Damien
Hi @garaud,
Custom color schemes are possible now. It’s not yet on Pypi. I have to do some testing to be sure it doesn’t break anything, but I’ll release soon.
Feel free to give it a try already and give me some feedback. Check out the latest master commit of both
ptpython
andprompt_toolkit
. Then check out the following configuration file to see how to add a new color scheme: https://github.com/jonathanslenders/ptpython/blob/master/examples/ptpython_config/config.py At runtime, you can choose a colorscheme from the sidebar. (Pressing F2)Jonathan