Coder Social home page Coder Social logo

mrwillcom / github-enhancing Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 0.0 183 KB

The Enhanced GitHub Theme.

License: MIT License

JavaScript 25.00% CSS 59.68% PowerShell 11.54% Shell 3.78%
github-enhancer github github-extension extension-chrome firefox-addon theme acrylic

github-enhancing's Introduction

GitHub Enhancing

The Enhanced GitHub Theme.

Add-ons for Firefox | Microsoft Edge-Add-ons

Screenshots

Acrylic effect for popup menus Acrylic effect for popup dialogs Round corner tabs
Moved popups

Installation

The easiest way to install this extension is to install from the extension stores:

Or, you can clone this repository, build it and add this repository as an extension to your browser.

Contributing

Before start testing this extension, you need to install Node.js to build it manually.

Build

Building this extension doesn't require much, just run following command with Node.js .

# Install deps
npm install
# Run build script with Node.js
node build.js
# or using `npm` scripts
npm run build

Stylesheets

This extension is made up of 3 stylesheets and can be packed together by build.js. These 3 stylesheets manage light, dark color variables and others.

styles/light.css

This file only includes variables, and will be active in light mode.

--...: ...;
...

styles/dark.css

Only includes variables, active in dark mode.

styles/styles.css

This file is a complete CSS file, it manages acrylic effects and layouts. If you are add something unable to add to light/dark.css, add it here.

... {
    ...: ...;
    ...
}
...

Scripts

js/main.js manages all JavaScript actions except rendering stylesheets. Any scripts should be here.

github-enhancing's People

Contributors

ein-tim avatar mrwillcom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

github-enhancing's Issues

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.