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

Commit

Permalink
Fix button text colour in theia
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Etchells <[email protected]>
  • Loading branch information
Tim Etchells authored and tetchel committed Feb 20, 2020
1 parent 5bdad45 commit c0cb138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/res/css/theia.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c0cb138

Please sign in to comment.