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 @[email protected]

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

  • @zephyr
    link
    461 year 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
      link
      English
      401 year ago

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

  • sky
    link
    fedilink
    391 year 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
    link
    fedilink
    English
    241 year ago

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

    • @AProfessional
      link
      English
      91 year ago

      A setting was added that all applications can read and soon desktops which have color schemes will set it.

      • spez
        link
        fedilink
        English
        11 year ago

        Oh, thanks! Will gnome apps follow this as well?

        • @AProfessional
          link
          English
          31 year ago

          Eventually. I don’t think libadwaita supports accents yet.

  • @[email protected]
    link
    fedilink
    91 year 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

    • @[email protected]
      link
      fedilink
      21 year 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

    • @[email protected]
      link
      fedilink
      381 year ago

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

    • @[email protected]
      link
      fedilink
      251 year ago

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

      • @AProfessional
        link
        English
        321 year ago

        They are being overly semantic about what “Linux” means. Obviously this is about desktop projects.

        • @[email protected]
          link
          fedilink
          11 year ago

          They said “Linus”, not “Linux”.

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

          • @[email protected]
            link
            fedilink
            English
            31 year 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.

            • @[email protected]
              link
              fedilink
              5
              edit-2
              1 year 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.

              • @[email protected]
                link
                fedilink
                English
                11 year ago

                Ah, makes sense! That’s a great read, I’ve been meaning to read more into their development process!