Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yiiyahui/Neptune-Firefox
A clean and compact Firefox theme.
https://github.com/yiiyahui/Neptune-Firefox
Last synced: 13 days ago
JSON representation
A clean and compact Firefox theme.
- Host: GitHub
- URL: https://github.com/yiiyahui/Neptune-Firefox
- Owner: yiiyahui
- License: mit
- Created: 2024-07-18T13:58:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T03:00:53.000Z (21 days ago)
- Last Synced: 2024-10-23T01:36:20.895Z (20 days ago)
- Language: CSS
- Size: 2.48 MB
- Stars: 147
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Neptune Firefox
**Instructions:**
- This theme works for **Firefox v128+** and is compatible with both Windows and macOS.
- In shades of blue.
- To enable adaptive colors, you need to install the **[Adaptive Tab Bar Color](https://addons.mozilla.org/en-US/firefox/addon/adaptive-tab-bar-colour/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search)** extension.**Known issues:**
- The buttons on the right cannot be dragged. however, they can be moved to the far left or hidden.
- Due to changes in the Picture-in-Picture player's style, it cannot be resized.**Tips:**
- Some elements like unnecessary context menus are removed, so it might not be ideal for everyone.
- The default new tab wallpaper of the theme uses Firefox's wallpaper feature. However, it cannot be customized. Therefore, to display the wallpaper shown in the preview, search for and modify **"userContent.css"** by removing the `/*` and `*/` symbols from this line:```css
/*body {
background: url("neptune/image/Orange.png") center/cover no-repeat fixed !important;@media (prefers-color-scheme: dark) {
background: url("neptune/image/Blue.png") center/cover no-repeat fixed !important;
}
}*/
```
## Preview:
## Installation
Download the theme file and unzip the **"chrome"** folder into your **"profile"** folder.
## Browser Configuration
- `about:preferences`- Set appearance to automatic.
- `about:config`
**Important**
- Set `toolkit.legacyUserProfileCustomizations.stylesheets` to `true`.
- Set `svg.context-properties.content.enabled` to `true`.
- Set `browser.newtabpage.activity-stream.newtabWallpapers.enabled` to `true`.
- Set `browser.newtabpage.activity-stream.newtabWallpapers.v2.enabled` to `true`.
- Set `widget.non-native-theme.scrollbar.style` to `2` (**For Windows10**. Due to the default scrollbar in Windows 10 being quite wide, it can affect the setting menu's width., this configuration is recommended.)**Optional**
- Set `browser.newtabpage.activity-stream.improvesearch.handoffToAwesomebar` to `false`.- **Adaptive Tab Bar Color settings**
- Turn off all `Customization` colors,
- configure `advanced`
- light:`rgb 246,246,246`
- dark:`rgb 56,56,56`