Giter Club home page Giter Club logo

Comments (3)

Bali10050 avatar Bali10050 commented on August 26, 2024

It's the default theme in linux, I don't really know anything else about it.

from firefoxcss.

mateuszkozakiewicz avatar mateuszkozakiewicz commented on August 26, 2024

You can do general search for "gruvbox" in Firefox addon store. I found this one to be most similar in Windows to the screenshots https://addons.mozilla.org/en-US/firefox/addon/gruvbox-dark-hard
aside from the background color on a new tab, if you know the css property to change that let me know
edit:
userContent.css

@-moz-document url("about:newtab"), url("about:home") {
.outer-wrapper.ds-outer-wrapper-breakpoint-override.only-search.visible-logo {
    background-image: url("./Background.png"), url("./NewtabBackground.png"); 
    background-position: 0 -44px, 0 0 !important;
    background-color: rgba(32, 32, 32, 1) !important
    }
}

from firefoxcss.

Bali10050 avatar Bali10050 commented on August 26, 2024

theme(1).zip

from firefoxcss.

Related Issues (8)

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.