Removed menu, changed colors

Signed-off-by: jbicker <jan.bicker@typefox.io>
This commit is contained in:
jbicker
2019-06-13 07:55:58 +02:00
parent 1d6ba97d68
commit b7cf9e6755
9 changed files with 1028 additions and 2441 deletions

View File

@@ -18,8 +18,8 @@ is not optimized for dense, information rich UIs.
:root {
/* Custom Theme Colors */
--theia-arduino-light: rgb(0, 102, 105);
--theia-arduino-light1: rgb(0, 164, 167);
--theia-arduino-light: rgb(0, 102, 102);
--theia-arduino-light1: rgb(0, 153, 153);
/* Borders: Width and color (bright to dark) */
--theia-border-width: 1px;
--theia-panel-border-width: 2px;
@@ -74,9 +74,9 @@ is not optimized for dense, information rich UIs.
/* Main layout colors (bright to dark)
------------------------------------ */
--theia-layout-color0: #ffffff;
--theia-layout-color1: #f3f3f3;
--theia-layout-color1: var(--theia-arduino-light1);
--theia-layout-color2: #ececec;
--theia-layout-color3: #dcdcdc;
--theia-layout-color3: var(--theia-arduino-light);
--theia-layout-color4: #dcdcdc;
/* Brand colors */
--theia-brand-color0: var(--md-blue-700);