Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 0aeeee8

Browse files
juliandescottesjasonLaster
authored andcommitted
Remove all references to Firebug theme (#5883)
1 parent 1d3f6ba commit 0aeeee8

File tree

5 files changed

+8
-28
lines changed

5 files changed

+8
-28
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ We strive to make the Debugger as development friendly as possible. If you have
5656

5757
| | |
5858
|:----:|:---:|
59-
|[Themes]|theming changes for light, dark, firebug|
59+
|[Themes]|theming changes for light, dark|
6060
|[Internationalization]|using or adding a localized string *(l10n)*|
6161
|[Prefs]|using or adding a preferences|
6262
|[Flow]|flow best practices and common gotchas|

docs/local-development.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828

2929
### Themes
3030

31-
The local debugger supports three themes:
31+
The local debugger supports two themes:
3232

33-
| Light | Dark | Firebug |
34-
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
35-
| <a href="https://cloud.githubusercontent.com/assets/254562/20676302/4cb04a7c-b55d-11e6-855f-654395e2c26f.png"><img width="480" alt="light-theme" src="https://cloud.githubusercontent.com/assets/254562/20676302/4cb04a7c-b55d-11e6-855f-654395e2c26f.png"></a> | <a href="https://cloud.githubusercontent.com/assets/254562/20676304/4cbfbf16-b55d-11e6-9b84-3ee5595e36be.png"><img width="480" alt="dark-theme" src="https://cloud.githubusercontent.com/assets/254562/20676304/4cbfbf16-b55d-11e6-9b84-3ee5595e36be.png"></a> | <a href="https://cloud.githubusercontent.com/assets/254562/20676303/4cbb0570-b55d-11e6-98b5-d1dd124345cd.png"><img width="480" alt="firebug-theme" src="https://cloud.githubusercontent.com/assets/254562/20676303/4cbb0570-b55d-11e6-98b5-d1dd124345cd.png"></a> |
33+
| Light | Dark |
34+
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
35+
| <a href="https://cloud.githubusercontent.com/assets/254562/20676302/4cb04a7c-b55d-11e6-855f-654395e2c26f.png"><img width="480" alt="light-theme" src="https://cloud.githubusercontent.com/assets/254562/20676302/4cb04a7c-b55d-11e6-855f-654395e2c26f.png"></a> | <a href="https://cloud.githubusercontent.com/assets/254562/20676304/4cbfbf16-b55d-11e6-9b84-3ee5595e36be.png"><img width="480" alt="dark-theme" src="https://cloud.githubusercontent.com/assets/254562/20676304/4cbfbf16-b55d-11e6-9b84-3ee5595e36be.png"></a> |
3636

3737
#### Set a theme
3838

39-
You can change the theme by going to the Settings panel in the launchpad and changing the theme to either `firebug` or `dark`.
39+
You can change the theme by going to the Settings panel in the launchpad and changing the theme to either `light` or `dark`.
4040

4141
#### Update a theme style
4242

@@ -616,7 +616,7 @@ We use [remark](https://github.com/wooorm/remark-lint) to help lint our markdown
616616
The Debugger has a [styleguide][mdn-colors] that we use to keep the colors consistent across tools and themes.
617617
618618
The common colors are represented as [css variables] in a [devtools variables][devtools-css-variables] file. This lets define the colors
619-
for each theme: [light][light-theme], [dark][dark-theme], [firebug][firebug-theme].
619+
for each theme: [light][light-theme], [dark][dark-theme].
620620
621621
### Performance
622622
@@ -843,10 +843,8 @@ your questions on [slack][slack].
843843
[mdn-colors]: https://developer.mozilla.org/en-US/docs/Tools/DevToolsColors
844844
[light-theme]: https://github.com/devtools-html/devtools-core/blob/master/packages/devtools-launchpad/src/lib/themes/light-theme.css#L1
845845
[dark-theme]: https://github.com/devtools-html/devtools-core/blob/master/packages/devtools-launchpad/src/lib/themes/dark-theme.css#L1
846-
[firebug-theme]: https://github.com/devtools-html/devtools-core/blob/master/packages/devtools-launchpad/src/lib/themes/firebug-theme.css#L1
847846
[devtools-css-variables]: https://github.com/devtools-html/devtools-core/blob/master/packages/devtools-launchpad/src/lib/themes/variables.css#L1
848847
[css variables]: https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables
849-
[firebug-ui-screen]: https://cloud.githubusercontent.com/assets/1755089/22209733/94970458-e1ad-11e6-83d4-8b082217b989.png
850848
[light-ui-screen]: https://cloud.githubusercontent.com/assets/1755089/22209736/9b194f2a-e1ad-11e6-9de0-561dd529d5f0.png
851849
[pr-table]: ./pull-requests.md#screenshots
852850
[mochitest]: ./mochitests.md

src/components/SecondaryPanes/Expressions.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@
7979
background-color: var(--theme-selection-background-hover);
8080
}
8181

82-
:root.theme-firebug .expression-container:hover {
83-
background-color: var(--theme-selection-background-hover);
84-
}
85-
8682
.tree .tree-node:not(.focused):hover {
8783
background-color: transparent;
8884
}

src/components/SecondaryPanes/Frames/Frames.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
flex-shrink: 0;
3939
}
4040

41-
.theme-light .frames .location,
42-
.theme-firebug .frames .location {
41+
.theme-light .frames .location {
4342
color: var(--theme-comment);
4443
}
4544

@@ -74,7 +73,6 @@
7473
}
7574

7675
:root.theme-light .frames ul li.selected .location,
77-
:root.theme-firebug .frames ul li.selected .location,
7876
:root.theme-dark .frames ul li.selected .location {
7977
color: white;
8078
}

src/components/shared/reps.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,6 @@
1616
--reference-color: var(--theme-highlight-purple);
1717
}
1818

19-
.theme-firebug {
20-
--number-color: #000088;
21-
--string-color: #ff0000;
22-
--null-color: #787878;
23-
--object-color: DarkGreen;
24-
--caption-color: #444444;
25-
--location-color: #555555;
26-
--source-link-color: blue;
27-
--node-color: rgb(0, 0, 136);
28-
--reference-color: rgb(102, 102, 255);
29-
}
30-
3119
/******************************************************************************/
3220

3321
.objectLink:hover {

0 commit comments

Comments
 (0)