After switching from the netbeans IDE to github's atom, I realized that some necessary features were missing. Unable to find a suitable package, I decided to try customizing it myself, gaining valuable insight into the editor in the process.
However, one major issue I encountered was the minuscule font size in the 'developer tools' window of atom. Despite attempting to install various CSS themes, including the 'dev tools theme' package for atom, none seemed to take effect. Although I have enabled "Allow custom UI themes," these themes work perfectly fine in the Chrome browser (version 60.0).
I'm wondering if it's possible to inspect the inspector within atom like in chrome, where you can undock the devtools window and press CTL SHIFT I. This would allow me to identify the specific classes that need customization and confirm whether they have been applied correctly.
Also, how can I determine which version of Chrome/Chromium atom is utilizing? It's conceivable that certain features have changed since Google's instructional guides were published.
Lastly, how do I go about manually installing a devtools theme into atom?
If you're facing similar challenges, check out this related question, which offers a solution that works in the browser but not in atom.