this post was submitted on 22 Dec 2023
7 points (100.0% liked)

Firefox Customs

64 readers
6 users here now

Chat with us!

Post your unsupported Firefox customizations here!

From the makers of r/FirefoxCSS

Links

Related

Rules

  1. Posts must have flair!
  2. Posts cannot be memes/shitposts. They should be about Firefox customization with CSS.
  3. Please be civil. Bear in mind that many users come here for help and would be turned off by insults and rudeness.
  4. When posting large amount of code use a service dedicated to hosting text snippets, such as pastebin, hastebin, github gist or equivalent. Relatively short snippets can be wrapped in code-block for inline viewing.
  5. Do NOT use url-shorteners or link to compressed downloads (such as zip or rar) when sharing code.

founded 2 years ago
MODERATORS
 

I would like to change this preference to something like this: AccentColor: red !important; but don't work.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] MrOtherGuy 2 points 1 year ago (1 children)

I'm not sure if remember right, but yes you can remap various css system color like AccentColor by creating a string pref ui.accentcolor and giving it value in hex format like #ff0000. Maybe rgb format also works I dunno.

But of course if you do that then it will change everywhere in chrome and in web pages as well.

[โ€“] Godie 1 points 1 year ago

thanks, I will try.