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#1F2A33
  • activityBar.border#ffffff15
  • activityBar.foreground#2A308F
  • activityBar.inactiveForeground#F5F3EA60
  • activityBarBadge.background#2A308F
  • activityBarBadge.foreground#1F2A33
  • button.background#2A308F
  • button.foreground#1F2A33
  • button.hoverBackground#2A308Fdd
  • editor.background#1F2A33
  • editor.foreground#F5F3EA
  • editor.inactiveSelectionBackground#93A8C83580
  • editor.lineHighlightBackground#151A2C40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#93A8C835
  • editorCursor.foreground#2A308F
  • editorGroupHeader.tabsBackground#1F2A33dd
  • editorLineNumber.activeForeground#2A308F
  • editorLineNumber.foreground#B9B5A780
  • focusBorder#2A308F
  • foreground#F5F3EA
  • input.background#151A2C
  • input.border#ffffff15
  • input.foreground#F5F3EA
  • input.placeholderForeground#F5F3EA60
  • list.activeSelectionBackground#2A308F30
  • list.activeSelectionForeground#F5F3EA
  • list.highlightForeground#2A308F
  • list.hoverBackground#151A2C40
  • list.hoverForeground#F5F3EA
  • list.inactiveSelectionBackground#2A308F15
  • list.inactiveSelectionForeground#F5F3EA
  • selection.background#93A8C835
  • sideBar.background#151A2C
  • sideBar.border#ffffff15
  • sideBar.foreground#F5F3EA
  • sideBarSectionHeader.background#1F2A3380
  • sideBarSectionHeader.foreground#F5F3EA
  • sideBarTitle.foreground#2A308F
  • statusBar.background#1F2A33
  • statusBar.border#ffffff15
  • statusBar.foreground#F5F3EA
  • statusBar.noFolderBackground#1F2A33
  • tab.activeBackground#1F2A33
  • tab.activeBorderTop#2A308F
  • tab.activeForeground#F5F3EA
  • tab.border#ffffff15
  • tab.inactiveBackground#151A2C60
  • tab.inactiveForeground#F5F3EA80
  • terminal.ansiBlack#1F2A33
  • terminal.ansiBlue#93A8C8
  • terminal.ansiCyan#E6DAA6
  • terminal.ansiGreen#2A308F
  • terminal.ansiMagenta#C9A85E
  • terminal.ansiRed#C9A85E
  • terminal.ansiWhite#F5F3EA
  • terminal.ansiYellow#E6DAA6
  • terminal.background#1F2A33
  • terminal.foreground#F5F3EA
  • titleBar.activeBackground#1F2A33
  • titleBar.activeForeground#F5F3EA
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#1F2A33
  • titleBar.inactiveForeground#F5F3EA60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#B9B5A7italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#93A8C8bold
storage.type, storage.modifier#93A8C8italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#2A308F
string, punctuation.definition.string, string.template, meta.template.expression#E6DAA6
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#C9A85E
variable, variable.other.readwrite, variable.other.object#F5F3EA
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F5F3EA
variable.parameter, meta.parameter#F5F3EAdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F5F3EA80
keyword.operator#F5F3EA
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E6DAA6bold
entity.other.inherited-class#2A308F
entity.name.tag, punctuation.definition.tag#93A8C8
entity.other.attribute-name#2A308F
meta.diff, meta.diff.header#B9B5A7
markup.deleted#C9A85E
markup.inserted#2A308F
markup.changed#E6DAA6
markup.heading, markup.heading.setext, punctuation.definition.heading#2A308Fbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E6DAA6
string.other.link.title, string.other.link.description#2A308F
markup.underline.link#B9B5A7underline
punctuation.definition.list#93A8C8
markup.quote, punctuation.definition.quote#B9B5A7italic