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

Respect applications' "enabled" property when rendering templates #25

Closed lhanson closed 4 years ago

lhanson commented 4 years ago

The enabled property for each application was not being consulted when iterating through the list of application themes to be rendered.

Fixes #24

codecov[bot] commented 4 years ago

Codecov Report

Merging #25 into master will increase coverage by 0.08%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #25      +/-   ##
=========================================
+ Coverage       9%   9.09%   +0.08%     
=========================================
  Files           5       5              
  Lines         322     319       -3     
=========================================
  Hits           29      29              
+ Misses        288     285       -3     
  Partials        5       5
Impacted Files Coverage Δ
main.go 1.85% <0%> (-0.24%) :arrow_down:
config.go 0% <0%> (ø) :arrow_up:
colorscheme.go 4.95% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update babb8c3...996708f. Read the comment docs.