winneon / hypersixteen

A base16 loader for Hyper.
https://www.npmjs.com/package/hypersixteen
Other
10 stars 2 forks source link

Exposing `base16` values to primary config #3

Open ELLIOTTCABLE opened 7 years ago

ELLIOTTCABLE commented 7 years ago

Is it possible to use hypersixteen to expose the base16 values of whatever theme is being used to the primary config-file?

For instance,

  borderColor: base16.base0A,
winneon commented 7 years ago

Yes, that would be possible by pushing the initial base16 object with the rest of the config. preferably at the beginning, right after this line.