Giter Site home page Giter Site logo

Comments (3)

Foldex avatar Foldex commented on May 28, 2024

Possible, but would require some shuffling.

Upstream has full colortheme support, so basically any color (including accent) is capable of being overrided. The issue with changing the accent color in particular is that the pregenerated image assets also have to be updated with the new accent color.

It's likely I'd just open up support for creating/loading custom themes, rather than just specifically changing the accent color. The installer has no issue using arbitrary themes so long as assets are generated for them. This would involve a new dependency on imagemagick and making use of the recolor script, as well as populating themes from a custom dir instead of solely relying on the latest upstream zip release.

That said if you want a short term fix, albeit not involving the GUI:

  1. Clone upstream
  2. Copy your desired colortheme directory, e.g. adwaita to adwaita-red
  3. Rename the theme file adwaita.theme to adwaita-red.theme
  4. Delete the assets folder if it exists
  5. Edit the theme file's [accent] section, replacing all instances of #78AEED and #3584E4
  6. Use the recolor script to generate the assets under recolored
  7. Copy the recolored dir to the theme folder, renaming it to assets
  8. ./install.py -c adwaita-red

from adwsteamgtk.

Foldex avatar Foldex commented on May 28, 2024

Update:
When the new steam UI lands out of beta we will no longer have to use pregenerated assets, so this should be easier to implement than before.

from adwsteamgtk.

Foldex avatar Foldex commented on May 28, 2024

This is now implemented in the latest release via Custom CSS

image

An example on changing accent colors is provided in the Wiki, though it is not capable of modifying the Non-Beta client's image assets. Basically the old client is on its way out, and I didn't want to put in the effort. Should just work™ with the Beta Client however.

A simple color picker based accent override would have been prettier, but this allows for much more in depth customization.

from adwsteamgtk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.