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#274C77
  • activityBar.foreground#F4E285
  • activityBarBadge.background#F4A259
  • activityBarBadge.foreground#FAF3E0
  • editor.background#FAF3E0
  • editor.foreground#2D2A26
  • editor.inactiveSelectionBackground#F4E28530
  • editor.lineHighlightBackground#F5CB5C33
  • editor.selectionBackground#F4E28560
  • editorBracketMatch.background#BC4B5133
  • editorBracketMatch.border#BC4B51
  • editorCursor.foreground#EB5E28
  • editorIndentGuide.activeBackground#F4A259
  • editorIndentGuide.background#E8DAB5
  • editorLineNumber.foreground#A4C3B2
  • panel.background#FFF8E1
  • panel.border#E6D9C0
  • sideBar.background#FFF8E1
  • sideBar.foreground#403D39
  • sideBarSectionHeader.background#A3CEF1
  • statusBar.background#6096BA
  • statusBar.debuggingBackground#BC4B51
  • statusBar.foreground#FAF3E0
  • tab.activeBackground#F5CB5C
  • tab.activeForeground#403D39
  • tab.border#FAF3E0
  • tab.inactiveBackground#F4E285
  • tab.inactiveForeground#6B9080
  • terminal.background#FAF3E0
  • terminal.foreground#403D39
  • titleBar.activeBackground#F5CB5C
  • titleBar.activeForeground#2D2A26
  • titleBar.inactiveBackground#F4E285
  • titleBar.inactiveForeground#6B9080

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6B9080italic
keyword#BC4B51bold
keyword.control, keyword.operator#EB5E28bold
string#8CB369—
constant.numeric#EE6055—
constant.language#F5CB5C—
variable#403D39—
entity.name.function#5B8E7D—
meta.function-call#5B8E7D—
storage.type.function.arrow#1DD3B0—
meta.function-call.arguments#086375—
entity.name.type.class, support.class#F4A259—
entity.name.type.interface, support.type#F5CB5C—
entity.name.type.parameter#A3CEF1—
meta.object-literal.key#B2967D—
variable.other.property#6096BA—
meta.array#A4C3B2—
variable.language.this#A3CEF1italic
entity.name.tag, meta.tag#BC4B51—
entity.other.attribute-name#5B8E7D—
keyword.control.import, keyword.control.export#EB5E28—