diff options
Diffstat (limited to 'extension/react-app/src/index.css')
-rw-r--r-- | extension/react-app/src/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extension/react-app/src/index.css b/extension/react-app/src/index.css index 68f9d0ab..6a46800e 100644 --- a/extension/react-app/src/index.css +++ b/extension/react-app/src/index.css @@ -8,6 +8,10 @@ --button-color: rgb(113, 28, 59); --button-color-hover: rgba(113, 28, 59, 0.667); --def-border-radius: 5px; + + /* --vscode-editor-background: rgb(30, 30, 30); + --vscode-editor-foreground: rgb(197, 200, 198); + --vscode-textBlockQuote-background: rgba(255, 255, 255, 0.05); */ } html, |