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#1e1e1e
  • activityBarBadge.background#98c379
  • breadcrumb.background#1e1e1e
  • breadcrumb.foreground#828997
  • descriptionForeground#828997
  • diffEditor.insertedTextBackground#2f3e3640
  • diffEditor.removedTextBackground#3e2f3240
  • editor.background#1e1e1e
  • editor.foreground#ABB2BF
  • editor.lineHighlightBackground#282C34
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#3E4451
  • editorBracketHighlight.foreground1#61afef
  • editorBracketHighlight.foreground2#98c379
  • editorBracketHighlight.foreground3#c678dd
  • editorCursor.foreground#61AFEF
  • editorError.foreground#e06c75
  • editorGroupHeader.tabsBackground#1e1e1e
  • editorLineNumber.activeForeground#9DA5B4
  • editorLineNumber.foreground#4B5263
  • editorWarning.foreground#d19a66
  • editorWidget.background#1e1e1e
  • editorWidget.border#31353f
  • errorForeground#E06C75
  • focusBorder#61AFEF
  • foreground#ABB2BF
  • gitDecoration.addedResourceForeground#98C379
  • gitDecoration.modifiedResourceForeground#E5C07B
  • icon.foreground#9DA5B4
  • list.hoverBackground#2c313c
  • menu.background#1e1e1e
  • merge.currentContentBackground#1e273840
  • merge.currentHeaderBackground#2c384e45
  • minimap.background#1e1e1e
  • notificationCenterHeader.background#1e1e1e
  • notifications.background#1e1e1e
  • notifications.border#61afef
  • panel.background#1e1e1e
  • sash.hoverBorder#61AFEF
  • scrollbarSlider.background#3e445160
  • scrollbarSlider.hoverBackground#3e4451b0
  • selection.background#3E445199
  • sideBar.background#1e1e1e
  • sideBarSectionHeader.background#1e1e1e
  • statusBar.background#1a1a1a
  • tab.activeBackground#1e1e1e
  • tab.activeForeground#FFFFFF
  • tab.inactiveBackground#1e1e1e
  • tab.inactiveForeground#6B7280
  • terminal.background#1e1e1e
  • terminal.foreground#ABB2BF
  • titleBar.activeBackground#1e1e1e
  • titleBar.inactiveBackground#1e1e1e
  • widget.border#31353F
  • widget.shadow#0000004D

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, string.comment#7F848Eitalic
keyword.codetag.notation, comment.line.todo#D19A66bold
keyword.control, keyword.control.conditional, keyword.control.loop, keyword.control.flow, keyword.control.import, keyword.control.from#C678DD
keyword, keyword.other, storage, storage.type, storage.modifier, keyword.operator.new, keyword.operator.expression, keyword.operator.logical, keyword.operator.delete#E06C75
keyword.operator, punctuation.separator, punctuation.terminator, punctuation.accessor, meta.brace, punctuation.definition.parameters, punctuation.section#9DA5B4
entity.name.function, meta.function-call, meta.function-call.generic, support.function.go, variable.function#61AFEF
support.function, support.function.builtin#56B6C2
variable.parameter, meta.parameter, variable.parameter.function-call#D19A66italic
string, punctuation.definition.string#98C379
constant.numeric, constant.language.boolean#D19A66bold
meta.decorator, entity.name.function.decorator, punctuation.decorator, meta.attribute, storage.type.annotation, meta.annotation, support.type.annotation#56B6C2italic
entity.name.tag, punctuation.definition.tag, meta.tag#E06C75
entity.other.attribute-name, entity.other.attribute-name.html#D19A66italic