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#FCFFF5
  • activityBar.foreground#2F2F2F
  • activityBarBadge.background#19A3A7
  • button.background#FCFFF5
  • button.hoverBackground#CCC
  • checkbox.background#FCFFF5
  • checkbox.border#CCC
  • diffEditor.insertedTextBackground#91AA9D
  • diffEditor.removedTextBackground#CD0D23
  • dropdown.background#FCFFF5
  • dropdown.border#FCFFF5
  • dropdown.listBackground#FCFFF5
  • editor.background#fcfff5
  • editor.findMatchBackground#703593AA
  • editor.findMatchHighlightBackground#70359355
  • editor.foreground#2F2F2F
  • editor.selectionBackground#A5F2ED
  • editor.selectionForeground#2F2F2F
  • editorGroup.border#2F2F2F
  • editorGroup.dropBackground#19A3A755
  • editorGroupHeader.noTabsBackground#FCFFF5
  • editorGroupHeader.tabsBackground#FCFFF5
  • editorLineNumber.activeForeground#19A3A7
  • editorLineNumber.foreground#10768D
  • errorForeground#CD0D23
  • focusBorder#fcfff5
  • foreground#2F2F2F
  • gitDecoration.addedResourceForeground#91AA9D
  • gitDecoration.conflictingResourceForeground#FF1D23
  • gitDecoration.deletedResourceForeground#CD0D23
  • gitDecoration.ignoredResourceForeground#8C8681
  • gitDecoration.modifiedResourceForeground#EFAD2D
  • gitDecoration.submoduleResourceForeground#9E69AF
  • gitDecoration.untrackedResourceForeground#19A3A7
  • input.background#CCC
  • input.border#CCC
  • merge.currentContentBackground#19A3A755
  • merge.currentHeaderBackground#19A3A7AA
  • merge.incomingContentBackground#03345A55
  • merge.incomingHeaderBackground#03345AAA
  • selection.background#A5F2EDAA
  • settings.dropdownBackground#FCFFF5
  • settings.dropdownBorder#CCC
  • sideBar.background#FCFFF5
  • sideBarSectionHeader.background#FCFFF5
  • statusBar.background#FCFFF5
  • statusBar.debuggingBackground#19A3A7
  • statusBar.foreground#2F2F2F
  • statusBar.noFolderBackground#FCFFF5
  • statusBarItem.remoteBackground#5C3292
  • statusBarItem.remoteForeground#FCFFF5
  • terminal.ansiBlack#2F2F2F
  • terminal.ansiBlue#10768D
  • terminal.ansiBrightBlack#4c566a
  • terminal.ansiBrightBlue#10768D
  • terminal.ansiBrightCyan#19A3A7
  • terminal.ansiBrightGreen#a3be8c
  • terminal.ansiBrightMagenta#9E69AF
  • terminal.ansiBrightRed#CD0D23
  • terminal.ansiBrightWhite#FCFFF5
  • terminal.ansiBrightYellow#FFEA77
  • terminal.ansiCyan#19A3A7
  • terminal.ansiGreen#a3be8c
  • terminal.ansiMagenta#9E69AF
  • terminal.ansiRed#CD0D23
  • terminal.ansiWhite#FCFFF5
  • terminal.ansiYellow#FFEA77
  • terminal.background#FCFFF5
  • terminal.foreground#2F2F2F
  • titleBar.activeBackground#FCFFF5

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8C8681italic
comment.block.preprocessor#454440
comment.documentation, comment.block.documentation#91AA9D—
invalid.illegal#CD0D23underline
keyword.operator#03345Abold
keyword, storage#19A3A7
storage.type, support.type#9E69AF—
constant.language, support.constant, variable.language#5C3292bold
variable, support.variable#2F3540—
entity.name.function, support.function#10768D
entity.name.type, entity.other.inherited-class, support.class#9E69AFbold
entity.name.exception#CD0D23—
entity.name.section—bold
constant.numeric, constant.character, constant#703593
string#91AA9D—
constant.character.escape#EFAD2D
string.regexp#5C3292—
constant.other.symbol#193441—
punctuation#8C8681—
meta.tag.sgml.doctype, meta.tag.sgml.doctype string, meta.tag.sgml.doctype entity.name.tag, meta.tag.sgml punctuation.definition.tag.html#454440—
meta.tag, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html#C5A5CF—
entity.name.tag#9E69AFbold
meta.tag entity.other.attribute-name, entity.other.attribute-name.html#9E69AFitalic
constant.character.entity, punctuation.definition.entity#193441—
meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css#9E69AF—
meta.property-name, support.type.property-name#19A3A7—
meta.property-value, meta.property-value constant.other, support.constant.property-value#91AA9D—
keyword.other.important—bold
markup.changed#000000—
markup.deleted#000000—
markup.italic—italic
markup.error#CD0D23—
markup.inserted#000000—
meta.link#10768D—
markup.output, markup.raw#8C8681—
markup.prompt#8C8681—
markup.heading#03345A—
markup.bold—bold
markup.traceback#CD0D23—
markup.underline—underline
markup.quote#9E69AF—
markup.list#10768D—
markup.bold, markup.italic#91AA9D—
markup.inline.raw#193441
meta.diff.range, meta.diff.index, meta.separator#454440—
meta.diff.header.from-file#454440—
meta.diff.header.to-file#454440—