SimpleFox-Feather
SimpleFox-Feather copied to clipboard
ðĶ A Userstyle theme for Firefox minimalist and Keyboard centered.
ð Index
- ð Index
- ðŦ Features
- âïļ Installation
- ð Usage
-
ðĻ Customization
- ð Colors
- ðŠķ Icons
- ð§ URL Bar
- ð§ Recommended settings
- ðą Startpage
- âē One line version: Cascade
- â ïļ Notes
ðŦ Features
- Supports Firefox Proton UI
- As simple as you want: All code is commented!
- Variables for custom colors: Customization
- Keyboard Centered Design! Here you can read about the shortcuts: Usage
- Feather Icons: Using the sleek and clean feather icons!
âïļ Installation
- In the searchbar type
about:config
. A dialog will be shown to you. Press the I accept the risk button. - Search for
toolkit.legacyUserProfileCustomizations.stylesheets
,layers.acceleration.force-enabled
,gfx.webrender.all
, andsvg.context-properties.content.enabled
. Change them to True - Go to your Firefox profile:
- If you're on Linux:
$HOME/.mozilla/firefox/XXXXXXX.default-release/
- If you're on Windows:
C:\Users\<USERNAME>\AppData\Roaming\Mozilla\Firefox\Profiles\XXXXXXX.default-XXXXXX
- If you're on MacOS:
Users/<USERNAME>/Library/Application Support/Firefox/Profiles/XXXXXXX.default-XXXXXXX
- If you're on Linux:
- Move the
chrome
folder into the directory. - Make all the customizations you want here.
- Enjoy!
ð Usage
This userstyle was made for a keyboard centered usage, like Tilling Window Manager users or just cool people that loves them! Use the following for a better experience:
-
Alt
You can access to the global menu for an extended options you need -
Alt + Left Arrow
You can go Back -
Alt + Right Arrow
You can go Forward -
Ctrl + L
focuses the Navbar -
Ctrl + B
shows you the Bookmarks -
Ctrl + H
shows you the History Bar -
Ctrl + T
Opens a new Tab -
Ctrl + W
Closes a Tab -
Ctrl + Shift + T
Re-opens a tab that you just closed -
Ctrl + R
Refresh the page you're on -
Ctrl + Shift + A
Quick open for Add-Ons
ðĻ Customization
All the configuration will be managed in the userChrome.css
file. And also all the code is commented so you can easily change values and colors as you like.
ð Colors
In this section of the code you can change the colors, there's a window color and a tabs / urlbar color.
:root {
--sfwindow: #19171a;
--sfsecondary: #201e21;
}
ðŠķ Feather Icons
In the icons section you can comment out any icon you don't like.
ð§ URL Bar
You can show and hide the URL Bar (See the difference above) by commenting / uncomment the following section of code:
/*âââââââââââââââââââââââââââââ*/
/* Comment this section if you */
/* want to show the URL Bar */
/*âââââââââââââââââââââââââââââ*/
.urlbarView {
display: none !important;
}
/*âââââââââââââââââââââââââââââ*/
ð§ Recommended settings
- Right click on toolbar -> Customize.
- Remove (as you want) all the removable elements including extensions, drag space and buttons.
- Install the SimpleFox add on theme.
ðą Startpage
If anyone has the doubt, in almost all of the screenshots you can see a Startpage made for it. It's called Bento ðą and It's another project I made. It fits with the Firefox theme because It's done with the same principles: Minimalist, Simple and Elegant.
âē One line version: Cascade
Andreas Grafen has made an awesome work making a One Line theme inspired by SimpleFox. As it's work is awesome and allows you customization I can totally recomend it. Here you can find his repo: Link
â ïļ Notes
- As Firefox changed at version 88 introducing the Proton UI, all the old files and configurations moved to oldFirefox branch.
- Windows and MacOS are currently tested but may not be in the future.
- Some custom themes (And GTK themes in Linux) may break context menus.