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.background#010409
  • activityBar.foreground#e6edf3
  • activityBar.inactiveForeground#7d8590
  • activityBarBadge.background#1f6feb
  • activityBarBadge.foreground#f0f6fc
  • button.background#238636
  • button.foreground#ffffff
  • button.hoverBackground#2ea043
  • dropdown.background#161b22
  • dropdown.border#30363d
  • dropdown.foreground#e6edf3
  • editor.background#0d1117
  • editor.findMatchBackground#ffd33d44
  • editor.findMatchHighlightBackground#ffd33d22
  • editor.foreground#e6edf3
  • editor.lineHighlightBackground#161b22
  • editor.selectionBackground#2d3748
  • editor.wordHighlightBackground#2d3748
  • editorCursor.foreground#00d4ff
  • editorSuggestWidget.background#161b22
  • editorSuggestWidget.border#30363d
  • editorSuggestWidget.foreground#e6edf3
  • editorSuggestWidget.selectedBackground#2d3748
  • editorWidget.background#161b22
  • editorWidget.border#30363d
  • gitDecoration.addedResourceForeground#3fb950
  • gitDecoration.deletedResourceForeground#ff7b72
  • gitDecoration.ignoredResourceForeground#7d8590
  • gitDecoration.modifiedResourceForeground#d29922
  • gitDecoration.untrackedResourceForeground#39c5cf
  • input.background#0d1117
  • input.border#30363d
  • input.foreground#e6edf3
  • input.placeholderForeground#7d8590
  • list.activeSelectionBackground#2d3748
  • list.activeSelectionForeground#e6edf3
  • list.hoverBackground#21262d
  • list.inactiveSelectionBackground#2d3748
  • panel.background#0d1117
  • panel.border#21262d
  • panelTitle.activeForeground#e6edf3
  • panelTitle.inactiveForeground#7d8590
  • peekView.background#161b22
  • peekViewEditor.background#0d1117
  • peekViewResult.background#161b22
  • peekViewTitle.background#21262d
  • scrollbarSlider.activeBackground#484f58
  • scrollbarSlider.background#21262d
  • scrollbarSlider.hoverBackground#30363d
  • sideBar.background#0d1117
  • sideBar.foreground#e6edf3
  • sideBarSectionHeader.background#161b22
  • sideBarSectionHeader.foreground#e6edf3
  • statusBar.background#0d1117
  • statusBar.foreground#e6edf3
  • statusBarItem.hoverBackground#21262d
  • tab.activeBackground#0d1117
  • tab.activeForeground#e6edf3
  • tab.border#21262d
  • tab.inactiveBackground#161b22
  • tab.inactiveForeground#7d8590
  • terminal.ansiBlack#484f58
  • terminal.ansiBlue#58a6ff
  • terminal.ansiCyan#39c5cf
  • terminal.ansiGreen#3fb950
  • terminal.ansiMagenta#bc8cff
  • terminal.ansiRed#ff7b72
  • terminal.ansiWhite#b1bac4
  • terminal.ansiYellow#d29922
  • terminal.background#0d1117
  • terminal.foreground#e6edf3
  • titleBar.activeBackground#0d1117
  • titleBar.activeForeground#e6edf3
  • titleBar.inactiveBackground#0d1117
  • titleBar.inactiveForeground#7d8590

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8b949eitalic
string, string.quoted, string.template#a5d6ff—
constant.numeric#79c0ff—
constant.language.boolean#79c0ff—
constant.language.null#79c0ff—
keyword, storage.type, storage.modifier#ff7b72—
keyword.operator#ff7b72—
entity.name.function, meta.function-call, support.function#d2a8ff—
entity.name.class, entity.other.inherited-class#ffa657—
variable, meta.definition.variable#ffa657—
variable.other.property, support.variable.property#79c0ff—
keyword.control.import, keyword.control.export, keyword.control.from#ff7b72italic
entity.name.tag, meta.tag#7ee787—
entity.other.attribute-name#79c0ff—
support.type.property-name.css#79c0ff—
support.constant.property-value.css#a5d6ff—
support.type.property-name.json#79c0ff—
markup.heading, entity.name.section.markdown#79c0ffbold
markup.inline.raw.markdown#a5d6ff—
markup.bold.markdown#ffa657bold
markup.italic.markdown#ffa657italic
entity.name.function.decorator.python#ffa657italic
variable.language.special.self.python#ff7b72italic
variable.language.this#ff7b72italic
support.class.component.jsx, support.class.component.tsx#ffa657—
entity.name.type.ts, entity.name.type.tsx#79c0ff—
entity.name.type.interface.ts, entity.name.type.interface.tsx#79c0ff—