mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
rename + merge
This commit is contained in:
parent
842d388669
commit
9673e974ea
1 changed files with 4 additions and 4 deletions
|
|
@ -108,10 +108,10 @@ module.exports = {
|
|||
"editor-bg": "var(--vscode-editor-background)",
|
||||
"editor-fg": "var(--vscode-editor-foreground)",
|
||||
|
||||
// editorWidget colors
|
||||
"editor-widget-fg": "var(--vscode-editorWidget-foreground)",
|
||||
"editor-widget-bg": "var(--vscode-editorWidget-background)",
|
||||
"editor-widget-border": "var(--vscode-editorWidget-border)",
|
||||
// editorwidget colors
|
||||
"editorwidget-fg": "var(--vscode-editorWidget-foreground)",
|
||||
"editorwidget-bg": "var(--vscode-editorWidget-background)",
|
||||
"editorwidget-border": "var(--vscode-editorWidget-border)",
|
||||
|
||||
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue