Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
Bug 1207976 - Remove /themes from DevTools URLs. r=ochameau
Browse files Browse the repository at this point in the history
  • Loading branch information
jryans committed Nov 4, 2015
1 parent bb19063 commit 230fee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dev/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@ onDisable.define(Theme, (theme, {window, newTheme}) => {

const LightTheme = Theme({
name: "theme-light",
styles: "chrome://devtools/skin/themes/light-theme.css",
styles: "chrome://devtools/skin/light-theme.css",
});

const DarkTheme = Theme({
name: "theme-dark",
styles: "chrome://devtools/skin/themes/dark-theme.css",
styles: "chrome://devtools/skin/dark-theme.css",
});

exports.LightTheme = LightTheme;
Expand Down

0 comments on commit 230fee5

Please sign in to comment.