Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/georapbox/deep-purple-theme-webextension

A dark purplish theme for Firefox
https://github.com/georapbox/deep-purple-theme-webextension

dark-theme firefox firefox-extension theme web-extension

Last synced: 16 days ago
JSON representation

A dark purplish theme for Firefox

Awesome Lists containing this project

README

        

# Deep Purple Theme (WebExtension)

A dark purplish theme for Firefox

## Color Palette

### Main colors

![Color Palette - Main colors](screenshots/color-palette-1.png)

### Secondary colors

![Color Palette - Secondary colors](screenshots/color-palette-2.png)

## Screenshots

![Screenshot](screenshots/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
toolbar:-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/)