The Tokyo Night color palette now in CSS.
Find a file
2023-08-14 21:05:26 -04:00
.editorconfig
colors.css
LICENSE.txt
README.md

Tokyo Night Icon

Tokyo Night for CSS

 

The Tokyo Night color palette in CSS.

Usage

Copy the colors.css file to your project then start using the CSS variables:

.success {
  color: var(--tn-dark-04);
}

The colors are also available as filters which are useful for coloring black SVGs.

svg.icon {
  filter: var(--tn-dark-filter-05);
}

Note

The filters were generated with Barrett Sonntag's CSS Filter Generator.

Maintainer

Foster Hangdaan

License

MIT License