master
yutent 2025-03-11 11:27:54 +08:00
parent 23e77874f3
commit e24587108c
1 changed files with 2 additions and 1 deletions

View File

@ -172,5 +172,6 @@ module.exports = {
'settings.headerForeground': '#80CBC4',
'settings.modifiedItemIndicator': '#80CBC4',
'settings.checkboxBackground': vars.plain1,
'settings.checkboxForeground': vars.common
'settings.checkboxForeground': vars.common,
'editorCodeLens.foreground': '#baced1'
}