travs / dev-tools-themes

Make Developer Tools Beautiful Again
MIT License
11 stars 4 forks source link

Exactly the Package I was looking for, however #4

Open ghost opened 7 years ago

ghost commented 7 years ago

is there any chance you will add other/all themes you linked on http://devthemez.com/themes/chrome-developer-tools ??

this is a great app btw

hope you have a little time to add those!

sadmicrowave commented 4 years ago

Adding other themes is simple if you want to do it yourself. The code could easily be updated to iterate through the theme folders within the package directory instead of a static array of theme names; but, if you:

  1. Download the DevTools Theme .zip (e.g.) https://github.com/jaysuz/material-dev-tools
  2. Unzip the .zip to this packages directory C:\Users__user__.atom\packages\dev-tools-themes\themes
  3. Edit C:\Users__user__.atom\packages\dev-tools-themes\lib\dev-tools-themes.js
  4. Add the exact folder name of your newly added theme to the enum array declaration on line 13
  5. Update your selected theme in this packages settings