Skip to main content
Coding Theme

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#16171D
  • activityBar.foreground#D7DAE0
  • activityBarBadge.background#528bff
  • activityBarBadge.foreground#F8FAFD
  • button.background#528bff
  • diffEditor.insertedTextBackground#00809B33
  • dropdown.background#1d1f23
  • dropdown.border#181A11
  • editor.background#16171D
  • editor.findMatchHighlightBackground#314365
  • editor.foreground#f8f8f0
  • editor.lineHighlightBackground#1F2328
  • editor.selectionBackground#3E4451
  • editorCursor.foreground#f8f8f0
  • editorError.foreground#c24038
  • editorGroup.border#181A1F
  • editorGroupHeader.tabsBackground#21252B
  • editorHoverWidget.background#21252B
  • editorHoverWidget.border#181A1F
  • editorIndentGuide.background#3B4048
  • editorLineNumber.foreground#495162
  • editorRuler.foreground#484848
  • editorSuggestWidget.background#21252B
  • editorSuggestWidget.border#181A1F
  • editorSuggestWidget.selectedBackground#2c313a
  • editorWhitespace.foreground#484a50
  • editorWidget.background#21252B
  • input.background#1d1f23
  • list.activeSelectionBackground#2c313a
  • list.activeSelectionForeground#d7dae0
  • list.focusBackground#383E4A
  • list.highlightForeground#C5C5C5
  • list.hoverBackground#292d35
  • list.inactiveSelectionBackground#2c313a
  • list.inactiveSelectionForeground#d7dae0
  • scrollbarSlider.activeBackground#747D9180
  • scrollbarSlider.background#4E566680
  • scrollbarSlider.hoverBackground#5A637580
  • sideBar.background#191B20
  • sideBarSectionHeader.background#282c34
  • statusBar.background#1d1f23
  • statusBar.debuggingBackground#21252B
  • statusBar.foreground#fff
  • statusBar.noFolderBackground#21252B
  • statusBarItem.hoverBackground#2c313a
  • tab.activeBackground#2c313a
  • tab.border#181A1F
  • tab.inactiveBackground#21252B
  • titleBar.activeBackground#282c34
  • titleBar.activeForeground#9da5b4
  • titleBar.inactiveBackground#282C34
  • titleBar.inactiveForeground#6B717D

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#ABABAB
storage.type.class.jsdoc#19D1E5
variable.other.jsdoc#FFFFFF
keyword.operator#FF3F4F
storage.modifier#FF3F4F
storage.type#19D1E5
entity.name.function, meta.function-call.generic#81F900
entity.name.type#45A1ED
entity.other.inherited-class#81F900
entity.name.tag#FF3F4F
entity.name.section#FF3F4F
entity.other.attribute-name#81F900
variable.language#FF3F4F
constant.language#19D1E5
variable.parameter#FF9700
string#FFD945
constant.numeric#FF4DFF
constant.language.boolean, constant.language.json#FF4DFF
variable.other.property#FFFFFF
variable.other.object#45A1ED
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.definition.interpolation.begin.bracket.curly, punctuation.definition.interpolation.end.bracket.curly#FF3F4F
punctuation.accessor, punctuation.definition.entity#FFFFFF
punctuation.separator.key-value#FF3F4F
punctuation.separator.key-value.mapping#FFFFFF
punctuation.definition.heading#ABABAB
keyword#FF3F4F
keyword.type#19D1E5
support#19D1E5
support.function#81F900
support.class#45A1ED
support.class.component#FF3F4F
support.class.builtin#45A1ED
markup.underline#19D1E5

Shiki preview

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

Loading...

Monokai Dark Vibrant - Coding Theme