From 5807c94a6120f3d027fbca61aa082ec8f7f36281 Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Thu, 12 Dec 2024 14:49:36 -0800 Subject: [PATCH] tailwind --- src/vs/workbench/contrib/void/browser/react/tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/void/browser/react/tailwind.config.js b/src/vs/workbench/contrib/void/browser/react/tailwind.config.js index 58827bfd..40d4257e 100644 --- a/src/vs/workbench/contrib/void/browser/react/tailwind.config.js +++ b/src/vs/workbench/contrib/void/browser/react/tailwind.config.js @@ -8,9 +8,9 @@ module.exports = { content: ['./src2/**/*.{jsx,tsx}'], // uses these files to decide how to transform the css file theme: { extend: { - // inject user's vscode theme colors: https://code.visualstudio.com/api/extension-guides/webview#theming-webview-content colors: { vscode: { + // see https://code.visualstudio.com/api/references/theme-color "sidebar-bg": "var(--vscode-sideBar-background)", "editor-bg": "var(--vscode-editor-background)", "editor-fg": "var(--vscode-editor-foreground)",