Skip to main content
CodingTheme

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#353535
  • activityBar.foreground#ffffff
  • activityBarBadge.background#3655b5
  • button.background#565656
  • dropdown.background#525252
  • editor.background#1e1e1e
  • editor.foreground#ffffff
  • editor.lineHighlightBackground#303030
  • editor.selectionBackground#676b7180
  • editor.selectionHighlightBackground#575b6180
  • editor.wordHighlightBackground#4747a180
  • editor.wordHighlightStrongBackground#6767ce80
  • editorCursor.foreground#c07020
  • editorGroupHeader.tabsBackground#282828
  • editorIndentGuide.activeBackground#707057
  • editorIndentGuide.background#505037
  • editorLineNumber.activeForeground#949494
  • editorWhitespace.foreground#505037
  • focusBorder#3655b5
  • inputOption.activeBorder#3655b5
  • list.activeSelectionBackground#707070
  • list.focusBackground#707070
  • list.highlightForeground#e58520
  • list.hoverBackground#444444
  • list.inactiveSelectionBackground#4e4e4e
  • menu.background#272727
  • menu.foreground#cccccc
  • minimap.selectionHighlight#676b7180
  • panelTitle.activeForeground#ffffff
  • peekView.border#3655b5
  • pickerGroup.foreground#b0b0b0
  • sideBar.background#272727
  • sideBarSectionHeader.background#505050
  • statusBar.background#505050
  • statusBar.debuggingBackground#505050
  • statusBar.noFolderBackground#505050
  • statusBarItem.remoteBackground#3655b5
  • tab.border#303030
  • tab.inactiveBackground#404040
  • tab.inactiveForeground#d8d8d8
  • terminal.ansiWhite#ffffff
  • titleBar.activeBackground#505050

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#FF3F4Fitalic
keyword.type#19D1E5
support#19D1E5
support.function#81F900
support.class#45A1ED
support.class.component#FF3F4F
support.class.builtin#45A1ED
markup.underline#19D1E5
token.info-token#6796E6
token.warn-token#CD9731
token.error-token#F44747
token.debug-token#B267E6

Shiki preview

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

Loading...

Monokai Dimmed+Vibrant by alexravenna - VS Code Theme