mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-01 23:03:43 +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";
|
import { colorSchemeTokens } from "./theme/tokens/colorScheme";
|
||||||
|
|
||||||
const TOKENS_DIRECTORY = path.join(__dirname, "..", "target", "tokens");
|
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");
|
const METADATA_FILE = path.join(TOKENS_DIRECTORY, "$metadata.json");
|
||||||
|
|
||||||
function clearTokens(tokensDirectory: string) {
|
function clearTokens(tokensDirectory: string) {
|
||||||
|
Loading…
Reference in New Issue
Block a user