npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

lumio

v2.0.0

Published

A luminous warm and calm color palette.

Downloads

15

Readme


The color palette it divided into fifteen named components to represent the different color effects.

Lumio Palette Overview

Lumio colors are numbered from lumio0 to lumio15 where each component contains a different amount of colors:

  1. Rough Coal lumio0 - lumio4
  2. Soft Earth lumio5 - lumio13
  3. Hard Metal lumio14 - lumio17
  4. Piquant Olive lumio18 - lumio21
  5. Cold Snow lumio22 - lumio25
  6. Clear Water lumio26 - lumio34
  7. Hot Flame lumio35 - lumio40
  8. Roasted Cocoa Bean lumio41 - lumio46
  9. Tropical Wood lumio47 - lumio51
  10. Fine Sand lumio52 - lumio56
  11. Sweet Banana lumio57 - lumio60
  12. Calm Sunset lumio61 - lumio65
  13. Living Forest lumio66 - lumio70
  14. Deep Sea lumio71 - lumio75
  15. Fresh Wild Berries lumio76 - lumio80

Usage

To show a list of all available Gulp tasks run gulp or gulp help.

CSS

The CSS specification supports the usage of primitive value types to define custom properties which can be used to create e.g. color variables.
Lumio provides the template-css.scss template file to compile a lumio.css stylesheet.

The generated file contains all Lumio color variables prefixed with -- inside the :root pseudo-class.
The :root pseudo-class represents an element that is the root of the document.
This is always the HTML (<html>) element which allows to use the Lumio color variables for the whole document.

The lumio.css stylesheet can be compiled via Gulp:

npm install
gulp compile-css-template

Sass

Copy the lumio.scss file into your project and import it in your Sass files:

@import "lumio";

The .scss file extension is optional.

SassDoc

lumio Sass sources are documented using the SassDoc documentation syntax which can be compiled to a HTML documentation via Gulp:

npm install
gulp sassdoc

The Sassdoc theme can be changed by editing the .sassdocrc configuration file.

LESSCSS

Copy the lumio.less file into your project and import it in your LESSCSS files:

@import "lumio";

Information about how the @import statement handles imports with different file extensions can be found in the official LESSCSS documentation.

KSS

lumio LESSCSS sources are documented using the KSS documentation syntax.
Information about the generation of a styleguide can be found in the official KSS documentation.

Color Swatches

Lumio is available in various native formats:

  • .aco Adobe Photoshop Palette
  • .ase Adobe Swatch Exchange
  • .gpa Gpick Palette
  • .gpl GIMP/Inkscape/CinePaint/Krita Palette
  • .mtl Alias/WaveFront Material

A list of detailed information about each file format can be found here.

Port Projects

Lumio Java

Component Cards

Development

Contribution

Please report issues/bugs, feature requests and suggestions for improvements to the issue tracker.