Skip to content

themes: Fix statement about icon and sound themes #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Linux is a kernel, and has nothing to do with themes. While some desktop environ

- [FreeDesktop.org](https://freedesktop.org) specifications try to ensure different desktops' _basic features_ are inter-compatible, but does not address visual style.

- There are specs for _icon_ and _sound_ themes, but even these are both incomplete and outdated.
- There are specs for _icon_ and _sound_ themes, but some desktops do not support these.
Copy link
Member

@cassidyjames cassidyjames Oct 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recall the issue with FD.o icon stuff from working on elementary being that they both didn't cover the actual range of icons you'd want to use, and seemed to be outdated in what they did dictate. However, this is the Icon Naming spec and not the Icon Theme spec, so perhaps its moot. I think this slight rewording remains accurate, anyway:

Suggested change
- There are specs for _icon_ and _sound_ themes, but some desktops do not support these.
- There are specs for _icon_ and _sound_ themes, but some platforms do not support them.


- [KDE Plasma][https://kde.org/plasma-desktop] officially supports themes, color schemes, accent colors, and FreeDesktop-compatible icon themes, as applied to both Plasma itself and apps using the Qt and GTK toolkits.

Expand Down