spyder-ide / spyder-unittest

A plugin for Spyder to run tests and view the results
MIT License
79 stars 34 forks source link

Use Spyder's colour palette #187

Closed jitseniesen closed 2 years ago

jitseniesen commented 2 years ago

This changes the background colours of the test results and picks them from the Spyder colour palette. This hopefully makes the application more consistent. As the screen shots show, the main effect is that the colours are less saturated, especially the green. I like that, if all tests pass (which is hopefully what happens!) then it is easier on the eye to have a less saturated background colour.

After the PR: new-colours

Before: old-colours

codecov-commenter commented 2 years ago

Codecov Report

Merging #187 (40498ca) into master (e20e392) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Additional details and impacted files | [Impacted Files](https://codecov.io/gh/spyder-ide/spyder-unittest/pull/187?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spyder-ide) | Coverage Δ | | |---|---|---| | [spyder\_unittest/widgets/datatree.py](https://codecov.io/gh/spyder-ide/spyder-unittest/pull/187/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spyder-ide#diff-c3B5ZGVyX3VuaXR0ZXN0L3dpZGdldHMvZGF0YXRyZWUucHk=) | `95.95% <100.00%> (-0.02%)` | :arrow_down: |
ccordoba12 commented 2 years ago

I like it, it looks pretty nice!