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.activeBorder#00cecb
  • activityBar.activeFocusBorder#00cecb
  • activityBar.background#2b2220
  • activityBar.foreground#00cecb
  • activityBar.inactiveForeground#51403c
  • activityBarBadge.background#00cecb
  • activityBarBadge.foreground#2b2220
  • badge.background#00cecb
  • badge.foreground#2b2220
  • breadcrumbPicker.background#2b2220
  • button.background#2b2220
  • debugToolBar.background#2b2220
  • diffEditor.border#DADBDB09
  • diffEditor.insertedTextBackground#6BF17830
  • diffEditor.removedTextBackground#ff595e30
  • dropdown.background#2b2220
  • dropdown.listBackground#2b2220
  • editor.background#2b2220
  • editor.lineHighlightBackground#201a19
  • editor.rangeHighlightBackground#201a19
  • editor.selectionBackground#201a19
  • editorCursor.background#2b2220
  • editorGroupHeader.tabsBackground#2b2220
  • editorIndentGuide.activeBackground#2b2220
  • editorIndentGuide.background#2b2220
  • editorLineNumber.foreground#51403c
  • editorOverviewRuler.border#2b2220
  • editorSuggestWidget.background#2b2220
  • editorSuggestWidget.selectedBackground#51403c
  • editorWidget.background#2b2220
  • editorWidget.border#2b2220
  • editorWidget.foreground#a19183
  • focusBorder#00cecb
  • input.background#2b2220
  • list.activeSelectionBackground#201a19
  • list.activeSelectionForeground#a19183
  • list.focusBackground#51403c
  • list.hoverBackground#2b2220
  • list.inactiveFocusBackground#2b2220
  • list.inactiveSelectionBackground#201a19
  • list.inactiveSelectionForeground#a19183
  • peekViewEditor.background#2b2220
  • peekViewResult.background#2b2220
  • peekViewResult.selectionBackground#2b2220
  • peekViewTitle.background#2b2220
  • scrollbar.shadow#00000000
  • sideBar.background#2b2220
  • sideBar.foreground#a19183
  • sideBarSectionHeader.background#201a19
  • sideBarSectionHeader.border#201a19
  • statusBar.background#2b2220
  • statusBar.debuggingBackground#00cecb
  • statusBar.debuggingForeground#2b2220
  • statusBar.foreground#a19183
  • statusBar.noFolderBackground#2b2220
  • statusBarItem.prominentBackground#2b2220
  • tab.activeBackground#201a19
  • tab.border#2b2220
  • tab.inactiveBackground#2b2220
  • titleBar.activeBackground#2b2220
  • titleBar.inactiveBackground#2b2220
  • walkThrough.embeddedEditorBackground#2b2220
  • widget.shadow#00000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, meta.tag#51403c
keyword, storage, constant, support, entity.name, meta.property-value, punctuation.definition.entity, punctuation.definition.tag#aa8ba1
variable, punctuation.definition.variable, support.other.namespace, support.class, support.type.property-name, meta.property-name, meta.instance.constructor, meta.object-literal.key, entity.other.inherited-class, entity.name.type.class, entity.other.attribute-name#8ab3b5
variable.other.property, meta.property.object#8ab3b5
keyword.operator, punctuation, meta.brace, meta.group.braces, text, meta.jsx.children.js#a19183
meta.separator, invalid#a19183
keyword.other, entity.name.tag.css, string.quoted, string.template, punctuation.definition.string#b47b64
variable.function, entity.name.function, meta.function-call#b2b55b
support.function, keyword.operator.expression#b2b55bitalic
entity.other.attribute-nameitalic

Shiki preview

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

Loading...

Linux Terminal Flat Theme - Coding Theme