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#0d1c22
  • activityBar.foreground#e6e6e6
  • badge.background#0d1c22
  • badge.foreground#bca366
  • breadcrumb.focusForeground#00b3b3
  • button.background#1d4654
  • debugToolBar.background#0a0a0a
  • dropdown.background#030705
  • dropdown.border#1d4654
  • dropdown.listBackground#030705
  • editor.background#030705
  • editor.foreground#e6e6e6
  • editor.lineHighlightBackground#131313
  • editor.selectionBackground#1d4654
  • editorBracketMatch.border#dd80cc
  • editorCursor.foreground#00b3b3
  • editorGroupHeader.tabsBackground#0d1c22
  • editorGroupHeader.tabsBorder#0d1c22
  • editorHoverWidget.background#0a0a0a
  • editorLineNumber.activeForeground#00b3b3
  • editorPane.background#1d4654
  • editorWhitespace.foreground#131313
  • editorWidget.background#0a0a0a
  • editorWidget.border#1d4654
  • focusBorder#1d4654
  • input.background#030705
  • input.border#1d4654
  • inputOption.activeBorder#1d4654
  • list.activeSelectionBackground#1d4654
  • list.focusBackground#0d1c22
  • list.highlightForeground#00b3b3
  • list.hoverBackground#0d1c22
  • list.inactiveSelectionBackground#0d1c22
  • list.inactiveSelectionForeground#00b3b3
  • menu.background#131313
  • menu.foreground#e6e6e6
  • menubar.selectionBackground#0d1c22
  • minimap.selectionHighlight#00b3b3
  • notifications.background#131313
  • pickerGroup.border#1d4654
  • pickerGroup.foreground#bca366
  • progressBar.background#bca366
  • selection.background#1d4654
  • settings.numberInputBackground#030705
  • settings.textInputBackground#030705
  • sideBar.background#0a0a0a
  • sideBar.border#1d4654
  • sideBarSectionHeader.background#131313
  • sideBarSectionHeader.foreground#00b3b3
  • statusBar.background#0d1c22
  • statusBar.debuggingBackground#bca366
  • statusBar.debuggingForeground#0a0a0a
  • statusBar.noFolderBackground#131313
  • statusBarItem.remoteBackground#0a0a0a
  • statusBarItem.remoteForeground#bca366
  • tab.activeBorderTop#1d4654
  • tab.border#030705
  • tab.hoverBackground#030705
  • tab.inactiveBackground#0d1c22
  • terminal.background#0a0a0a
  • titleBar.activeBackground#0a0a0a
  • widget.shadow#0a0a0a

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#1d4654
constant.language, support.function, support.type, keyword.operator.new, variable.language, meta.object-literal.key, entity.name#00b3b3
string, constant.numeric, meta.structure.dictionary.json string.quoted.double.json#bca366
constant.character, constant.other, variable, entity.other.inherited-class, punctuation.separator.key-value#e6e6e6
punctuation.definition.template-expression, punctuation.section.embedded, support.class#dd80cc
keyword, entity.name.tag, punctuation.definition.tag#4b93eb
punctuation.definition.string, keyword.operator, entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.constant#cc4e5c
storage, entity.other.attribute-name#00c77b
entity.name.function#f7d263
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