Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)