mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-03 17:44:30 +00:00
feat: re-export chroma
This commit is contained in:
parent
f5d1f314e0
commit
02c1efc60d
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
import chroma from "chroma-js"
|
||||||
|
export * from "./themes/common"
|
||||||
|
export { chroma }
|
||||||
|
|
||||||
export const fontFamilies = {
|
export const fontFamilies = {
|
||||||
sans: "Zed Sans",
|
sans: "Zed Sans",
|
||||||
mono: "Zed Mono",
|
mono: "Zed Mono",
|
||||||
|
@ -23,6 +27,7 @@ export type FontWeight =
|
||||||
| "bold"
|
| "bold"
|
||||||
| "extra_bold"
|
| "extra_bold"
|
||||||
| "black"
|
| "black"
|
||||||
|
|
||||||
export const fontWeights: { [key: string]: FontWeight } = {
|
export const fontWeights: { [key: string]: FontWeight } = {
|
||||||
thin: "thin",
|
thin: "thin",
|
||||||
extra_light: "extra_light",
|
extra_light: "extra_light",
|
||||||
|
|
Loading…
Reference in a new issue