Skip to content

Commit b2ccc26

Browse files
Updated themes (#1273)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 90a0606 commit b2ccc26

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

arduino-ide-extension/src/browser/data/dark.color-theme.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"list.inactiveSelectionForeground": "#dae3e3",
99
"list.inactiveSelectionBackground": "#434f54",
1010
"list.hoverBackground": "#1f272a",
11+
"list.activeSelectionIconForeground": "#0ca1a6",
1112
"progressBar.background": "#005c5f",
1213
"editor.background": "#1f272a",
1314
"editor.foreground": "#dae3e3",
@@ -16,6 +17,7 @@
1617
"editorCursor.foreground": "#434f54",
1718
"editorWhitespace.foreground": "#bfbfbf",
1819
"editorWidget.background": "#171e21",
20+
"editorWidget.foreground": "#dae3e3",
1921
"focusBorder": "#dae3e3",
2022
"menubar.selectionBackground": "#ffffff",
2123
"menubar.selectionForeground": "#212121",
@@ -28,7 +30,7 @@
2830
"titleBar.activeBackground": "#171e21",
2931
"titleBar.activeForeground": "#dae3e3",
3032
"terminal.background": "#000000",
31-
"terminal.foreground": "#e0e0e0",
33+
"terminal.foreground": "#ffffff",
3234
"dropdown.border": "#7fcbcd",
3335
"dropdown.background": "#2c353a",
3436
"dropdown.foreground": "#dae3e3",
@@ -64,7 +66,8 @@
6466
"settings.headerForeground": "#dae3e3",
6567
"tree.indentGuidesStroke": "#374146",
6668
"tab.unfocusedActiveForeground": "#dae3e3",
67-
"tab.inactiveBackground": "#171e21"
69+
"tab.inactiveBackground": "#171e21",
70+
"textLink.foreground": "#0ca1a6"
6871
},
6972
"tokenColors": [
7073
{

arduino-ide-extension/src/browser/data/default.color-theme.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"list.inactiveSelectionForeground": "#4e5b61",
99
"list.inactiveSelectionBackground": "#dae3e3",
1010
"list.hoverBackground": "#ecf1f1",
11+
"list.activeSelectionIconForeground": "#008184",
1112
"progressBar.background": "#005c5f",
1213
"editor.background": "#ffffff",
1314
"editor.foreground": "#4e5b61",
@@ -16,6 +17,7 @@
1617
"editorCursor.foreground": "#434f54",
1718
"editorWhitespace.foreground": "#bfbfbf",
1819
"editorWidget.background": "#f7f9f9",
20+
"editorWidget.foreground": "#4e5b61",
1921
"focusBorder": "#7fcbcd",
2022
"menubar.selectionBackground": "#ffffff",
2123
"menubar.selectionForeground": "#212121",
@@ -28,7 +30,7 @@
2830
"titleBar.activeBackground": "#006d70",
2931
"titleBar.activeForeground": "#f7f9f9",
3032
"terminal.background": "#000000",
31-
"terminal.foreground": "#e0e0e0",
33+
"terminal.foreground": "#ffffff",
3234
"dropdown.border": "#dae3e3",
3335
"dropdown.background": "#ffffff",
3436
"dropdown.foreground": "#4e5b61",
@@ -64,7 +66,8 @@
6466
"settings.headerForeground": "#4e5b61",
6567
"tree.indentGuidesStroke": "#dae3e3",
6668
"tab.unfocusedActiveForeground": "#4e5b61",
67-
"tab.inactiveBackground": "#ecf1f1"
69+
"tab.inactiveBackground": "#ecf1f1",
70+
"textLink.foreground": "#008184"
6871
},
6972
"tokenColors": [
7073
{

0 commit comments

Comments
 (0)