All Projects → EliverLara → Firefox Sweet Theme

EliverLara / Firefox Sweet Theme

🍬 A dark and modern theme for firefox with vibrant colors

Projects that are alternatives of or similar to Firefox Sweet Theme

Firefox Gnome Theme
A theme for Firefox 57+ matching GNOME Adwaita.
Stars: ✭ 179 (-63.91%)
Mutual labels:  dark, firefox
Shadowfox
A universal dark theme for Firefox
Stars: ✭ 1,295 (+161.09%)
Mutual labels:  dark, firefox
Nighttab
A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.
Stars: ✭ 598 (+20.56%)
Mutual labels:  dark, firefox
NeonDark-Theme
An eye-catching neon theme which powerup your code editor into awesome code editor!
Stars: ✭ 265 (-46.57%)
Mutual labels:  neon, dark
Mace
MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.
Stars: ✭ 4,536 (+814.52%)
Mutual labels:  neon
Clockwork Chrome
Clockwork - php dev tools integrated to your browser - Chrome extension
Stars: ✭ 415 (-16.33%)
Mutual labels:  firefox
Linkedin scraper
A library that scrapes Linkedin for user data
Stars: ✭ 413 (-16.73%)
Mutual labels:  firefox
Neon
Intel® Nervana™ reference deep learning framework committed to best performance on all hardware
Stars: ✭ 3,855 (+677.22%)
Mutual labels:  neon
Blurredfox
A sleek, modern and elegant Firefox CSS theme
Stars: ✭ 483 (-2.62%)
Mutual labels:  firefox
Chromebackdoor
Chromebackdoor is a PoC of pentest tool, this tool use a MITB technique for generate a windows executable ".exe" after launch run a malicious extension or script on most popular browsers, and send all DOM datas on command and control.
Stars: ✭ 476 (-4.03%)
Mutual labels:  firefox
Playwright Sharp
.NET version of the Playwright testing and automation library.
Stars: ✭ 459 (-7.46%)
Mutual labels:  firefox
Scriptsafe
a browser extension to bring security and privacy to chrome, firefox, and opera
Stars: ✭ 434 (-12.5%)
Mutual labels:  firefox
Unitydarkskin
Switcher of UI theme in Unity Editor (light -> dark) (.NET, WPF)
Stars: ✭ 466 (-6.05%)
Mutual labels:  dark
Bs Detector
🚨 THIS REPOSITORY HAS MOVED. 🚨
Stars: ✭ 414 (-16.53%)
Mutual labels:  firefox
Metamask Extension
🌐 🔌 The MetaMask browser extension enables browsing Ethereum blockchain enabled websites
Stars: ✭ 6,585 (+1227.62%)
Mutual labels:  firefox
Blurts Server
Firefox Monitor arms you with tools to keep your personal information safe. Find out what hackers already know about you and learn how to stay a step ahead of them.
Stars: ✭ 403 (-18.75%)
Mutual labels:  firefox
Playwright Python
Python version of the Playwright testing and automation library.
Stars: ✭ 5,583 (+1025.6%)
Mutual labels:  firefox
Browsertime
Your browser, your page, your scripts!
Stars: ✭ 474 (-4.44%)
Mutual labels:  firefox
Octotree
Browser extension that enhances GitHub code review and exploration. You can download Octotree for your browser from our website.
Stars: ✭ 21,726 (+4280.24%)
Mutual labels:  firefox
Ff Password Exporter
Easily export your passwords from Firefox.
Stars: ✭ 447 (-9.88%)
Mutual labels:  firefox

Screenshot of the theme

Description

A dark and modern theme for firefox

This theme is supposed to work with current supported Firefox releases:

  • Firefox 68.0
  • Firefox 68 ESR
  • Firefox 60 ESR
  • Firefox 69.0 Beta
  • Firefox 70.0 Nightly

Firefox 60 ESR issues:

(Dark theme variant is broken in Firefox < 67).

https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme#Browser_compatibility

Installation

Installation script

git clone https://github.com/EliverLara/firefox-sweet-theme && cd firefox-sweet-theme
./scripts/install.sh

Script options

  • -f <firefox_folder> optional

    • Set custom Firefox folder path, for example ~/.mozilla/icecat/.
    • Default: ~/.mozilla/firefox/
  • -p <profile_folder> optional

    • Set custom profile folder name, for example e0j6yb0p.default-nightly
    • Default: *.default (standard default profile)
  • -g optional

    • Auto enable GNOMISH extra features hide-single-tab.css & matching-autocomplete-width.css

Manual installation

  1. Go to about:support in Firefox.

  2. Application Basics > Profile Directory > Open Directory.

  3. Open directory in a terminal.

  4. Create a chrome directory if it doesn't exist.

    mkdir -p chrome
    cd chrome
    
  5. Clone this repo to a subdirectory:

    git clone https://github.com/EliverLara/firefox-sweet-theme.git
    
  6. Create single-line user CSS files if non-existent or empty (at least one line is needed for sed):

    [[ -s userChrome.css ]] || echo >> userChrome.css
    
  7. Import this theme at the beginning of the CSS files (all @imports must come before any existing @namespace declarations):

    sed -i '1s/^/@import "firefox-sweet-theme\/userChrome.css";\n/' userChrome.css
    
  8. Symlink preferences file:

    ln -s chrome/firefox-sweet-theme/configuration/user.js ../user.js
    
  9. Restart Firefox.

  10. Open Firefox customization panel and move the new tab button to headerbar.

  11. Be happy with your new vibrant Firefox.

Uninstalling

  1. Go to your firefox profile folder. (Go to about:support in Firefox > Application Basics > Profile Directory > Open Directory)

  2. Remove the chrome folder.

Enabling optional features

Open chrome/firefox-sweet-theme/userChrome.css with a text editor and follow instructions to enable extra features. Keep in mind this file might change in future versions and your configuration will be lost. You can copy the @imports you want to enable to a new file named customChrome.css directly in your chrome/firefox-sweet-theme directory if you want it to survive updates. Remember all @imports must be at the top of the file, before other statements.

Alternatively you can run installation script with -g flag to auto install GNOMISH features.

./scripts/install.sh -g

Those features are not included by default, because can introduce bugs or Firefox functionalities lost.

  • hide-single-tab.css GNOMISH

    Hide the tab bar when only one tab is open.

    You should move the new tab button somewhere else for this to work, because by default it is on the tab bar too.

  • matching-autocomplete-width.css GNOMISH

    Limit the URL bar's autocompletion popup's width to the URL bar's width.

  • system-icons.css

    Use system theme icons instead of Adwaita icons included by theme.

  • symbolic-tab-icons.css

    Make all tab icons look kinda like symbolic icons.

Known bugs

CSD have sharp corners

See upstream bug.

Icons color broken with system-icons.css

Icons might appear black where they should be white on some systems. I have no idea why, but you can adjust them directly in the system-icons.css file, look for --gnome-icons-hack-filter & --gnome-window-icons-hack-filter vars and play with css filters.

Development

If you wanna mess around the styles and change something, you might find these things useful.

To use the Inspector to debug the UI, open the developer tools (F12) on any page, go to options, check both of those:

  • Enable browser chrome and add-on debugging toolboxes
  • Enable remote debugging

Now you can close those tools and press Ctrl+Alt+Shift+I to Inspect the browser UI.

Also you can inspect any GTK3 application, for example type this into a terminal and it will run Epiphany with the GTK Inspector, so you can check the CSS styles of its elements too.

GTK_DEBUG=interactive epiphany

Feel free to use any parts of my code to develop your own themes, I don't force any specific license on your code.

Credits

Based on the awesome gnome theme by Rafael Mardojai CM

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].