Skip to content

colinf/darktone-tip

Repository files navigation

darktone-tip

Darktone Tip theme.

This is a theme for the tip component.

It's part of a series of Darktone theme components and you may also wish to use the following:

Installation

You can quickly install the component into your project using the following command from the project root.

$ component install colinf/darktone-tip

But the best way to use it is to amend your component.json file to add the theme as a dependency. You can then use the component build command to install the required components.

Make sure that you list colinf/darktone-tip after component/tip in your dependencies so that the styles from the theme override any styles in the tip component itself. Below is an example extract from a component.json which uses the darktone tip theme.

"dependencies": {
  "component/tip": "*",
  "colinf/darktone-tip": "*"
}

License

MIT (see the file License.txt included in this distribution for further details)

About

darktone theme for component/tip

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published