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.activeBorder#424242
  • activityBar.background#0a0a0a
  • activityBar.foreground#c0c0c0
  • activityBarBadge.background#FCCB88
  • activityBarBadge.foreground#0a0a0a
  • badge.background#424242
  • badge.foreground#DEDEDE
  • breadcrumb.foreground#AEAEAE
  • breadcrumbPicker.background#222222
  • button.background#424242
  • button.foreground#EEEEEE
  • button.hoverBackground#3a3a3a
  • dropdown.background#121212
  • dropdown.border#424242
  • editor.background#121212
  • editor.findMatchBackground#424242
  • editor.findMatchBorder#85DBB0
  • editor.findMatchHighlightBackground#2a2a2a
  • editor.findMatchHighlightBorder#525252
  • editor.foreground#DEDEDE
  • editor.inactiveSelectionBackground#222222
  • editor.lineHighlightBackground#2a2a2a
  • editor.selectionBackground#2a2a2a
  • editor.selectionHighlightBackground#323232
  • editorBracketHighlight.foreground1#CC9DEC
  • editorBracketHighlight.foreground2#A899F4
  • editorBracketHighlight.foreground3#65A4E7
  • editorGroup.border#424242
  • editorGroup.dropBackground#42424260
  • editorGroupHeader.noTabsBackground#1a1a1a
  • editorGroupHeader.tabsBackground#1a1a1a
  • editorHoverWidget.background#222222
  • editorIndentGuide.activeBackground#626262
  • editorIndentGuide.background#424242
  • editorLineNumber.activeForeground#DEDEDE
  • editorLineNumber.foreground#626262
  • editorSuggestWidget.background#222222
  • editorSuggestWidget.focusHighlightForeground#FCCB88
  • editorSuggestWidget.highlightForeground#EEEEEE
  • editorSuggestWidget.selectedBackground#424242
  • editorSuggestWidget.selectedForeground#EEEEEE
  • editorWidget.background#2a2a2a
  • editorWidget.border#525252
  • editorWidget.foreground#DEDEDE
  • focusBorder#626262
  • foreground#DEDEDE
  • input.background#121212
  • input.border#424242
  • input.placeholderForeground#828282
  • list.activeSelectionBackground#424242
  • list.activeSelectionForeground#EEEEEE
  • list.activeSelectionIconForeground#DEDEDE
  • list.dropBackground#222222
  • list.focusBackground#323232
  • list.focusForeground#DEDEDE
  • list.hoverBackground#323232
  • list.hoverForeground#DEDEDE
  • list.inactiveSelectionBackground#323232
  • list.inactiveSelectionForeground#DEDEDE
  • menu.background#2a2a2a
  • menu.foreground#DEDEDE
  • minimap.background#1a1a1acc
  • notificationCenter.border#424242
  • notifications.background#1a1a1a
  • notifications.border#525252
  • notifications.foreground#E6E6E6
  • notificationToast.border#424242
  • panel.background#121212
  • panel.border#424242
  • panelTitle.activeBorder#525252
  • panelTitle.activeForeground#DEDEDE
  • panelTitle.inactiveForeground#9E9E9E
  • pickerGroup.border#424242
  • pickerGroup.foreground#99DCFF
  • sash.hoverBorder#9E9E9E
  • scrollbar.shadow#00000000
  • scrollbarSlider.activeBackground#7E7E7E
  • scrollbarSlider.background#42424288
  • selection.background#3a3a3a
  • sideBar.background#121212
  • sideBar.border#424242
  • sideBarSectionHeader.background#00000000
  • sideBarSectionHeader.border#2a2a2a
  • sideBarTitle.foreground#DEDEDE
  • statusBar.background#0a0a0a
  • statusBar.debuggingBackground#85DBB0
  • statusBar.debuggingForeground#0a0a0a
  • statusBar.foreground#c0c0c0
  • statusBarItem.remoteBackground#16825d
  • statusBarItem.remoteForeground#DEDEDE
  • tab.activeBackground#424242
  • tab.border#121212
  • tab.hoverBackground#323232
  • tab.inactiveBackground#222222
  • tab.lastPinnedBorder#cccccc33
  • tab.unfocusedActiveBackground#3a3a3a
  • terminal.ansiBlack#121212
  • terminal.ansiBlue#65A4E7
  • terminal.ansiCyan#99DCFF
  • terminal.ansiGreen#9BD180
  • terminal.ansiMagenta#CC9DEC
  • terminal.ansiRed#F3836D
  • terminal.ansiWhite#DEDEDE
  • terminal.ansiYellow#FCCB88
  • textLink.activeForeground#DEB67C
  • textLink.foreground#FCCB88
  • titleBar.activeBackground#0a0a0a
  • titleBar.activeForeground#AEAEAE
  • titleBar.inactiveBackground#020202
  • titleBar.inactiveForeground#9E9E9E

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
variable.other.object, variable.other.property, variable.other.readwrite, variable.parameter, support.variable.property#99DCFF
variable.other.constant#B3E3FF
variable.language#CC9DEC
entity.name.function, meta.function-call, meta.function, support.function#9BD180italic
invalid.illegal#F36D6D
text#DEDEDE
support.type.property-name, meta.object-literal.key#99DCFF
string, string.tag, string.value#FCCB88
constant.language.boolean, constant.language#CC9DEC
constant.numeric#E2D97E
keyword.other.unit#EDAB8C
storage.type, storage.type.function.arrow, variable.other.global.php#65A4E7
keyword, keyword.control, keyword.operator, storage.modifier, storage.type.function#A899F4italic
keyword.operator.arithmetic, keyword.operator.assignment, keyword.operator.bitwise, keyword.operator.combinator, keyword.operator.comparison, keyword.operator.decrement, keyword.operator.increment, keyword.operator.logical, keyword.operator.relational, keyword.operator.spread, keyword.operator.ternary, punctuation.definition.parameters, punctuation.separator.key-value, punctuation.separator.dictionary.key-value#d3d3d3
punctuation.definition, meta.brace, punctuation.section#c0c0c0
punctuation, punctuation.definition.tag, punctuation.definition.string#9E9E9E
comment, comment.line.double-slash, punctuation.definition.comment#828282
commentitalic
variable.argument.css, variable.css#B3E3FF
keyword.other.important.css#A899F4
entity.other.attribute-name.class, entity.other.attribute-name.id#9BD180italic
entity.name.tag.css, entity.name.tag.custom, entity.other.attribute-name.pseudo-class, entity.other.attribute-name.pseudo-element#9BD180
entity.other.attribute-name.pseudo-class, entity.other.attribute-name.pseudo-element#85DBB0
entity.other.attribute-name.css, support.type.property-name.css, support.type.property-name.media, meta.property-name.css#99DCFF
support.constant.property-value, support.constant.color, constant.other.color, support.constant.font-name.css#FCCB88
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.definition.variable#F3836D
entity.name.type.class, entity.name.type, variable.function#85DBB0
entity.name.tag#65A4E7
entity.other.attribute-name#99DCFF
support.class.component#85DBB0
punctuation.definition.list.begin, punctuation.definition.quote#65A4E7
markup.heading, punctuation.definition.heading#65A4E7bold
markup.inline.raw, punctuation.definition.raw#EDAB8C
markup.bold, punctuation.definition.bold#99DCFFbold
markup.italic, punctuation.definition.italic#85DBB0italic
markup.underlineunderline
punctuation.definition.strikethrough.markdown, markup.strikethrough#F3836Dstrikethrough
Cosmical by jorgemrtr - VS Code Theme