Skip to content

New Firebug theme option in Toolbox options #2

@janodvarko

Description

@janodvarko

One of the first steps is implementation of new Firebug theme for native tools. There should also be a new option that allows activation/deactivation of the theme. See the screenshot.

theme-option

Note that the active theme appends a new class on document-element in the Toolbox. For now this is hardcoded inside chrome.js file, see loadFirebugTheme() method.

doc.documentElement.classList.add("theme-firebug");

The code that appends the new option into Toolbox options dialog might be in chrome.js module or perhaps new module can be created (and used from chrome.js).

Honza

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions