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#1F2933
  • activityBar.border#ffffff15
  • activityBar.foreground#FF6A00
  • activityBar.inactiveForeground#F4FAF860
  • activityBarBadge.background#FF6A00
  • activityBarBadge.foreground#1F2933
  • button.background#FF6A00
  • button.foreground#1F2933
  • button.hoverBackground#FF6A00dd
  • editor.background#1F2933
  • editor.foreground#F4FAF8
  • editor.inactiveSelectionBackground#FF6A003580
  • editor.lineHighlightBackground#11111140
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#FF6A0035
  • editorCursor.foreground#FF6A00
  • editorGroupHeader.tabsBackground#1F2933dd
  • editorLineNumber.activeForeground#FF6A00
  • editorLineNumber.foreground#E6F5F380
  • focusBorder#FF6A00
  • foreground#F4FAF8
  • input.background#111111
  • input.border#ffffff15
  • input.foreground#F4FAF8
  • input.placeholderForeground#F4FAF860
  • list.activeSelectionBackground#FF6A0030
  • list.activeSelectionForeground#F4FAF8
  • list.highlightForeground#FF6A00
  • list.hoverBackground#11111140
  • list.hoverForeground#F4FAF8
  • list.inactiveSelectionBackground#FF6A0015
  • list.inactiveSelectionForeground#F4FAF8
  • selection.background#FF6A0035
  • sideBar.background#111111
  • sideBar.border#ffffff15
  • sideBar.foreground#F4FAF8
  • sideBarSectionHeader.background#1F293380
  • sideBarSectionHeader.foreground#F4FAF8
  • sideBarTitle.foreground#FF6A00
  • statusBar.background#1F2933
  • statusBar.border#ffffff15
  • statusBar.foreground#F4FAF8
  • statusBar.noFolderBackground#1F2933
  • tab.activeBackground#1F2933
  • tab.activeBorderTop#FF6A00
  • tab.activeForeground#F4FAF8
  • tab.border#ffffff15
  • tab.inactiveBackground#11111160
  • tab.inactiveForeground#F4FAF880
  • terminal.ansiBlack#1F2933
  • terminal.ansiBlue#FF6A00
  • terminal.ansiCyan#2EA39A
  • terminal.ansiGreen#FF6A00
  • terminal.ansiMagenta#F4B84A
  • terminal.ansiRed#F4B84A
  • terminal.ansiWhite#F4FAF8
  • terminal.ansiYellow#2EA39A
  • terminal.background#1F2933
  • terminal.foreground#F4FAF8
  • titleBar.activeBackground#1F2933
  • titleBar.activeForeground#F4FAF8
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#1F2933
  • titleBar.inactiveForeground#F4FAF860
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E6F5F3italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#FF6A00bold
storage.type, storage.modifier#FF6A00italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#FF6A00
string, punctuation.definition.string, string.template, meta.template.expression#2EA39A
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F4B84A
variable, variable.other.readwrite, variable.other.object#F4FAF8
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F4FAF8
variable.parameter, meta.parameter#F4FAF8dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F4FAF880
keyword.operator#F4FAF8
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#2EA39Abold
entity.other.inherited-class#FF6A00
entity.name.tag, punctuation.definition.tag#FF6A00
entity.other.attribute-name#FF6A00
meta.diff, meta.diff.header#E6F5F3
markup.deleted#F4B84A
markup.inserted#FF6A00
markup.changed#2EA39A
markup.heading, markup.heading.setext, punctuation.definition.heading#FF6A00bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#2EA39A
string.other.link.title, string.other.link.description#FF6A00
markup.underline.link#E6F5F3underline
punctuation.definition.list#FF6A00
markup.quote, punctuation.definition.quote#E6F5F3italic