Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit c0cb138

Browse files
Tim Etchellstetchel
Tim Etchells
authored andcommitted
Fix button text colour in theia
Signed-off-by: Tim Etchells <timetchells@ibm.com>
1 parent 5bdad45 commit c0cb138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/res/css/theia.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
:root {
77
--vscode-button-background: #0F5891;
8-
--vscode-button-foreground: #c9cece;
8+
--vscode-button-foreground: #ffffff;
99
--vscode-editor-foreground: #d4d4d4;
1010
--vscode-editor-background: #1e1e1e;
1111
--vscode-sideBarSectionHeader-foreground: #e0e0e0;

0 commit comments

Comments
 (0)