| Summary: | Breeze/Breeze Dark icons for text/x-python and application/x-python-bytecode shouldn't be identical | ||
|---|---|---|---|
| Product: | [Plasma] Breeze | Reporter: | stevemcqueen |
| Component: | Icons | Assignee: | visual-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | kainz.a, nate |
| Priority: | NOR | ||
| Version First Reported In: | 5.10.0 | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/breeze-icons/6baded2e1df4e1ca08a670ef73cd1da02e726f12 | Version Fixed/Implemented In: | 5.54 |
| Sentry Crash Report: | |||
|
Description
stevemcqueen
2017-06-10 03:20:48 UTC
Git commit 6baded2e1df4e1ca08a670ef73cd1da02e726f12 by Nate Graham, on behalf of Rafael Brandmaier.
Committed on 29/12/2018 at 18:23.
Pushed by ngraham into branch 'master'.
Add a proper python-bytecode icon, use consistent color in python icons
Summary:
FIXED-IN: 5.54
Add a separate, more recognizable icon for `application-x-python-bytecode`. Use a consistent, orange color for the `32px` and `64px` designs of `application-x-python-bytecode` and `text-x-python`.
The font used at all sizes except `64px` is made of custom shapes to be as pixel-perfect as possible.
Test Plan:
The new `application-x-python-bytecode` icons:
{F6514919}
Consistent style for `32px` and `64px` `application-x-python-bytecode` and `text-x-python`:
{F6489825}
Reviewers: #vdg, ngraham
Reviewed By: #vdg, ngraham
Subscribers: ngraham, kde-frameworks-devel
Tags: #frameworks
Differential Revision: https://phabricator.kde.org/D17692
A +1 -0 icons-dark/mimetypes/16/application-x-python-bytecode.svg
M +1 -3 icons-dark/mimetypes/16/text-x-python.svg
A +1 -0 icons-dark/mimetypes/22/application-x-python-bytecode.svg
M +1 -85 icons-dark/mimetypes/22/text-x-python.svg
A +1 -0 icons-dark/mimetypes/32/application-x-python-bytecode.svg
M +1 -28 icons-dark/mimetypes/32/text-x-python.svg
A +1 -0 icons-dark/mimetypes/64/application-x-python-bytecode.svg
M +1 -26 icons-dark/mimetypes/64/text-x-python.svg
A +1 -0 icons/mimetypes/16/application-x-python-bytecode.svg
M +1 -3 icons/mimetypes/16/text-x-python.svg
A +1 -0 icons/mimetypes/22/application-x-python-bytecode.svg
M +1 -85 icons/mimetypes/22/text-x-python.svg
A +1 -0 icons/mimetypes/32/application-x-python-bytecode.svg
M +1 -135 icons/mimetypes/32/text-x-python.svg
A +1 -0 icons/mimetypes/64/application-x-python-bytecode.svg
M +1 -216 icons/mimetypes/64/text-x-python.svg
https://commits.kde.org/breeze-icons/6baded2e1df4e1ca08a670ef73cd1da02e726f12
|