(ES) Pasos para configurar el tema:
Releases.
chrome
👈 y el archivo 👉user.js
👈 dentro de la carpeta de perfil de tu usuario de firefox. Para encontrar el directorio de tu perfil de usuario ve a about:support or about:profiles.Releases
section.chrome
👈 folder and the 👉user.js
👈 file into your Firefox profile directory. To find out the location of your profile directory go to about:support or about:profiles.⚠ Notice: The latest code updated in the repository (code > download zip) may work well only on beta or nightly versions.
## Temas - ThemesHere a "Video Explanation" to how switch into light and dark mode if necessary.
## Important Information 💎Notice:
For the next features you need to create the rules in about:config page.
firefoxone.style_without_leftsidebar | true |
firefoxone.without-default-colors | true |
firefoxone.tree_tabs_style | true |
firefoxone.tree_tabs_style | true |
firefoxone.style_without_leftsidebar | true |
firefoxone.selected_tab_gradient_border | true |
firefoxone.image_in_menus | true |
firefoxone.main-image | true |
firefoxone.rhythm_sound_tab | true |
The file chrome/components/one_root-personal.css
contains very useful and easy to use variables, so it is easier to change:
Every variable has a description on the right, so you know what to customize without breaking the file.
(Option 1) In the directory: chrome/newtab
there are 12 wallpapers (6 for dark theme and 6 for light theme), those images will display in the NewTab options for you to choose, you could rename the images you want with those names and the theme will display them, you can add your own images. You can find more images in: This Gallery.
(Option 2) Editing the code chrome/components/one_root-personal.css
lines from 19
to 32
. With this method you can change too the accent color for each wallpaper.
For default the wallpaper selected is wallpaper-dark1.png
and wallpaper-light1.png
In the directory: chrome/newtab
, you could rename the image you want with those names and the theme will display them in those pages, you can change the names in the chrome/components/one_root-personal.css
file in the line 36
and the line 41
to the image you want.
It has manual customization of the accent color for userContent.css (preferences and add-ons page). The file in chrome/components/one_root-personal.css
has the variable: --general-color
to set the color, you could choose whatever you like. Restarting the browser is required.