Red text in Dependency dialog window is hard to read
See original GitHub issueDescription
What steps will reproduce the problem?
- Have an unsatisfied dependency.
- Click
Dependencies
in theHelp
menu.
I find the version number next to Jedi
very hard to read. The colour is hard coded in widgets/dependencies.py
.
Versions
- Spyder version: 4.2.0.dev0 a4d9ae4a4
- Python version: 3.7.6
- Qt version: 5.9.6
- PyQt5 version: 5.9.2
- Operating System: Linux 5.6.0-2-amd64
Dependencies
These do not match the dependencies in the screen shot, but I don’t think that matters.
# Mandatory:
atomicwrites >=1.2.0 : 1.4.0 (OK)
chardet >=2.0.0 : 3.0.4 (OK)
cloudpickle >=0.5.0 : 1.4.1 (OK)
diff_match_patch >=20181111 : 20181111 (OK)
intervaltree : None (OK)
IPython >=4.0 : 7.15.0 (OK)
jedi =0.17.0 : 0.17.0 (OK)
keyring : None (OK)
nbconvert >=4.0 : 5.6.1 (OK)
numpydoc >=0.6.0 : 1.0.0 (OK)
parso =0.7.0 : 0.7.0 (OK)
pexpect >=4.4.0 : 4.8.0 (OK)
pickleshare >=0.4 : 0.7.5 (OK)
psutil >=5.3 : 5.7.0 (OK)
pygments >=2.0 : 2.6.1 (OK)
pylint >=1.0 : 2.5.3 (OK)
pyls >=0.33.0;<0.34.0 : v4.1.3+298.ga4d9ae4a4 (OK)
qdarkstyle >=2.8 : 2.8.1 (OK)
qtawesome >=0.5.7 : 0.7.2 (OK)
qtconsole >=4.6.0 : 4.7.5 (OK)
qtpy >=1.5.0 : 1.9.0 (OK)
rtree >=0.8.3 : 0.9.4 (OK)
sphinx >=0.6.6 : 3.1.1 (OK)
spyder_kernels >=1.9.1;<1.10.0 : 1.10.0.dev0 (OK)
watchdog : None (OK)
xdg >=0.26 : 0.26 (OK)
zmq >=17 : 18.1.1 (OK)
# Optional:
cython >=0.21 : None (OK)
matplotlib >=2.0.0 : 3.1.3 (OK)
numpy >=1.7 : 1.18.5 (OK)
pandas >=0.13.1 : None (OK)
scipy >=0.17.0 : None (OK)
sympy >=0.7.3 : None (OK)
# Spyder plugins:
spyder_notebook : 0.3.0.dev0 (OK)
spyder_unittest : 0.5.0.dev0 (OK)
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Some Red Text Hard to Read on my Monitor
There are some shades of red that are hard to read on my monitor, which happens to be a Sharp LC-50LB371U TV. It...
Read more >Hard to see text in dialogue boxes - Autodesk Forums
Autocad 2019 - open/save dialogue boxes folder list down the left hand side is nearly impossible to read, the background colour and text...
Read more >Database color settings dialog | IntelliJ IDEA Documentation
Click the color that you want to use for the element or elements selected in the Database tool window. If the color that...
Read more >Is there any way in Xamarin Forms to change the background ...
Option 1. You could change it in specific platforms by using DependencyService. in forms. create the interface using Xamarin.
Read more >Power BI: Conditional formatting and data colors in action
Power BI Desktop landing screen. When you click the 'Get data' button in the above window, the dialogue box below will appear. Here...
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 FreeTop 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
Top GitHub Comments
Will do
I like it, I think that’s a really good improvement. Could you submit a PR for it?