Skip to content

Commit

Permalink
Merge commit '543f5d894373c4df7c428e1833c31d50ea91f55b'
Browse files Browse the repository at this point in the history
  • Loading branch information
taniarascia committed Jun 5, 2019
2 parents df6a7b7 + 543f5d8 commit a54654a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
11 changes: 4 additions & 7 deletions chrome-devtools/README.md
@@ -1,22 +1,19 @@
![Logo](new-moon-logo.svg)

# New Moon for [Chrome DevTools](https://chrome.google.com/webstore/detail/devtools-theme-new-moon/lndddploiofhfpdcoclegenegblkhlfk?hl=en)

The optimized dark theme for web development.

- [New Moon Theme Website](https://taniarascia.github.io/new-moon)
![Screenshot](screenshot.png)

## Installation

- Navigate to `chrome://flags`, find **Developer Tools Experiments** and toggle to **Enabled**.
- Reload Chrome.
- In DevTools, click the three dots menu, go to **Settings -> Experiments** and select **Allow UI Themes**.
- Set theme to **Dark Mode** (this is important, or the theme won't look right)
- Set theme to **Dark Mode** (this is important, or the theme won't look right).
- Load a new tab and enjoy your awesome new DevTools theme!

## Acknowledgements

- Originally inspired by Twilight and [Tomorrow Night Eighties](https://github.com/chriskempson/tomorrow-theme).
- Chrome DevTools theme forked from [Zero Base Themes](https://github.com/mauricecruz/zero-base-themes)

## Author

- [Tania Rascia](https://www.taniarascia.com)
Expand Down
12 changes: 12 additions & 0 deletions chrome-devtools/new-moon-logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions chrome-devtools/package.json
@@ -1,18 +1,16 @@
{
"name": "new-moon-chrome-devtools",
"version": "1.1.1",
"description": "New Moon Theme for Chrome DevTools",
"description": "New Moon for Chrome DevTools",
"homepage": "https://taniarascia.github.io/new-moon",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/taniarascia/new-moon-chrome-devtools.git"
},
"author": "Tania Rascia",
"license": "MIT",
"bugs": {
"url": "https://github.com/taniarascia/new-moon-chrome-devtools/issues"
},
"homepage": "https://taniarascia.github.io/new-moon",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand All @@ -22,5 +20,7 @@
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-watch": "^1.1.0"
}
},
"author": "Tania Rascia <tania@taniarascia.com>",
"license": "MIT"
}

0 comments on commit a54654a

Please sign in to comment.