mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 23:25:02 +03:00
$tokens.json
=> $themes.json
This commit is contained in:
parent
e4cbc29f98
commit
ddcbc774ab
@ -6,7 +6,7 @@ import { slugify } from "./utils/slugify";
|
||||
import { colorSchemeTokens } from "./theme/tokens/colorScheme";
|
||||
|
||||
const TOKENS_DIRECTORY = path.join(__dirname, "..", "target", "tokens");
|
||||
const TOKENS_FILE = path.join(TOKENS_DIRECTORY, "$tokens.json");
|
||||
const TOKENS_FILE = path.join(TOKENS_DIRECTORY, "$themes.json");
|
||||
const METADATA_FILE = path.join(TOKENS_DIRECTORY, "$metadata.json");
|
||||
|
||||
function clearTokens(tokensDirectory: string) {
|
||||
|
Loading…
Reference in New Issue
Block a user