mirror of
https://github.com/CaptaiNiveau/FirefoxSidebar.git
synced 2024-11-21 22:32:49 +00:00
v12021.12.14 :: Sideberry updated to use configs for easier theming, fixed font rendering, and fixed font sizing.
This commit is contained in:
parent
6256099af2
commit
7822419bde
1 changed files with 21 additions and 0 deletions
|
@ -22,6 +22,27 @@ To use my custom styles you will need to copy the userChrome.css to your firefox
|
|||
|
||||
Add the sideberry-data-*.json file to your Sideberry addon by using the 'import' section under 'Help'.
|
||||
|
||||
The default is for light themes, if you have a particular color scheme in mind navigate to Sideberry Settings > Style Editor (found at the end of the settings sidebar).
|
||||
|
||||
To change the color:
|
||||
|
||||
**--tabs-font** :: Changes the default font (uses system font by default) to change the font size.
|
||||
- I recommend changing it via Sideberry Settings > Appearance > Font Size
|
||||
- default: 1rem -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
|
||||
**--tabs-fg** :: Changes the tabs text color
|
||||
- default: #000
|
||||
|
||||
**--tabs-bg-hover** :: Changes the hover background color for tabs
|
||||
- default: #dedddaff
|
||||
|
||||
**--tabs-activated-bg** :: This is the active tab background color
|
||||
- default: #fff
|
||||
|
||||
**--tabs-activated-shadow** :: Changes the active tabs shadow color
|
||||
- default: rgba(0,0,0,0.15);
|
||||
|
||||
|
||||
## If you use FF without the bookmarks bar
|
||||
|
||||
Then the sidebar switcher will be missing, you need to add this to your userChrome.css
|
||||
|
|
Loading…
Reference in a new issue