Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georapbox/dark-ocean-theme-webextension
A dark bluish theme for Firefox, similar to the original dark theme of Firefox Developer Edition.
https://github.com/georapbox/dark-ocean-theme-webextension
dark-theme firefox firefox-extension theme web-extension
Last synced: 16 days ago
JSON representation
A dark bluish theme for Firefox, similar to the original dark theme of Firefox Developer Edition.
- Host: GitHub
- URL: https://github.com/georapbox/dark-ocean-theme-webextension
- Owner: georapbox
- Created: 2018-11-08T10:21:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T08:33:19.000Z (almost 6 years ago)
- Last Synced: 2024-10-18T23:08:57.495Z (28 days ago)
- Topics: dark-theme, firefox, firefox-extension, theme, web-extension
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/dark-ocean-theme-webextension/
- Size: 385 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dark Ocean Theme (WebExtension)
A dark bluish theme for Firefox, similar to the original dark theme of Firefox Developer Edition.
## Color Palette
![Color Palette](screenshots/1.color-palette.png)
## Screenshots
![Screenshot](screenshots/2.screenshot.png)
## Extra
Right now there is now way to change the hover background color of a tab. Though, if you still want to change this value you can add the following lines in `userChrome.css` which should be located in your [profile](https://support.mozilla.org/en-US/kb/profiles-where-firefox-stores-user-data#w_how-do-i-find-my-profile) directory under `chrome` directory (`/chrome/userChrome.css`).
```css
:root:-moz-lwtheme-brighttext .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true]) {
background-color: var(--toolbar-bgcolor) !important;
}
```## License
[Creative Commons Attribution 3.0](https://creativecommons.org/licenses/by/3.0/)