mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-14 12:49:28 +00:00
Updated Arduino App to new theming system
Signed-off-by: Jan Bicker <jan.bicker@typefox.io>
This commit is contained in:
@@ -85,7 +85,42 @@
|
||||
"editor.foreground": "#434f54",
|
||||
"editorWhitespace.foreground": "#BFBFBF",
|
||||
"editor.lineHighlightBackground": "#434f5410",
|
||||
"editor.selectionBackground": "#ffcb00"
|
||||
"editor.selectionBackground": "#ffcb00",
|
||||
"focusBorder": "#4db7bb99",
|
||||
"menubar.selectionBackground": "#ffffff",
|
||||
"menubar.selectionForeground": "#212121",
|
||||
"menu.selectionBackground": "#dae3e3",
|
||||
"menu.selectionForeground": "#212121",
|
||||
"editorGroupHeader.tabsBackground": "#f7f9f9",
|
||||
"button.background": "#4db7bb",
|
||||
"titleBar.activeBackground": "#006468",
|
||||
"titleBar.activeForeground": "#ffffff",
|
||||
"secondaryButton.background": "#b5c8c9",
|
||||
"secondaryButton.hoverBackground": "#dae3e3",
|
||||
"terminal.background": "#000000",
|
||||
"terminal.foreground": "#e0e0e0",
|
||||
"dropdown.border": "#ececec",
|
||||
"dropdown.background": "#ececec",
|
||||
"warningForeground": "#434f54",
|
||||
"activityBar.background": "#ececec",
|
||||
"activityBar.foreground": "#616161",
|
||||
"statusBar.background": "#006468",
|
||||
"arduino.base": "#006468",
|
||||
"arduino.dialogTitle": "#00979d",
|
||||
"arduino.select": "#ececec",
|
||||
"arduino.selectItemHoverBackground": "#4db7bb66",
|
||||
"list.hoverBackground": "#ececec",
|
||||
"arduino.secondaryButtonShadow": "#95a5a6",
|
||||
"arduino.buttonShadow": "#006468",
|
||||
"arduino.boardSelectorCheck": "#4db7bb",
|
||||
"arduino.listItemInstalledBadge": "#4db7bb",
|
||||
"inputValidation.warningBackground": "#ffb300",
|
||||
"arduino.listItemInfoLinkForeground": "#17a1a5",
|
||||
"arduino.toolbarItemForeground": "#006468",
|
||||
"arduino.toolbarTooltip": "#e0e0e0",
|
||||
"arduino.bottomPanelTabBackground": "#ffffff",
|
||||
"arduino.toolbarToggleBackground": "#b5c8c9"
|
||||
},
|
||||
"type": "light",
|
||||
"name": "Arduino"
|
||||
}
|
||||
Reference in New Issue
Block a user