add license_checksum

This commit is contained in:
Nate Butler 2023-04-11 12:56:18 -04:00
parent 20ec9f6daf
commit 7ba094e10e

View File

@ -2,6 +2,7 @@ import { dark, light, mirage } from "ayu"
import { ThemeSyntax } from "./syntax"
import chroma from "chroma-js"
import { colorRamp } from "./ramps"
import { Meta } from "./colorScheme"
export const ayu = {
dark,
@ -72,3 +73,18 @@ export const buildSyntax = (t: typeof dark): ThemeSyntax => {
function: { color: t.syntax.func.hex() },
}
}
export const meta: Meta = {
name: "Ayu",
author: "dempfi",
license: {
SPDX: "MIT",
license_text: {
https_url:
"https://raw.githubusercontent.com/dempfi/ayu/master/LICENSE",
license_checksum:
"e0af0e0d1754c18ca075649d42f5c6d9a60f8bdc03c20dfd97105f2253a94173",
},
},
url: "https://github.com/dempfi/ayu",
}