GithubHelp home page GithubHelp logo

brandenbyers / chrome-dev-solarized-dark Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tricinel/chrome-dev-solarized-dark

0.0 2.0 0.0 1.34 MB

Chrome Developer Tools Custom Theme

License: MIT License

chrome-dev-solarized-dark's Introduction

Solarized Dark

Based on the color scheme from http://ethanschoonover.com/solarized

Instalation

  1. Find your Chrome's user stylesheets directory:

Mac - Finder > shift + cmd + g:

~/Library/Application Support/Google/Chrome/Default/User StyleSheets/

Mac - Terminal:

cd ~/Library/Application\ Support/Google/Chrome/Default/User\ StyleSheets/

Windows:

C:\Users\**Your Username**\AppData\Local\Google\Chrome\User Data\Default\User StyleSheets\

Ubuntu (Chromium):

~/.config/chromium/Default/User StyleSheets/

Next, just replace the existing "Custom.css" file with this one. No restart needed, changes are applied immediately.

Preview

solarized dark preview

Making changes

You'll need grunt, node, npm and compass to make changes to the source files. Once these are installed on your system, you have the following grunt tasks at your disposal:

Compile scss to css, with line comments.

grunt

Compile scss to css, compressed and no line comments.

grunt build

If you want to make changes to the source files and have them be applied instantly for the Dev tools, you can alwasy clone the repo in the User StyleSheets directory, or symlink the Custom.css file from the repo. To do this:

  1. Close Chrome
  2. Delete the Custom.css file inside the User StyleSheets directory.
  3. Symlink
cd ~/Library/Application\ Support/Google/Chrome/Default/User\ StyleSheets/
ln -s {/path/to/your/local/repo/Custom.css} Custom.css

chrome-dev-solarized-dark's People

Contributors

tricinel avatar

Watchers

 avatar  avatar

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.