Skip to main content
Coding Theme

Arduino Grease

Publisher: RobotFabThemes in package: 2

Arduino tooling + MCP server for agentic debugging inside VS Code, Cursor, and Antigravity.

Color themes

VS Code preview

Full workbench mockup using this variant's colors and tokenColors.

Loading...

colors

Workbench UI color keys from the theme JSON colors map.

  • activityBar.background#151515
  • activityBar.foreground#D0D0D0
  • activityBar.inactiveForeground#606060
  • activityBarBadge.background#007ACC
  • breadcrumb.background#181818
  • breadcrumb.focusForeground#D0D0D0
  • breadcrumb.foreground#808080
  • dropdown.background#202020
  • dropdown.border#2A2A2A
  • dropdown.foreground#D0D0D0
  • editor.background#181818
  • editor.foreground#D0D0D0
  • editor.lineHighlightBackground#202020
  • editor.selectionBackground#264F78
  • editor.selectionHighlightBackground#264F7840
  • editorCursor.foreground#D0D0D0
  • editorGroupHeader.tabsBackground#181818
  • editorGroupHeader.tabsBorder#2A2A2A
  • editorIndentGuide.activeBackground1#3A3A3A
  • editorIndentGuide.background1#2A2A2A
  • editorLineNumber.activeForeground#A0A0A0
  • editorLineNumber.foreground#505050
  • editorWidget.background#202020
  • editorWidget.border#2A2A2A
  • focusBorder#007ACC
  • foreground#D0D0D0
  • input.background#202020
  • input.border#2A2A2A
  • input.foreground#D0D0D0
  • input.placeholderForeground#606060
  • list.activeSelectionBackground#2A2A2A
  • list.activeSelectionForeground#D0D0D0
  • list.hoverBackground#232323
  • list.inactiveSelectionBackground#1E1E1E
  • minimap.background#181818
  • panel.background#202020
  • panel.border#2A2A2A
  • panelTitle.activeBorder#007ACC
  • panelTitle.activeForeground#D0D0D0
  • panelTitle.inactiveForeground#808080
  • scrollbarSlider.activeBackground#48484880
  • scrollbarSlider.background#2A2A2A80
  • scrollbarSlider.hoverBackground#38383880
  • sideBar.background#151515
  • sideBar.foreground#D0D0D0
  • sideBarSectionHeader.background#202020
  • sideBarSectionHeader.foreground#D0D0D0
  • sideBarTitle.foreground#D0D0D0
  • statusBar.background#007ACC
  • statusBar.debuggingBackground#CC6633
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#2A2A2A
  • tab.activeBackground#202020
  • tab.activeForeground#D0D0D0
  • tab.border#2A2A2A
  • tab.inactiveBackground#181818
  • tab.inactiveForeground#808080
  • terminal.ansiBlack#181818
  • terminal.ansiBrightBlack#505050
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiWhite#D0D0D0
  • terminal.background#181818
  • terminal.foreground#D0D0D0
  • titleBar.activeBackground#181818
  • titleBar.activeForeground#D0D0D0
  • titleBar.inactiveBackground#151515
  • titleBar.inactiveForeground#808080
  • widget.shadow#00000050

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#505050italic
string, string.quoted#CE9178
constant.numeric#B5CEA8
constant.language#569CD6
keyword, keyword.control, keyword.operator.new, keyword.operator.delete#C586C0
storage.type, storage.modifier#569CD6
entity.name.function, support.function#DCDCAA
entity.name.function.lifecycle.arduino#DCDCAAbold
support.function.io.arduino, support.function.time.arduino, support.function.math.arduino, support.function.interrupt.arduino, support.function.advanced-io.arduino#4EC9B0
support.class.serial.arduino#4EC9B0bold
support.function.serial.arduino#9CDCFE
entity.name.type, entity.name.class, entity.name.struct#4EC9B0
variable, variable.other#9CDCFE
keyword.control.directive, keyword.control.directive.include#808080
string.quoted.other.include#CE9178
keyword.operator, keyword.operator.comparison, keyword.operator.assignment, keyword.operator.arithmetic, keyword.operator.logical, keyword.operator.bitwise#C8C8C8
punctuation#C8C8C8
constant.language.arduino#4FC1FF

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...