mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-25 20:26:38 +00:00
More color adapted
Signed-off-by: jbicker <jan.bicker@typefox.io>
This commit is contained in:
parent
b7cf9e6755
commit
088951ae01
@ -20,6 +20,7 @@ is not optimized for dense, information rich UIs.
|
|||||||
/* Custom Theme Colors */
|
/* Custom Theme Colors */
|
||||||
--theia-arduino-light: rgb(0, 102, 102);
|
--theia-arduino-light: rgb(0, 102, 102);
|
||||||
--theia-arduino-light1: rgb(0, 153, 153);
|
--theia-arduino-light1: rgb(0, 153, 153);
|
||||||
|
--theia-arduino-terminal: rgb(0, 0, 0);
|
||||||
/* Borders: Width and color (bright to dark) */
|
/* Borders: Width and color (bright to dark) */
|
||||||
--theia-border-width: 1px;
|
--theia-border-width: 1px;
|
||||||
--theia-panel-border-width: 2px;
|
--theia-panel-border-width: 2px;
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
@import './list-widget.css';
|
@import './list-widget.css';
|
||||||
@import './select-board-dialog.css';
|
@import './select-board-dialog.css';
|
||||||
|
@import './main.css';
|
11
arduino-ide-extension/src/browser/style/main.css
Normal file
11
arduino-ide-extension/src/browser/style/main.css
Normal 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);
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user