GithubHelp home page GithubHelp logo

Comments (4)

lionirdeadman avatar lionirdeadman commented on July 16, 2024

No, it's not possible to simply adopt the theme.

Simply put :

  • GTK Stylesheets are not used in Firefox

While we could try to match the color scheme, this theme is heavily inspired by Adwaita but it is not Adwaita. And that's simply because well, Firefox doesn't use GTK Stylesheets, they use UserChrome Stylesheets which are not the same at all because the items in that stylesheet are not GTK objects.

Someone could fork the project and hardcode it to replicate Mojave-Light but otherwise it's just not feasible.

from firefox-gnome-theme.

rafaelmardojai avatar rafaelmardojai commented on July 16, 2024

It could be partially done using -moz-appearance.

For example those properties will call styles adapted to GTK theme, but in a poorly way.

-moz-appearance: button;
-moz-appearance: -moz-window-button-close;
-moz-appearance: -moz-window-titlebar;

So will result with the theme looking broken and no polished.

from firefox-gnome-theme.

rafaelmardojai avatar rafaelmardojai commented on July 16, 2024

The only way something like that can be done, as @lionirdeadman mentioned, is separating position/reset styles from color/padding/margin ones. So specific CSS can be done for every GTK theme, sharing a base CSS.

But that will make maintenance harder. Port to Saas/Less should be considered, and so on.
So it's going to be a wontfix, but i can consider doing this work in a future.

from firefox-gnome-theme.

gitSaptarshi avatar gitSaptarshi commented on July 16, 2024

@Fatih20 If you use the Mojave GTK theme from vinceliuice then you can install the associated firefox theme. I am using it and it looks like the following (btw I'm using Mojave-dark theme and set firefox theme to dark):
Screenshot from 2021-01-01 20-07-37

from firefox-gnome-theme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.