@talamh/colors
v0.0.1
Published
Color definitions for use across all of Talamh
Downloads
1
Readme
Talamh Color Scheme
Talamh's base color scheme
Talamh uses a standard color scheme to bring cohesion to the world and the 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.
Talamh'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 @talamh/colors
Usage
Within your CSS:
@import '@talamh/colors';
Contributing
PRs accepted.
License
Colors licensed under CC-BY-SA-4.0 © Jeremy Boles Source code licensed under AGPLv3 © Jeremy Boles