Skip to content

Commit

Permalink
1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
yezige committed Dec 8, 2024
1 parent d91b749 commit 84c9b6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Install vsce
run: |
npm install -g vsce
npm install -g @vscode/vsce
- name: Publish
env:
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const getConfig = (opt) => {
scrollbarForeground: '#ffffff40', // 滚动条激活色
commentForeground: '#ffffff30', // 备注前景色
keywordForeground: '#ae56bd', // 关键字前景色
variableForeground: '#bd3253', // 变量前景色
variableForeground: '#b62f4f', // 变量前景色
sysFunctionForeground: '#3669c9', // 系统方法名
functionForeground: '#4679d8', // 自定义方法名
classForeground: '#C78718', // 类名
Expand Down

0 comments on commit 84c9b6b

Please sign in to comment.