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.activeBackground#e0fde8
  • activityBar.activeBorder#039627
  • activityBar.background#e0fde8
  • activityBar.border#b0e9be
  • activityBar.foreground#000
  • activityBarBadge.background#038534
  • activityBarBadge.foreground#fff
  • badge.background#fff
  • button.background#6b9477
  • button.secondaryBackground#6898db
  • editor.background#ecfcf0
  • editor.findMatchBackground#85f8a2b9
  • editor.findMatchHighlightBackground#6cbd87e8
  • editor.foreground#001a0c
  • editor.hoverHighlightBackground#85eead
  • editor.inactiveSelectionBackground#c4e9cd
  • editor.lineHighlightBackground#d8f7e2
  • editor.selectionBackground#70e6b0be
  • editorCursor.foreground#b0e9be
  • editorGroupHeader.tabsBackground#e0fde8
  • editorHoverWidget.background#85eead
  • editorIndentGuide.activeBackground#58c5c7
  • editorLineNumber.activeForeground#39f167
  • editorLineNumber.foreground#23643394
  • editorSuggestWidget.background#e0fde8
  • editorSuggestWidget.highlightForeground#033110
  • editorSuggestWidget.selectedBackground#679775
  • editorWidget.background#cae9d4
  • focusBorder#424242
  • input.background#e9f7ed
  • input.border#95b49e
  • input.placeholderForeground#043111
  • list.activeSelectionBackground#85eead
  • list.activeSelectionIconForeground#fff
  • list.hoverBackground#bffad8ad
  • list.inactiveSelectionBackground#5af7966c
  • menu.background#e0fde8
  • menu.border#b0e9be
  • menu.foreground#01270c
  • menu.selectionBackground#7cc992
  • notifications.background#e0fde8
  • notifications.border#b0e9be
  • panel.border#b0e9be
  • quickInput.background#e0fde8
  • settings.checkboxBackground#fff
  • settings.dropdownBackground#fff
  • settings.textInputBackground#fff
  • sideBar.background#f4fff7
  • sideBar.border#b0e9be
  • sideBarSectionHeader.background#fff
  • sideBarSectionHeader.border#b0e9be
  • sideBarSectionHeader.foreground#000408
  • sideBarTitle.foreground#000
  • statusBar.background#bffcce
  • statusBar.border#b0e9be
  • statusBar.debuggingBackground#2e6d3d
  • statusBar.foreground#013b10
  • statusBar.noFolderBackground#e7ffed
  • tab.activeBackground#b7e6c4
  • tab.activeBorder#e0fde8
  • tab.activeBorderTop#028327
  • tab.activeForeground#01200a
  • tab.border#e0fde8
  • tab.hoverBackground#c1fcd0
  • tab.hoverBorder#b0e9be
  • tab.inactiveBackground#e0fde8
  • terminal.ansiBlack#1D2021
  • terminal.ansiBlue#00a1f9
  • terminal.ansiBrightBlack#665C54
  • terminal.ansiBrightBlue#0D6678
  • terminal.ansiBrightCyan#8BA59B
  • terminal.ansiBrightGreen#626d65
  • terminal.ansiBrightMagenta#8F4673
  • terminal.ansiBrightRed#FB543F
  • terminal.ansiBrightWhite#FDF4C1
  • terminal.ansiBrightYellow#FFCC80
  • terminal.ansiCyan#8BA59B
  • terminal.ansiGreen#95C085
  • terminal.ansiMagenta#8F4673
  • terminal.ansiRed#FB543F
  • terminal.ansiWhite#A89984
  • terminal.ansiYellow#FAC03B
  • terminal.background#d3eeda
  • terminal.foreground#30021b
  • terminalCursor.background#f7068a
  • terminalCursor.foreground#279242
  • titleBar.activeBackground#e7ffed
  • titleBar.activeForeground#01250b
  • titleBar.border#b0e9be

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#817f7fitalic
comment.block.preprocessor#AAAAAA
comment.documentation, comment.block.documentation#448C27—
invalid.illegal#660000—
keyword.operator#2081db—
keyword, storage#b218d1—
storage.type, support.type#29043f—
constant.language, support.constant, variable.language#616805—
variable, support.variable#077c91bold
entity.name.function, support.function#09d82citalic bold
entity.name.type, entity.other.inherited-class, support.class#3e9d8dbold
entity.name.exception#660000—
entity.name.section—bold
constant.numeric, constant.character, constant#207536—
string#350303—
constant.character.escape#777777—
string.regexp#4B83CD—
constant.other.symbol#AB6526—
punctuation#4dca81—
meta.tag.sgml.doctype, meta.tag.sgml.doctype string, meta.tag.sgml.doctype entity.name.tag, meta.tag.sgml punctuation.definition.tag.html#AAAAAA—
meta.tag, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html#3cb993—
entity.name.tag#048383italic bold
meta.tag entity.other.attribute-name, entity.other.attribute-name.html#8f8501italic
constant.character.entity, punctuation.definition.entity#7e3d05—
meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css#0a9739italic bold
meta.property-name, support.type.property-name#011530—
meta.property-value, meta.property-value constant.other, support.constant.property-value#065972—
keyword.other.important—bold
markup.changed#000000—
markup.deleted#000000—
markup.italic—italic
markup.error#660000—
markup.inserted#000000—
meta.link#4B83CD—
markup.output, markup.raw#777777—
markup.prompt#777777—
markup.heading#AA3731—
markup.bold—bold
markup.traceback#660000—
markup.underline—underline
markup.quote#7A3E9D—
markup.list#4B83CD—
markup.bold, markup.italic#448C27—
markup.inline.raw#AB6526
meta.diff.range, meta.diff.index, meta.separator#434343—
meta.diff.header.from-file#434343—
meta.diff.header.to-file#434343—