From a22c497fe163a9e585658baf5316b1f0b7507746 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 08:57:02 +0000 Subject: [PATCH] chore(deps): update dependency @catppuccin/palette to v1.8.0 --- src/convert.ts | 2 +- src/main.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/convert.ts b/src/convert.ts index e571706..3e406ae 100644 --- a/src/convert.ts +++ b/src/convert.ts @@ -1,4 +1,4 @@ -import { type ColorName, type FlavorName, flavors } from "npm:@catppuccin/palette@1.1.0"; +import { type ColorName, type FlavorName, flavors } from "npm:@catppuccin/palette@1.8.0"; import type { Overrides, VSCTheme } from "./main.ts"; import { customTokens } from "./syntaxes/index.ts"; diff --git a/src/main.ts b/src/main.ts index e74230a..82d1c23 100644 --- a/src/main.ts +++ b/src/main.ts @@ -2,7 +2,7 @@ import { join } from "https://deno.land/std@0.219.1/path/join.ts"; import { parseArgs } from "https://deno.land/std@0.219.1/cli/parse_args.ts"; import { compile as vscCompile } from "npm:@catppuccin/vscode@3.17.0"; -import { flavorEntries, type FlavorName } from "npm:@catppuccin/palette@1.1.0"; +import { flavorEntries, type FlavorName } from "npm:@catppuccin/palette@1.8.0"; import plist from "npm:plist@3.1.0"; import { convert } from "./convert.ts";