edelvarden

Results 15 comments of edelvarden

@f1nked, using frontend prevention is not ideal because if you want to use this hotkey, it won't work. I found a solution how to do this without losing functionality. 1....

`userChrome.chrome-refresh-colors` only updates dark mode colors, since by default it uses new colors for the light mode, and it don't do anything because it inherits the light/dark mode from your...

If you want always see the dark mode, change Firefox color mode from auto to dark.

I did not added icons for the context menu, only for the general menu, maybe I'll add them later.

@quadratech188, you can use the [mklink](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/mklink) command in Windows to create a symbolic link that points to a different location for your configuration directory. ## Step 1: Move Your Original...

@AfzGit , @CtByte You should use `asset.localhost` to load local resources and replace path slashes with `%5C`, which is the URL-encoded equivalent of `/`. ![image](https://github.com/user-attachments/assets/f2d14201-5783-4bf3-a510-b5d8731d57a9) ![image](https://github.com/user-attachments/assets/14ebd1e7-33a6-4b19-b56d-bf3e0128886a) ## Step 1: Download...

I can't reproduce your issue. Here's how it looks for me: ![image](https://github.com/user-attachments/assets/f0a2ea21-033b-4b6f-9f30-0442ccb6b5a4) I simply added the contents of the `theme-system-accent.css` file to the `custom css` and set `userChrome.theme-system-accent` to `true`....

> Maybe you can check on the default windows 11 wallpaper, the difference is quite large. ![image](https://github.com/user-attachments/assets/2f322927-8b85-4581-9dd6-a28a7553c61c) ![image](https://github.com/user-attachments/assets/35caf8db-faed-421a-a1d8-8ae537632d44) ![image](https://github.com/user-attachments/assets/03a9cd9d-d11b-4aed-a494-1b05fd8f8e33) ![image](https://github.com/user-attachments/assets/2ed6c062-52c9-482e-ad86-71b27e6ed889) > Any tips on how you went about matching the...

This issue will be fixed in future Firefox releases. I don't see this issue in versions 132 (Dev) and 133 (Nightly).