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#F7FAFC
  • activityBar.border#00000015
  • activityBar.foreground#FF6A00
  • activityBar.inactiveForeground#06122060
  • activityBarBadge.background#FF6A00
  • activityBarBadge.foreground#F7FAFC
  • button.background#FF6A00
  • button.foreground#F7FAFC
  • button.hoverBackground#FF6A00dd
  • editor.background#F7FAFC
  • editor.foreground#061220
  • editor.inactiveSelectionBackground#005EFF2580
  • editor.lineHighlightBackground#F2E9D850
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#005EFF25
  • editorCursor.foreground#FF6A00
  • editorGroupHeader.tabsBackground#F2E9D8aa
  • editorLineNumber.activeForeground#FF6A00
  • editorLineNumber.foreground#485D6880
  • focusBorder#FF6A00
  • foreground#061220
  • input.background#F2E9D8
  • input.border#00000015
  • input.foreground#061220
  • input.placeholderForeground#06122060
  • list.activeSelectionBackground#FF6A0030
  • list.activeSelectionForeground#061220
  • list.highlightForeground#FF6A00
  • list.hoverBackground#F2E9D840
  • list.hoverForeground#061220
  • list.inactiveSelectionBackground#FF6A0015
  • list.inactiveSelectionForeground#061220
  • selection.background#005EFF25
  • sideBar.background#F2E9D8
  • sideBar.border#00000015
  • sideBar.foreground#061220
  • sideBarSectionHeader.background#F2E9D880
  • sideBarSectionHeader.foreground#061220
  • sideBarTitle.foreground#FF6A00
  • statusBar.background#F7FAFC
  • statusBar.border#00000015
  • statusBar.foreground#061220
  • statusBar.noFolderBackground#F7FAFC
  • tab.activeBackground#F7FAFC
  • tab.activeBorderTop#FF6A00
  • tab.activeForeground#061220
  • tab.border#00000015
  • tab.inactiveBackground#F7FAFC60
  • tab.inactiveForeground#06122080
  • terminal.ansiBlack#061220
  • terminal.ansiBlue#005EFF
  • terminal.ansiCyan#00C6EF
  • terminal.ansiGreen#FF6A00
  • terminal.ansiMagenta#C8F31D
  • terminal.ansiRed#C8F31D
  • terminal.ansiWhite#061220
  • terminal.ansiYellow#00C6EF
  • terminal.background#F7FAFC
  • terminal.foreground#061220
  • titleBar.activeBackground#F7FAFC
  • titleBar.activeForeground#061220
  • titleBar.border#00000015
  • titleBar.inactiveBackground#F7FAFC
  • titleBar.inactiveForeground#06122060
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#485D68italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#005EFFbold
storage.type, storage.modifier#005EFFitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#FF6A00
string, punctuation.definition.string, string.template, meta.template.expression#00C6EF
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#C8F31D
variable, variable.other.readwrite, variable.other.object#061220
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#061220
variable.parameter, meta.parameter#061220dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#06122080
keyword.operator#061220
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#00C6EFbold
entity.other.inherited-class#FF6A00
entity.name.tag, punctuation.definition.tag#005EFF
entity.other.attribute-name#FF6A00
meta.diff, meta.diff.header#485D68
markup.deleted#C8F31D
markup.inserted#FF6A00
markup.changed#00C6EF
markup.heading, markup.heading.setext, punctuation.definition.heading#FF6A00bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#00C6EF
string.other.link.title, string.other.link.description#FF6A00
markup.underline.link#485D68underline
punctuation.definition.list#005EFF
markup.quote, punctuation.definition.quote#485D68italic
Morphous Theme by Ameyanagi - VS Code Theme