feat: re-export chroma

This commit is contained in:
Sergey Onufrienko 2023-06-07 16:09:24 +01:00
parent f5d1f314e0
commit 02c1efc60d
No known key found for this signature in database
GPG key ID: 3299873ECFD30CA3

View file

@ -1,3 +1,7 @@
import chroma from "chroma-js"
export * from "./themes/common"
export { chroma }
export const fontFamilies = {
sans: "Zed Sans",
mono: "Zed Mono",
@ -23,6 +27,7 @@ export type FontWeight =
| "bold"
| "extra_bold"
| "black"
export const fontWeights: { [key: string]: FontWeight } = {
thin: "thin",
extra_light: "extra_light",