@treelight/theme-tokyonight
v0.6.0
Published
Treelight theme module for tokyonight.
Downloads
946
Maintainers
Readme
@treelight/theme-tokyonight
Tokyo Night theme for Treelight.
Install
npm install @treelight/core @treelight/javascript @treelight/theme-tokyonightUsage
import { Highlighter } from '@treelight/core';
import javascript from '@treelight/javascript';
import theme from '@treelight/theme-tokyonight';
const highlighter = await Highlighter.create({
languages: [javascript],
themes: [theme],
theme: 'tokyonight',
});This package ports Helix's tokyonight.toml theme data to Treelight.
Upstream theme: Tokyo Night
License: Apache-2.0
See the Treelight README for full theme usage.
