Thank you for taking a look at how to contribute and submit your theme.
- Clean and readable code is appreciated but not required to be added to the repo.
- Latte/Frappe/Macchiato/Mocha Screenshot (Catwalk @ Toolbox Repo) and versions required
- Include instructions on how to use firefox css and the
chrome
folder. What you should include has been listed below.
Enable userChrome customisation in
about:config
Navigate toabout:config
in the address bar and accept the risks.Search for
toolkit.legacyUserProfileCustomizations.stylesheets
and toggle it totrue
(by double clicking on it).Locate and open your profile folder Either of the following two methods work:
Using the Firefox troubleshooting page Click on the ☰ icon ➝
Help
➝More Troubleshooting Information
or navigate toabout:support
in your address bar Under Application Basics, click on theabout:profiles
. Open the folder.Create the folder and its files
Inside your profile folder, create a new folder named
chrome
(all lower case)Inside the chrome folder, create two new files,
userChrome.css
anduserContent.css
(case sensitive) Note: In Windows, you must disable the "Hide extensions for known file types" setting in Explorer. Once that's done, simply create a new text file (Right click ➝ New ➝ Text Document), then make sure to replace the .txt with .css
- Create a repo with the required files, such as
userChrome.css
and links to whatever extensions are needed. - Add suitable instructions for extensions and the like.
- Create the markdown for
FirefoxCSS.md
. Scroll down.
The theme above will end with ---
and you can start by adding the image. A square image is highly recommended, the width MUST be fixed at 350px
<img align="left" width="350px" src="">
After that, add a title with the format Name by Author, with links included. Like so:
### [Name](https://github.com/...) by [Tnixc](https://github.com/...)
Note that both the links should be to the repo, not the author themselves.
Follow that, add a short description of the theme at most 4-5 lines long.
A ... of ... in Firefox. Aims for ... Customizable ...
Inspired by ... by ...
Most importanty, add this line break to the end of your section Note that the text should not wrap under the image when zoomed out.
<br clear="left">
Lastly, add a divider to signify the end of the section
---
A clean implementation of cuteness in Firefox. Inspired by GNU by Richard Stallman.
Start page can be found at this repo.
<img align="left" width="350px" src="https://placekitten.com/408/287">
### [PlaceKitten](https://placekitten.com/) by [Mark James](https://mark.james.name/)
A clean implementation of cuteness in Firefox. Inspired by [GNU](https://gnu.org) by [Richard Stallman](https://stallman.org/).
Start page can be found at [this repo](https://github.com/catppuccin/bento).
<br clear="left">
---
Copyright © 2021-present Catppuccin Org