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#10262e
  • activityBar.foreground#f5fffa
  • badge.background#10262e
  • badge.foreground#deb887
  • breadcrumb.focusForeground#5ec4cd
  • button.background#116062
  • debugToolBar.background#111111
  • dropdown.background#001314
  • dropdown.border#116062
  • dropdown.listBackground#001314
  • editor.background#001314
  • editor.foreground#f5fffa
  • editor.lineHighlightBackground#1e1e1e
  • editor.selectionBackground#116062
  • editorBracketMatch.border#da70d6
  • editorCursor.foreground#5ec4cd
  • editorGroupHeader.tabsBackground#10262e
  • editorGroupHeader.tabsBorder#10262e
  • editorHoverWidget.background#111111
  • editorLineNumber.activeForeground#5ec4cd
  • editorPane.background#116062
  • editorWhitespace.foreground#1e1e1e
  • editorWidget.background#111111
  • editorWidget.border#116062
  • focusBorder#116062
  • input.background#001314
  • input.border#116062
  • inputOption.activeBorder#116062
  • list.activeSelectionBackground#116062
  • list.focusBackground#10262e
  • list.highlightForeground#5ec4cd
  • list.hoverBackground#10262e
  • list.inactiveSelectionBackground#10262e
  • list.inactiveSelectionForeground#5ec4cd
  • menu.background#1e1e1e
  • menu.foreground#f5fffa
  • menubar.selectionBackground#10262e
  • minimap.selectionHighlight#5ec4cd
  • notifications.background#1e1e1e
  • pickerGroup.border#116062
  • pickerGroup.foreground#deb887
  • progressBar.background#deb887
  • selection.background#116062
  • settings.numberInputBackground#001314
  • settings.textInputBackground#001314
  • sideBar.background#111111
  • sideBar.border#116062
  • sideBarSectionHeader.background#1e1e1e
  • sideBarSectionHeader.foreground#5ec4cd
  • statusBar.background#10262e
  • statusBar.debuggingBackground#deb887
  • statusBar.debuggingForeground#111111
  • statusBar.noFolderBackground#1e1e1e
  • statusBarItem.remoteBackground#111111
  • statusBarItem.remoteForeground#deb887
  • tab.activeBorderTop#116062
  • tab.border#001314
  • tab.hoverBackground#001314
  • tab.inactiveBackground#10262e
  • terminal.background#111111
  • titleBar.activeBackground#111111
  • widget.shadow#111111

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#116062
constant.language, support.function, support.type, keyword.operator.new, variable.language, meta.object-literal.key, entity.name#5ec4cd
string, constant.numeric, meta.structure.dictionary.json string.quoted.double.json#deb887
constant.character, constant.other, variable, entity.other.inherited-class, punctuation.separator.key-value#f5fffa
punctuation.definition.template-expression, punctuation.section.embedded, support.class#da70d6
keyword, entity.name.tag, punctuation.definition.tag#1faee9
punctuation.definition.string, keyword.operator, entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.constant#f53d68
storage, entity.other.attribute-name#50c878
entity.name.function#fbec5d
constant.language, entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.constant, variable.languagebold
storage, support.typeitalic

Shiki preview

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

Loading...

Dark Turquoise by Viktor Khramov - VS Code Theme