From 16f501967f6db91658029a8ab7d56d4c8b5381ae Mon Sep 17 00:00:00 2001 From: Gordon Date: Sat, 10 Apr 2021 02:20:04 +0100 Subject: [PATCH] Add theme classes to css for reference --- src/index.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index b343d37..5198c6f 100644 --- a/src/index.css +++ b/src/index.css @@ -1,4 +1,6 @@ -body { +body.vscode-light, +body.vscode-dark, +body.vscode-high-contrast { margin: 0; padding: 1em; font-family: var(--vscode-font-family);