The Tokyo Night color palette now in CSS.
Find a file
2023-08-14 21:00:25 -04:00
.editorconfig Add .editorconfig 2023-08-13 23:52:37 -04:00
colors.css Add colors.css 2023-08-13 23:44:24 -04:00
LICENSE.txt Update README.md and LICENSE.txt 2023-08-13 23:38:38 -04:00
README.md Expanded Usage section of README.md 2023-08-14 21:00:25 -04:00

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