All Projects → FirefoxCSS-Store → FirefoxCSS-Store.github.io

FirefoxCSS-Store / FirefoxCSS-Store.github.io

Licence: other
A collection site of Firefox userchrome themes, mostly from FirefoxCSS Reddit community.

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
shell
77523 projects
Pug
443 projects

Projects that are alternatives of or similar to FirefoxCSS-Store.github.io

ng-vcl
Angular VCL ‒ an Angular component library based on the VCL CSS eco system
Stars: ✭ 17 (-95.14%)
Mutual labels:  themes
ClearVision-v6
Highly customizable theme for BetterDiscord.
Stars: ✭ 248 (-29.14%)
Mutual labels:  themes
create-material-ui-app
create-react-app + storybook + storybook-addon-material-ui
Stars: ✭ 55 (-84.29%)
Mutual labels:  themes
bit-css
用原子类赋予元素属性,减少甚至不写css
Stars: ✭ 19 (-94.57%)
Mutual labels:  pug
entrepot
A list of free GitHub.com hosted WordPress plugins, themes & blocks
Stars: ✭ 29 (-91.71%)
Mutual labels:  themes
Krypton-Toolkit-Suite-NET-Core
A update to Component factory's krypton toolkit to support .NET Framework 3.5 to .NET Core
Stars: ✭ 27 (-92.29%)
Mutual labels:  themes
doki-theme-web
Cute anime character themes for your Chrome, Edge, & Brave browser.
Stars: ✭ 97 (-72.29%)
Mutual labels:  themes
BotBlock.org
BotBlock - The List of Discord Bot Lists and Services
Stars: ✭ 29 (-91.71%)
Mutual labels:  pug
RedditWallpaperBot
A Bot for Reddit that gets top Hot sorted picture from a given Subreddit and sets it as background.
Stars: ✭ 15 (-95.71%)
Mutual labels:  themes
Kanext
Theme with improved looks and functionality for Kanboard
Stars: ✭ 31 (-91.14%)
Mutual labels:  themes
slate-cli
This repo has been deprecated. Please open any new issues or PRs in the Shopify/slate repo.
Stars: ✭ 19 (-94.57%)
Mutual labels:  themes
semantic-ui-forest
[Archived] Source code for official semantic-ui-forest website.
Stars: ✭ 49 (-86%)
Mutual labels:  themes
brush
An amazing scaffolding for developing database-driven websites, applications and APIs. Built on Laravel Lumen Framework, MySQL and Angular.
Stars: ✭ 23 (-93.43%)
Mutual labels:  themes
SciFi Conky HUD
SciFi theme for Conky
Stars: ✭ 33 (-90.57%)
Mutual labels:  themes
ionic3-start-theme
Ionic 3 Start Theme with 10 Pages, mock data, providers samples, Storage, Http and more...
Stars: ✭ 130 (-62.86%)
Mutual labels:  themes
mohusman360.github.io
Simple Resume Template with Tailwind CSS
Stars: ✭ 38 (-89.14%)
Mutual labels:  themes
pug-symfony
Pug (Jade) template engine for Symfony
Stars: ✭ 40 (-88.57%)
Mutual labels:  pug
heaven-and-hell
Emacs light/dark theme toggler
Stars: ✭ 51 (-85.43%)
Mutual labels:  themes
fx-compact-mode
A Compact Mode for Firefox Proton
Stars: ✭ 105 (-70%)
Mutual labels:  userchrome
css-theme-manager
Zero dependency lib to manage CSS themes easily for your app
Stars: ✭ 16 (-95.43%)
Mutual labels:  themes

FirefoxCSS-Store


A collection site of Firefox userchrome themes, mostly from FirefoxCSS Reddit.
Preview here.


Generic Installation

  • Go to the wanted theme and click the download button.
  • You should now be on the Github page for that topic.
  • Below you should see a guide on how to install that particular theme and a few preview pictures. Anyway, here are some common steps for all themes.
  1. Download the theme with the big green button: "Code" >> Download.zip

  2. Open about:config page.

  3. A dialog will warn you, but ignore it, just do it press the I accept the risk! button.

  4. Search for these:

    • toolkit.legacyUserProfileCustomizations.stylesheets
    • layers.acceleration.force-enabled
    • gfx.webrender.all
    • gfx.webrender.enabled
    • layout.css.backdrop-filter.enabled
    • svg.context-properties.content.enabled

    Then make sure to enable them all!

  5. Go to your Firefox profile.

    • Linux - $HOME/.mozilla/firefox/XXXXXXX.default-XXXXXX/.
    • Windows 10 - C:\Users\<USERNAME>\AppData\Roaming\Mozilla\Firefox\Profiles\XXXXXXX.default-XXXXXX.
    • macOS - Users/<USERNAME>/Library/Application Support/Firefox/Profiles/XXXXXXX.default-XXXXXXX.
  6. Create a folder and name it chrome, then assuming that you already have cloned this repo, just copy the theme to chrome folder.

  7. Restart Firefox.


Add your theme <3

  • If you have a Github account:

    1. Fork this repository
    2. Look for a file called themes.json, open and edit it
    3. Below the last } add , right after a copy the code below and paste it in the file
    4. Add the properties of your theme: title, link, description, image and tag (Cannot be left empty)
    5. Avoid the use of escaped characters, and the order matters
    6. Please, do not use a very big image, preferably (650x500)
    7. Image property:
    • You can put an image URL
    • Or an image file in /images/themes/ (The file extension doesn't matter). And then reference it in your code with the following assets/img/themes/YOUR_FILE_NAME_WITHOUT_EXTENSION.webp
    1. Then send it as a pull request to this repository.
  • Or create an Issue:

    1. When creating an issue, you will find a template for submitting a theme. Use that one. It's easy.
  • If you have a Twitter account:

    1. Send at least the following properties: tags, title, link, description, and picture to @Neikon66.
  {
    "title": "..........",
    "link": "..........",
    "description": "..........",
    "image": "..........",
    "tags": [ "your username/name", "theme type: dark", "theme type: light", "............." ]
  }

What do you think =?

Feel free to send me any feedback via issue or my twitter @Neikon66.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].