Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/georapbox/deep-purple-theme-webextension
- Owner: georapbox
- Created: 2019-04-05T19:47:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T12:23:59.000Z (almost 5 years ago)
- Last Synced: 2024-10-18T23:09:02.762Z (28 days ago)
- Topics: dark-theme, firefox, firefox-extension, theme, web-extension
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/deep-purple-theme-webextension/
- Size: 606 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)