More color adapted

Signed-off-by: jbicker <jan.bicker@typefox.io>
This commit is contained in:
jbicker 2019-06-13 08:30:59 +02:00
parent b7cf9e6755
commit 088951ae01
3 changed files with 14 additions and 1 deletions

View File

@ -20,6 +20,7 @@ is not optimized for dense, information rich UIs.
/* Custom Theme Colors */
--theia-arduino-light: rgb(0, 102, 102);
--theia-arduino-light1: rgb(0, 153, 153);
--theia-arduino-terminal: rgb(0, 0, 0);
/* Borders: Width and color (bright to dark) */
--theia-border-width: 1px;
--theia-panel-border-width: 2px;

View File

@ -1,2 +1,3 @@
@import './list-widget.css';
@import './select-board-dialog.css';
@import './select-board-dialog.css';
@import './main.css';

View File

@ -0,0 +1,11 @@
.p-TabBar[data-orientation='horizontal'].theia-app-bottom {
background: var(--theia-layout-color1);
}
.theia-output {
background: var(--theia-arduino-terminal);
}
#outputView {
color: var(--theia-ui-font-color3);
}