@centralstandard/colors

Color definitions for Central Standard’s brand colors

Usage no npm install needed!

<script type="module">
  import centralstandardColors from 'https://cdn.skypack.dev/@centralstandard/colors';
</script>

README

Central Standard’s Brand Colors

Central Standard uses a standard color scheme across its projects to bring cohesion to its apps and its brand, such as it is. The color values are provided as CSS variables that can be included in any project through a bundler or using something like a PostCSS plugin.

Central Standard’s color scheme has been derived from the Gruvbox terminal theme but has been slightly modified for use in a beyond syntax highlighting.

Install

npm install @centralstandard/colors

Usage

Within your CSS:

@import "@centralstandard/colors";

Contributing

PRs accepted.

License

Colors licensed under CC-BY-SA-4.0 © Jeremy Boles. Source code licensed under AGPLv3 © Jeremy Boles.