Skip to main content
Coding Theme

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#339999
  • activityBar.foreground#FFFFFF
  • activityBarBadge.background#FF0000
  • activityBarBadge.foreground#ffffff
  • button.background#266F6F
  • button.foreground#ffffff
  • button.hoverBackground#339999
  • editor.background#FFFFFF
  • editor.foreground#3B3A32
  • editor.lineHighlightBackground#FFF8DC
  • editor.selectionBackground#FFD700
  • editor.selectionHighlightBackground#FFD700
  • editorCursor.foreground#339999
  • editorGroupHeader.tabsBackground#339999
  • editorRuler.foreground#339999
  • editorSuggestWidget.highlightForeground#ffffff
  • editorSuggestWidget.selectedBackground#50B5B5
  • editorWhitespace.foreground#3B3A32
  • list.activeSelectionBackground#FFD700
  • list.activeSelectionForeground#000000
  • panel.background#339999
  • panel.border#339999
  • panelTitle.activeBorder#FFFFFF
  • panelTitle.activeForeground#FFFFFF
  • sideBar.background#FFFFFF
  • sideBar.foreground#266F6F
  • sideBarSectionHeader.background#339999
  • sideBarSectionHeader.foreground#ffffff
  • sideBarTitle.foreground#bbbbbb
  • statusBar.background#266F6F
  • statusBar.border#266F6F
  • statusBar.foreground#ffffff
  • statusBarItem.activeBackground#339999
  • statusBarItem.hoverBackground#339999
  • terminal.background#000000
  • terminal.border#339999
  • terminal.foreground#ffffff
  • titleBar.activeBackground#266F6F
  • titleBar.activeForeground#ffffff
  • titleBar.border#339999
  • titleBar.inactiveBackground#50B5B5

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#F8F8F2
comment#75715E
string#bab46f
constant.numeric#AE81FF
constant.language#AE81FF
constant.character, constant.other#AE81FF
variableitalic
keyword#F92672
storage#F92672
storage.type#179db6italic
entity.name.class#A6E22Eunderline
entity.other.inherited-class#A6E22Eitalic underline
entity.name.function#8fc919
variable.parameter#FD971Fitalic
entity.name.tag#F92672
entity.other.attribute-name#A6E22E
support.function#2099b0
support.constant#2aa9c1
support.type, support.class#2aa9c1italic
support.other.variable#2aa9c1
invalid#F8F8F0
invalid.deprecated#F8F8F0

Shiki preview

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

Loading...

Arduino - Coding Theme