From c0cb138d06eb16a74560d9afef340abaab895b20 Mon Sep 17 00:00:00 2001 From: Tim Etchells Date: Wed, 19 Feb 2020 18:00:30 -0500 Subject: [PATCH] Fix button text colour in theia Signed-off-by: Tim Etchells --- dev/res/css/theia.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/res/css/theia.css b/dev/res/css/theia.css index 4ef9b264..7ac161d6 100644 --- a/dev/res/css/theia.css +++ b/dev/res/css/theia.css @@ -5,7 +5,7 @@ */ :root { --vscode-button-background: #0F5891; - --vscode-button-foreground: #c9cece; + --vscode-button-foreground: #ffffff; --vscode-editor-foreground: #d4d4d4; --vscode-editor-background: #1e1e1e; --vscode-sideBarSectionHeader-foreground: #e0e0e0;