Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/convert.ts
Original file line number Diff line number Diff line change
@@ -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";

Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down