Skip to main content
CodingTheme

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#617686
  • activityBar.border#303B43
  • activityBar.foreground#E8EFF4
  • activityBar.inactiveForeground#E8EFF480
  • activityBarBadge.background#7994A8
  • activityBarBadge.foreground#E8EFF4
  • badge.background#7994A8
  • badge.foreground#E8EFF4
  • button.background#617686
  • button.border#303B43
  • button.foreground#E8EFF4
  • button.hoverBackground#7994A8
  • diffEditor.insertedLineBackground#60C0801A
  • diffEditor.insertedTextBackground#60C08033
  • diffEditor.removedLineBackground#C050601A
  • diffEditor.removedTextBackground#C0506033
  • dropdown.background#617686
  • dropdown.border#303B43
  • dropdown.foreground#E8EFF4
  • dropdown.listBackground#303B43
  • editor.background#303B43
  • editor.findMatchBackground#7994A8
  • editor.findMatchHighlightBackground#7994A81A
  • editor.foreground#E8EFF4
  • editor.lineHighlightBackground#6176864D
  • editor.selectionBackground#7994A833
  • editor.selectionForeground#E8EFF4
  • editorCursor.foreground#E8EFF4
  • editorGroup.border#303B43
  • editorGroup.dropBackground#7994A81A
  • editorGutter.background#617686
  • editorLineNumber.activeForeground#91B2CA
  • editorLineNumber.foreground#7994A8
  • editorWhitespace.foreground#617686
  • editorWidget.background#617686
  • editorWidget.border#303B43
  • editorWidget.foreground#E8EFF4
  • errorForeground#E67A90
  • focusBorder#7994A8
  • gitDecoration.addedResourceForeground#60C080
  • gitDecoration.conflictingResourceForeground#A0C060
  • gitDecoration.deletedResourceForeground#C05060
  • gitDecoration.ignoredResourceForeground#617686
  • gitDecoration.modifiedResourceForeground#91B2CA
  • gitDecoration.untrackedResourceForeground#60C080
  • input.background#303B43
  • input.border#303B43
  • input.foreground#E8EFF4
  • input.placeholderForeground#7994A8
  • inputOption.activeBackground#7994A8
  • inputOption.activeBorder#E8EFF4
  • inputOption.activeForeground#E8EFF4
  • inputOption.hoverBackground#7994A81A
  • list.activeSelectionBackground#7994A8
  • list.activeSelectionForeground#E8EFF4
  • list.dropBackground#7994A81A
  • list.errorForeground#E67A90
  • list.focusBackground#7994A8
  • list.focusForeground#E8EFF4
  • list.highlightForeground#91B2CA
  • list.hoverBackground#7994A81A
  • list.inactiveSelectionBackground#617686
  • list.inactiveSelectionForeground#E8EFF4
  • list.warningForeground#91B2CA
  • menu.background#617686
  • menu.border#303B43
  • menu.foreground#E8EFF4
  • menu.selectionBackground#7994A8
  • menu.selectionForeground#E8EFF4
  • menubar.selectionBackground#7994A8
  • menubar.selectionForeground#E8EFF4
  • panel.background#617686
  • panel.border#303B43
  • panelTitle.activeForeground#E8EFF4
  • panelTitle.inactiveForeground#7994A8
  • quickInput.background#617686
  • quickInput.foreground#E8EFF4
  • quickInputList.focusBackground#7994A8
  • quickInputList.focusForeground#E8EFF4
  • scrollbar.shadow#303B43
  • scrollbarSlider.activeBackground#7994A87F
  • scrollbarSlider.background#6176867F
  • scrollbarSlider.hoverBackground#7994A84C
  • sideBar.background#617686
  • sideBar.border#303B43
  • sideBar.foreground#E8EFF4
  • sideBarSectionHeader.background#7994A8
  • sideBarSectionHeader.foreground#E8EFF4
  • statusBar.background#617686
  • statusBar.border#303B43
  • statusBar.foreground#E8EFF4
  • statusBar.noFolderBackground#617686
  • tab.activeBackground#303B43
  • tab.activeBorder#7994A8
  • tab.activeForeground#E8EFF4
  • tab.border#303B43
  • tab.inactiveBackground#617686
  • tab.inactiveForeground#91B2CA
  • terminal.ansiBlack#1A2128
  • terminal.ansiBlue#3A5A8B
  • terminal.ansiBrightBlack#617686
  • terminal.ansiBrightBlue#6090C0
  • terminal.ansiBrightCyan#60A0C0
  • terminal.ansiBrightGreen#60C080
  • terminal.ansiBrightMagenta#9060C0
  • terminal.ansiBrightRed#C05060
  • terminal.ansiBrightWhite#E8EFF4
  • terminal.ansiBrightYellow#A0C060
  • terminal.ansiCyan#3A7A8B
  • terminal.ansiGreen#4A8B6A
  • terminal.ansiMagenta#6A4A8B
  • terminal.ansiRed#8B3A4A
  • terminal.ansiWhite#91B2CA
  • terminal.ansiYellow#7A8B4A
  • terminal.background#303B43
  • terminal.foreground#E8EFF4
  • titleBar.activeBackground#7994A8
  • titleBar.activeForeground#E8EFF4
  • titleBar.border#303B43
  • titleBar.inactiveBackground#617686
  • titleBar.inactiveForeground#91B2CA
  • toolbar.hoverBackground#7994A81A
  • toolbar.hoverOutline#7994A8
  • window.activeBorder#7994A8
  • window.inactiveBorder#303B43

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#91B2CA
string, constant.other.symbol#91B2CA
constant.numeric, constant.language, constant.character, constant.other#7994A8
keyword, storage.type, storage.modifier#91B2CAbold
entity.name.function, support.function#7994A8
variable, support.variable, entity.name.variable#E8EFF4
entity.name.type, support.type, support.class#91B2CA
markup.heading, entity.name.section#91B2CAbold
markup.italicitalic
markup.boldbold
markup.inline.raw, markup.fenced_code.block#7994A8
variable.parameter#91B2CAitalic
variable.language#91B2CAbold
meta.object-literal.key#60A0C0
invalid.illegal#C05060bold
keyword.operator#7994A8
entity.name.tag, entity.name.tag.html, entity.name.tag.xml#60A0C0
entity.other.attribute-name, entity.other.attribute-name.html#91B2CA
support.type.property-name, support.type.property-name.css, support.type.property-name.less, support.type.property-name.scss#7994A8
string.regexp, constant.regexp#C05060
meta.decorator, entity.name.function.decorator, punctuation.decorator#60A0C0
entity.name.namespace, entity.name.type.namespace, entity.name.module#91B2CA

Shiki preview

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

Loading...