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#f1e2d1
  • activityBar.foreground#E91E63
  • activityBar.inactiveForeground#2c1810
  • activityBarBadge.background#E91E63
  • activityBarBadge.foreground#2c1810
  • badge.background#6A7680
  • badge.foreground#fff
  • editor.background#f1e2d1
  • editor.findMatchBackground#d4c4b7
  • editor.findMatchHighlightBackground#d4c4b7
  • editor.foreground#2C1810
  • editor.selectionBackground#d4c4b7
  • editor.selectionHighlightBackground#d4c4b7
  • editorBracketHighlight.foreground1#6A7680
  • editorBracketHighlight.foreground2#6A7680
  • editorBracketHighlight.foreground3#6A7680
  • editorBracketHighlight.foreground4#6A7680
  • editorBracketHighlight.foreground5#6A7680
  • editorBracketHighlight.foreground6#6A7680
  • editorBracketHighlight.unexpectedBracket.foreground#6A7680
  • editorCursor.foreground#8B4513
  • editorGroup.border#d8c4b0
  • editorGroupHeader.tabsBackground#f1e2d1
  • editorHoverWidget.background#d4c4b7
  • editorHoverWidget.border#6A7680
  • editorIndentGuide.activeBackground#6A7680
  • editorIndentGuide.background#d8c4b0
  • editorLineNumber.activeForeground#3a2e2a
  • editorLineNumber.foreground#6A7680
  • editorSuggestWidget.background#f1e2d1
  • editorSuggestWidget.foreground#2c1810
  • editorSuggestWidget.highlightForeground#e136a0
  • editorSuggestWidget.selectedBackground#c1e3f5
  • editorWhitespace.foreground#d2b197
  • gitDecoration.deletedResourceForeground#6A7680
  • gitDecoration.ignoredResourceForeground#aaa
  • gitDecoration.modifiedResourceForeground#E91E63
  • gitDecoration.untrackedResourceForeground#78b3d6
  • icon.foreground#2c1810
  • input.foreground#2C1810
  • list.activeSelectionBackground#d8c4b0
  • list.activeSelectionForeground#2c1810
  • list.activeSelectionIconForeground#6A7680
  • list.deemphasizedForeground#8a7c74
  • list.focusAndSelectionOutline#6A7680
  • list.focusBackground#d8c4b0
  • list.focusForeground#2c1810
  • list.focusOutline#E91E63
  • list.highlightForeground#CC7740
  • list.hoverBackground#d8c4b0
  • list.hoverForeground#2c1810
  • list.inactiveFocusBackground#e6cdbf
  • list.inactiveSelectionBackground#f1e2d1
  • list.inactiveSelectionForeground#2c1810
  • notificationCenter.border#b4d2e3
  • notificationCenterHeader.foreground#2c1810
  • notifications.background#e8f1f5
  • notifications.border#b4d2e3
  • notifications.foreground#2c1810
  • notificationToast.border#b4d2e3
  • panel.background#f1e2d1
  • panel.border#6A7680
  • panelInput.border#8b6b43
  • panelTitle.activeBorder#422A1C
  • panelTitle.activeForeground#422A1C
  • panelTitle.inactiveForeground#422A1C
  • sash.hoverBorder#6A7680
  • scrollbarSlider.activeBackground#d8c4b0
  • scrollbarSlider.background#d8c4b0
  • scrollbarSlider.hoverBackground#d8c4b0
  • sideBar.background#f1e2d1
  • sideBar.foreground#422A1C
  • sideBarSectionHeader.background#f1e2d1
  • sideBarSectionHeader.foreground#422A1C
  • statusBar.background#f1e2d1
  • statusBar.foreground#2c1810
  • statusBarItem.remoteBackground#E91E63
  • statusBarItem.remoteForeground#2c1810
  • tab.activeBackground#e7d2bd
  • tab.activeForeground#2c1810
  • tab.activeModifiedBorder#9C8878
  • tab.border#f1e2d1
  • tab.inactiveBackground#f1e2d1
  • tab.inactiveForeground#9C8878
  • tab.inactiveModifiedBorder#f28cb1
  • tab.lastPinnedBorder#f2c3ac
  • tab.unfocusedActiveModifiedBorder#9C8878
  • terminal.background#f1e2d1
  • terminal.foreground#2c1810
  • terminalCursor.background#2c1810
  • terminalCursor.foreground#2c1810
  • titleBar.activeBackground#f1e2d1
  • titleBar.activeForeground#2c1810
  • window.activeBorder#d8c4b0
  • window.inactiveBorder#d8c4b0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
variable, variable.other.readwrite, variable.other.constant, variable.other.object, variable.parameter, punctuation.decorator, meta.decorator.ts meta.brace.round.ts, punctuation.separator.key-value.ts, meta.object-literal.key, meta.object-literal.key.ts, support.type.property-name, variable.other.object.property.ts, punctuation, punctuation.definition, punctuation.separator, meta.brace, punctuation.terminator.statement.ts#000000
keyword.control, keyword.operator, keyword.other, storage.modifier.ts, storage.type, storage.type.function.ts, keyword.control.import, keyword.control.export, keyword.control.from, keyword.operator.expression.typeof.ts, variable.language.this.ts, keyword.operator.optional.ts, keyword.operator.logical.ts, keyword.operator.new.ts, keyword.operator.new.tsx, new.expr.ts, entity.other.attribute-name.jsx, entity.other.attribute-name.tsx#6A7680
entity.name.type.interface, entity.name.type, entity.name.type.class, support.type.primitive.ts, entity.name.function, support.function, meta.class.ts meta.method.declaration.ts entity.name.function.ts, meta.decorator.ts meta.function-call.ts entity.name.function.ts, entity.name.tag.jsx, entity.name.tag.tsx, support.class.component.tsx, support.class.component.jsx, constant.numeric#E91E63
string, string.quoted.single, string.quoted.double, string.quoted.single.ts, string.quoted.single.tsx, string.quoted.double.tsx, string.template, string.template.tsx, string.quoted.template, punctuation.definition.string.begin.ts, punctuation.definition.string.end.ts, punctuation.definition.string.template.end.tsx, constant.other.symbol, constant.character.escape, string.regexp#0076c5
comment, punctuation.definition.comment#CC7740

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

Chapter One - Coding Theme