Skip to main content
Coding Theme

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#0078d4
  • activityBar.foreground#ffffff
  • activityBar.inactiveForeground#b3d9f2
  • activityBarBadge.background#000000
  • activityBarBadge.foreground#0078d4
  • bookmarks.lineBorder#E6B450
  • breadcrumb.background#c7c7c7
  • breadcrumb.focusForeground#0078d4
  • breadcrumb.foreground#5d5d5d
  • button.background#0078d4
  • button.foreground#ffffff
  • button.hoverBackground#006cc1
  • debugConsole.errorForeground#a31515
  • debugConsole.infoForeground#0b0080
  • debugConsole.sourceForeground#6e7781
  • debugConsole.warningForeground#9e5f00
  • debugConsoleInputIcon.foreground#0b0080
  • editor.background#dfdfdf
  • editor.findMatchHighlightBackground#F8E71C80
  • editor.foreground#2d2d2d
  • editor.lineHighlightBackground#c9c8c8
  • editor.selectionBackground#0013e424
  • editor.selectionHighlightBackground#0b008020
  • editor.wordHighlightBackground#90A4AE20
  • editorCodeLens.foreground#5a6b7c
  • editorCursor.foreground#284b63
  • editorIndentGuide.activeBackground#0b0080
  • editorIndentGuide.background#B0BEC570
  • editorLineNumber.activeForeground#284b63
  • editorLineNumber.foreground#808080
  • editorRuler.foreground#B0BEC570
  • editorSuggestWidget.background#e4e4e4
  • editorSuggestWidget.border#0b0080
  • editorSuggestWidget.foreground#000000
  • editorSuggestWidget.selectedBackground#0b0080
  • editorSuggestWidget.selectedForeground#ffffff
  • focusBorder#0078d4
  • gitlens.trailingLineForegroundColor#5a6b7c
  • input.background#d0d0d0
  • input.border#a8a8a8
  • input.foreground#2d2d2d
  • list.activeSelectionBackground#0b0080
  • list.activeSelectionForeground#ffffff
  • list.focusHighlightForeground#61afef
  • list.highlightForeground#b70000
  • list.hoverBackground#f0f4f8
  • list.inactiveSelectionBackground#e0e6ed
  • list.inactiveSelectionForeground#000000
  • panel.background#d8d8d8
  • panel.border#a8a8a8
  • panelTitle.activeBorder#0078d4
  • panelTitle.activeForeground#2d2d2d
  • scrollbarSlider.background#90909080
  • scrollbarSlider.hoverBackground#808080aa
  • sideBar.background#d8d8d8
  • sideBar.border#c0c0c0
  • sideBar.foreground#2d2d2d
  • sideBarSectionHeader.background#cdcdcd
  • sideBarTitle.foreground#2d2d2d
  • statusBar.background#284b63
  • statusBar.debuggingBackground#800000
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#284b63
  • terminal.ansiBlue#0b0080
  • terminal.ansiCyan#005555
  • terminal.ansiGreen#006600
  • terminal.ansiMagenta#560090
  • terminal.ansiRed#a31515
  • terminal.ansiYellow#9e5f00
  • terminal.background#d8d8d8
  • terminal.foreground#2d2d2d
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#ffffff
  • titleBar.border#c0c0c0
  • titleBar.inactiveBackground#2d2d2d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
variable, variable.other, variable.language, variable.function, entity.name.function, meta.function-call, support.function, meta.object-literal.key, punctuation.separator, punctuation.terminator, punctuation.section, source, text#000000
keyword, keyword.control, keyword.operator, storage, storage.type, storage.modifier, entity.name.tag, meta.tag.sgml, meta.selector#0b0080bold
string, constant.numeric, constant.language, constant.character, constant.other, string.quoted, constant.other.color#800000
entity.name.class, entity.other.inherited-class, support.class, new.expr entity.name.type, entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#006600bold
entity.name.type, support.type, entity.other.attribute-name#ae6000bold
comment, punctuation.definition.comment#6e7781italic
markup.heading, entity.name.section#0b0080bold
string.other.link, markup.underline.link#800000
markup.bold#000000bold
markup.italicitalic
markup.list#ae6000
markup.deleted#a31515
markup.inserted#006600
markup.changed#0b0080
invalid.illegal, invalid.broken, invalid.deprecated#FFFFFF
support.type.property-name.json#000000
meta.attribute-selector entity.other.attribute-name.attribute, variable.parameter.misc.css#ae6000
koala by Henit Chobisa - VS Code Theme