Code Monkey home page Code Monkey logo

Comments (16)

lionirdeadman avatar lionirdeadman commented on May 13, 2024

Why would the code using the SVG not be simply put in gnome-icons.css?

from firefox-gnome-theme.

rafaelmardojai avatar rafaelmardojai commented on May 13, 2024

gnome-icons.css was out of "core" because it was partially broken, the SVG implementation will not.
So no reason to continue out. Or do you think most people prefer default Firefox icons?

from firefox-gnome-theme.

lionirdeadman avatar lionirdeadman commented on May 13, 2024

Ah, I see. I never knew it was partially broken. Then sure, I don't see a problem

from firefox-gnome-theme.

lionirdeadman avatar lionirdeadman commented on May 13, 2024

This seems to give a lot of icons a dark color :/

from firefox-gnome-theme.

rafaelmardojai avatar rafaelmardojai commented on May 13, 2024

:/ Screenshot?

from firefox-gnome-theme.

lionirdeadman avatar lionirdeadman commented on May 13, 2024

Screenshot-20190716210255-1279x45
:/

from firefox-gnome-theme.

rafaelmardojai avatar rafaelmardojai commented on May 13, 2024

Are you using system-icons.css or default?

from firefox-gnome-theme.

lionirdeadman avatar lionirdeadman commented on May 13, 2024

Default although my customChrome.css has

@import "theme/matching-autocomplete-width.css";
@import "theme/hide-single-tab.css";
@import "theme/matching-autocomplete-width.css";
@import "theme/hide-single-tab.css";
@import "theme/matching-autocomplete-width.css";
@import "theme/gnome-icons.css"

(Duplication caused by the script, should probably fix that unless we tell users to update the git from the profile dir instead of using the script all the time)
(Edit : Also had not noticed but the script has other errors if you keep using the script, we should probably just document how to update from the profile directory)

from firefox-gnome-theme.

lionirdeadman avatar lionirdeadman commented on May 13, 2024

Adding system-icons.css fixed it.

from firefox-gnome-theme.

rafaelmardojai avatar rafaelmardojai commented on May 13, 2024

Adding system-icons.css fixed it.

No, it should work without it. But anyways now is fixed, a colon was missing xD

from firefox-gnome-theme.

rafaelmardojai avatar rafaelmardojai commented on May 13, 2024

We should add an update script.

from firefox-gnome-theme.

lionirdeadman avatar lionirdeadman commented on May 13, 2024

An update script can't really work without duplication.

from firefox-gnome-theme.

rafaelmardojai avatar rafaelmardojai commented on May 13, 2024

Why? It only should run git pull origin master and maybe remove profile cache if needed.

from firefox-gnome-theme.

rafaelmardojai avatar rafaelmardojai commented on May 13, 2024

It will not work for forks, but will make the work for regular users.

from firefox-gnome-theme.

lionirdeadman avatar lionirdeadman commented on May 13, 2024

Because the update script itself can't be updated

Let's say, I have a copy in ~/Downloads which I use to update, this update script can never be updated unless we update (with git pull) both the ~/Downloads copy and the profile directory's copy.

from firefox-gnome-theme.

rafaelmardojai avatar rafaelmardojai commented on May 13, 2024

What about creating the gnomish-optional-features.css file?

@import "theme/hide-single-tab.css"; 
@import "theme/matching-autocomplete-width.css";

Then check with grep if @import "gnomish-optional-features.css"; exists in customChrome.css before adding it.

Or check if firefox-gnome-theme exists, en delete it before coping.

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.