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

Fix path handling, respect XDG standard directory locations #23

Closed lhanson closed 4 years ago

lhanson commented 4 years ago

Apply sensible defaults for configuration and cache paths, respecting the user's preferences when specified.

See https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html

Fixes #19

codecov[bot] commented 4 years ago

Codecov Report

Merging #23 into master will decrease coverage by 0.14%. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #23      +/-   ##
=======================================
- Coverage    9.14%    9%   -0.15%     
=======================================
  Files           5     5              
  Lines         317   322       +5     
=======================================
  Hits           29    29              
- Misses        283   288       +5     
  Partials        5     5
Impacted Files Coverage Δ
colorscheme.go 4.95% <ø> (ø) :arrow_up:
config.go 0% <0%> (ø) :arrow_up:
main.go 2.08% <0%> (+0.16%) :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 e79eb53...c6e3f45. Read the comment docs.

pinpox commented 4 years ago

I tried to resolve the merge conflicts, should be fine now. If you see any errors, please raise an issue.