pinpox / base16-universal-manager

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

Use default values for scheme and template list URLs #32

Closed lhanson closed 4 years ago

lhanson commented 4 years ago

Rather than require the explicit inclusion of SchemesMasterURL and TemplatesMasterURL in the configuration, default to the usual values if not present.

Closes #30

codecov[bot] commented 4 years ago

Codecov Report

Merging #32 into master will increase coverage by 4.15%. The diff coverage is 80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
+ Coverage     8.3%   12.46%   +4.15%     
==========================================
  Files           5        5              
  Lines         349      353       +4     
==========================================
+ Hits           29       44      +15     
+ Misses        315      302      -13     
- Partials        5        7       +2
Impacted Files Coverage Δ
main.go 1.29% <0%> (ø) :arrow_up:
config.go 44.11% <100%> (+44.11%) :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 fab0339...109eb0c. Read the comment docs.

pinpox commented 4 years ago

Thanks!