From 84c9b6bf1fdc0ff167ea714304e0e236c8b7907f Mon Sep 17 00:00:00 2001 From: yezi Date: Mon, 9 Dec 2024 02:50:58 +0800 Subject: [PATCH] 1.0.8 --- .github/workflows/Publish.yml | 2 +- src/config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index 0690ead..37b75b5 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -29,7 +29,7 @@ jobs: - name: Install vsce run: | - npm install -g vsce + npm install -g @vscode/vsce - name: Publish env: diff --git a/src/config.js b/src/config.js index 4997d5c..487351e 100644 --- a/src/config.js +++ b/src/config.js @@ -31,7 +31,7 @@ const getConfig = (opt) => { scrollbarForeground: '#ffffff40', // 滚动条激活色 commentForeground: '#ffffff30', // 备注前景色 keywordForeground: '#ae56bd', // 关键字前景色 - variableForeground: '#bd3253', // 变量前景色 + variableForeground: '#b62f4f', // 变量前景色 sysFunctionForeground: '#3669c9', // 系统方法名 functionForeground: '#4679d8', // 自定义方法名 classForeground: '#C78718', // 类名