pinpox / base16-universal-manager

A universal manager to set base16 themes for any supported application
https://github.com/chriskempson/base16
MIT License
89 stars 20 forks source link

Applications' "enabled" property is ignored #24

Closed lhanson closed 4 years ago

lhanson commented 4 years ago

In config.yaml, the enabled property of each application is not used. For example, using the sample configuration, the program processes all applications regardless of the enabled properties being set to false:

**[CONFIG]: Selected scheme:  Flat
[RENDER]: Rendering template "c_header"
    - (dryrun) file would be written to:  /default.h
Not running hook, DryRun enabled:  
[RENDER]: Rendering template "crosh"
    - (dryrun) file would be written to:  /default.js
    - (dryrun) file would be written to:  /default-16.16.js
Not running hook, DryRun enabled:  
[RENDER]: Rendering template "emacs"
    - (dryrun) file would be written to:  /default-theme.el
Not running hook, DryRun enabled:**
...