{ "name": "Arduino dark", "type": "dark", "colors": { "list.highlightForeground": "#0ca1a6", "list.activeSelectionForeground": "#dae3e3", "list.activeSelectionBackground": "#0ca1a64d", "list.inactiveSelectionForeground": "#dae3e3", "list.inactiveSelectionBackground": "#434f54", "list.hoverBackground": "#1f272a", "list.activeSelectionIconForeground": "#0ca1a6", "progressBar.background": "#005c5f", "editor.background": "#1f272a", "editor.foreground": "#dae3e3", "editor.lineHighlightBackground": "#434f5410", "editor.selectionBackground": "#00818480", "editorCursor.foreground": "#dae3e3", "editorWhitespace.foreground": "#bfbfbf", "editorWidget.background": "#171e21", "editorWidget.foreground": "#dae3e3", "focusBorder": "#dae3e3", "menubar.selectionBackground": "#ffffff", "menubar.selectionForeground": "#212121", "menu.selectionBackground": "#dae3e3", "menu.selectionForeground": "#212121", "editorGroupHeader.tabsBackground": "#171e21", "button.background": "#0ca1a6", "button.foreground": "#101618", "button.hoverBackground": "#7fcbcd", "titleBar.activeBackground": "#171e21", "titleBar.activeForeground": "#dae3e3", "terminal.background": "#000000", "terminal.foreground": "#ffffff", "dropdown.border": "#7fcbcd", "dropdown.background": "#2c353a", "dropdown.foreground": "#dae3e3", "activityBar.background": "#171e21", "activityBar.foreground": "#dae3e3", "activityBar.inactiveForeground": "#4e5b61", "activityBar.activeBorder": "#0ca1a6", "statusBar.background": "#171e21", "secondaryButton.background": "#ff000000", "secondaryButton.foreground": "#dae3e3", "secondaryButton.hoverBackground": "#ffffff1a", "arduino.branding.primary": "#0ca1a6", "arduino.branding.secondary": "#b5c8c9", "arduino.foreground": "#edf1f1", "arduino.output.foreground": "#ffffff", "arduino.output.background": "#000000", "arduino.toolbar.button.hoverBackground": "#dae3e3", "arduino.toolbar.button.secondary.label": "#dae3e3", "arduino.toolbar.button.secondary.hoverBackground": "#dae3e366", "arduino.toolbar.button.background": "#0ca1a6", "arduino.toolbar.dropdown.border": "#7fcbcd", "arduino.toolbar.dropdown.borderActive": "#0ca1a6", "arduino.toolbar.dropdown.background": "#2c353a", "arduino.toolbar.dropdown.label": "#dae3e3", "arduino.toolbar.dropdown.iconSelected": "#3fae98", "arduino.toolbar.dropdown.option.backgroundHover": "#374146", "arduino.toolbar.dropdown.option.backgroundSelected": "#4e5b61", "arduino.toolbar.toggleBackground": "#f1c40f", "sideBar.background": "#101618", "sideBar.foreground": "#dae3e3", "input.background": "#000000", "foreground": "#dae3e3", "settings.headerForeground": "#dae3e3", "tree.indentGuidesStroke": "#374146", "tab.unfocusedActiveForeground": "#dae3e3", "tab.inactiveBackground": "#171e21", "textLink.foreground": "#0ca1a6", "errorForeground": "#df7365" }, "tokenColors": [ { "name": "", "settings": { "foreground": "#dae3e3" } }, { "name": "Comments", "scope": "comment", "settings": { "foreground": "#7f8c8d" } }, { "name": "Keywords Attributes", "scope": [ "storage", "support", "string.quoted.single.c" ], "settings": { "foreground": "#0ca1a6" } }, { "name": "literal", "scope": [ "meta.function.c", "entity.name.function", "meta.function-call.c", "variable.other" ], "settings": { "foreground": "#F39C12" } }, { "name": "punctuation", "scope": [ "punctuation.section", "meta.function-call.c", "meta.block.c", "meta.function.c", "variable", "variable.name" ], "settings": { "foreground": "#dae3e3" } }, { "name": "function preprocessor", "scope": [ "entity.name.function.preprocessor.c", "meta.preprocessor.macro.c" ], "settings": { "foreground": "#569CD6" } }, { "name": "constants", "scope": [ "string.quoted.double", "string.quoted.other.lt-gt", "constant" ], "settings": { "foreground": "#7fcbcd" } }, { "name": "meta keywords", "scope": [ "keyword.control", "meta.preprocessor.c" ], "settings": { "foreground": "#C586C0" } }, { "name": "numeric preprocessor", "scope": [ "meta.preprocessor.macro.c", "constant.numeric.preprocessor.c", "meta.preprocessor.c" ], "settings": { "foreground": "#434f54" } } ] }