Instructions:
- This theme works for Firefox v132+ and is compatible with both Windows and macOS.
- To enable adaptive colors, you need to install the Adaptive Tab Bar Color extension.
-
Download the theme file and unzip the
chrome
folder into yourprofile
folder. -
You can modify the wallpaper in the
userContent.css
file, and edit the file names for the light and dark modes
body {
background: url("neptune/image/RainbowLight.png") center/cover no-repeat fixed;
@media (prefers-color-scheme: dark) {
background: url("neptune/image/RainbowDark.png") center/cover no-repeat fixed;
}
}
-
about:preferences
- Set appearance to automatic.
-
about:config
Requirements
- Set
toolkit.legacyUserProfileCustomizations.stylesheets
totrue
. - Set
svg.context-properties.content.enabled
totrue
. - Set
widget.non-native-theme.use-theme-accent
totrue
.
Layout switch
sidebar.revamp
totrue
orfalse
.sidebar.verticalTabs
totrue
orfalse
.
- Set
-
Adaptive Tab Bar Color settings
- Turn off all
Customization
colors, - configure
advanced
- light:
rgb 246,246,246
- dark:
rgb 56,56,56
- light:
- Turn off all
ENJOY!