Accent colors provide a way for users to personalize their desktop in a simple, developer-friendly, and effective way. Throughout the community there has been a general interest in the inclusion of accent colors within apps and desktop environments. This proposal aims to standardize an accent color key on the Settings portal.

A new key on the Settings portal, accent-color, would be defined under the org.freedesktop.appearance namespace.

Via @orowith2os@tech.lgbt

And endorsed by #GNOME, #KDE, #CosmicDE, #ElementaryOS, and #Budgie, at that!

  • zephyr@lemmy.world
    link
    fedilink
    arrow-up
    44
    ·
    10 months ago

    Nice. This feature is similar to Android wallpaper color theming.

    And I thought Xorg already had this feature in Xresources, but apps do not respect it.

    • AProfessional@lemmy.world
      link
      fedilink
      English
      arrow-up
      35
      ·
      10 months ago

      The setting being located somewhere is never the hard part, it’s all about the different communities respecting it.

  • sky@leminal.space
    link
    fedilink
    arrow-up
    40
    ·
    10 months ago

    Nice! I recently switched to Android and the Material You adaptive coloring through the system is so nice.

    Anything that makes customizing a Linux desktop a little easier is good in my book.

  • spez@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    24
    ·
    10 months ago

    So now we are going to get an ‘accent-color’ pref in flatpaks or flatpaks finally will follow color-schemes?

  • MazonnaCara89
    link
    fedilink
    arrow-up
    10
    ·
    10 months ago

    For what I just read in the github discussion and in the linked gnome discussion is not endorsed by Gnome, as you can see here

    • QuazarOmega@lemy.lol
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      10 months ago

      Huh that sounds stupid, I wonder how arbitrary colors would make the feature substantially harder to implement on their side. I never developed for either KDE or GNOME, but the workarounds given sounded super reasonable to ne

    • BeigeAgenda@lemmy.ca
      cake
      link
      fedilink
      arrow-up
      44
      ·
      10 months ago

      Yep Linus got embarrassed that this feature has been missing all these years, so now you can get custom accents on kernel panics.

    • Salix@sh.itjust.works
      link
      fedilink
      arrow-up
      25
      ·
      10 months ago

      Isn’t this a separate package not part of the Linux kernel? I don’t see why Linus would have to get involved.

        • Salix@sh.itjust.works
          link
          fedilink
          arrow-up
          2
          arrow-down
          1
          ·
          10 months ago

          They said “Linus”, not “Linux”.

          I was assuming they thought Linus Torvalds was the one working on merging this.

          • russjr08@outpost.zeuslink.net
            link
            fedilink
            English
            arrow-up
            3
            ·
            10 months ago

            Yes, but I think the implication of the supposed semantics is that if we’re only ever referring to “Linux” as the kernel itself, then Linus possibly would’ve seen it.

            Not sure if he would’ve merged it, my knowledge of the kernel development process is a bit lacking - but I thought all the various subsystems of the kernel had their own maintainers who handled merging patches.

            • Salix@sh.itjust.works
              link
              fedilink
              arrow-up
              5
              ·
              edit-2
              10 months ago

              Not sure if he would’ve merged it, my knowledge of the kernel development process is a bit lacking - but I thought all the various subsystems of the kernel had their own maintainers who handled merging patches.

              Per this:

              https://www.kernel.org/doc/html/latest/process/2.Process.html#how-patches-get-into-the-kernel

              There is exactly one person who can merge patches into the mainline kernel repository: Linus Torvalds.

              When the merge window opens, top-level maintainers will ask Linus to “pull” the patches they have selected for merging from their repositories. If Linus agrees, the stream of patches will flow up into his repository, becoming part of the mainline kernel.

              While there are top level maintainers for the subsystems, it looks like Linus is the only one who can merge them into the mainline kernel.