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.activeBorder#fff
  • activityBar.activeFocusBorder#fff
  • activityBar.background#000
  • activityBar.border#000
  • activityBar.foreground#fff
  • activityBar.inactiveForeground#ffffff69
  • activityBarBadge.background#fff
  • activityBarBadge.foreground#000
  • badge.background#fff
  • badge.foreground#000
  • button.border#fff
  • contrastBorder#00000000
  • dropdown.border#fff
  • editor.background#000
  • editor.findMatchHighlightBorder#fff
  • editor.foreground#fff
  • editor.lineHighlightBorder#fff
  • editor.selectionBackground#fff
  • editor.selectionForeground#000
  • editorError.background#ff000069
  • editorHoverWidget.background#000
  • editorHoverWidget.border#fff
  • editorHoverWidget.foreground#fff
  • editorInlayHint.background#000
  • editorInlayHint.foreground#ffffffc0
  • editorLineNumber.activeForeground#ffffffff
  • editorLineNumber.foreground#ffffffaa
  • editorWarning.background#ffb51669
  • editorWidget.background#000
  • editorWidget.border#fff
  • focusBorder#00000000
  • input.border#fff
  • keybindingLabel.background#fff
  • keybindingLabel.border#fff
  • keybindingLabel.bottomBorder#000
  • keybindingLabel.foreground#000
  • keybindingTable.rowsBackground#000
  • list.activeSelectionBackground#fff
  • list.activeSelectionForeground#000
  • list.activeSelectionIconForeground#000
  • list.focusHighlightForeground#000
  • list.highlightForeground#fff
  • list.hoverBackground#fff
  • list.hoverForeground#000
  • menu.border#000
  • menubar.selectionBackground#fff
  • menubar.selectionForeground#000
  • notebook.cellBorderColor#ffffff69
  • notebook.focusedEditorBorder#fff
  • notebook.outputContainerBorderColor#ffffff69
  • notificationCenter.border#fff
  • notificationCenterHeader.background#000
  • notificationCenterHeader.foreground#fff
  • panel.border#00000000
  • peekView.border#ffffffff
  • pickerGroup.border#fff
  • quickInput.background#000
  • quickInput.foreground#fff
  • quickInputList.focusBackground#fff
  • quickInputList.focusForeground#000
  • quickInputList.focusIconForeground#000
  • scrollbarSlider.activeBackground#fff
  • scrollbarSlider.background#ffffff69
  • scrollbarSlider.hoverBackground#fff
  • sideBar.border#00000000
  • sideBySideEditor.horizontalBorder#fff
  • sideBySideEditor.verticalBorder#fff
  • statusBar.background#000
  • statusBar.border#000
  • statusBar.debuggingBackground#fff
  • statusBar.debuggingForeground#000
  • statusBar.foreground#fff
  • symbolIcon.classForeground#4EC9B0
  • symbolIcon.constantForeground#9CDCFE
  • symbolIcon.enumeratorForeground#4EC9B0
  • symbolIcon.enumeratorMemberForeground#9CDCFE
  • symbolIcon.functionForeground#FFEC8B
  • symbolIcon.methodForeground#FFEC8B
  • symbolIcon.moduleForeground#fff
  • symbolIcon.objectForeground#F1644B
  • symbolIcon.structForeground#4EC9B0
  • symbolIcon.typeParameterForeground#4EC9B0
  • tab.activeBorder#fff
  • tab.border#00000000
  • tab.inactiveBackground#000
  • terminal.background#000
  • terminal.findMatchBackground#fff
  • terminal.findMatchHighlightBorder#ffffff69
  • terminal.foreground#fff
  • terminal.selectionBackground#fff
  • terminal.selectionForeground#000
  • textLink.activeForeground#569cd6
  • textLink.foreground#569cd6
  • titleBar.border#00000000
  • window.activeBorder#00000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#fffbold
keyword.operator.quantifier.regexp#fff
support.other.escape.special.regexp, constant.character.escape.regexp#b46695
meta.character.set.regexp#d16969
meta.function.decorator.python, entity.name.function.decorator.python#fffitalic
meta.attribute, meta.item-access#9CDCFE
meta.function-call#FFEC8B
mutable, storage.modifier.mutunderline
emphasisitalic
strongbold
meta.diff.header#000080
comment, string.quoted.docstring#9fdd83
constant.language#569cd6
constant.numeric, constant.other.color.rgb-value, constant.other.rgb-value, support.constant.color#b5cea8
entity.name.tag#569cd6
entity.name.tag.css#d7ba7d
entity.other.attribute-name#9cdcfe
source.css entity.other.attribute-name, source.css.less entity.other.attribute-name.id, source.scss entity.other.attribute-name#d7ba7d
invalid#f44747
markup.underlineunderline
markup.boldbold
markup.heading#6796e6
markup.italicitalic
markup.inserted#b5cea8
markup.deleted#ce9178
markup.changed#569cd6
meta.selector#d7ba7d
punctuation.definition.tag#808080
meta.preprocessor#569cd6
meta.preprocessor.string#ce9178
meta.preprocessor.numeric#b5cea8
meta.structure.dictionary.key.python#9cdcfe
storage#569cd6
storage.type#569cd6
storage.modifier#569cd6
string#ce9178
string.tag#ce9178
string.value#ce9178
punctuation.definition.template-expression.begin.js, punctuation.definition.template-expression.begin.ts, punctuation.definition.template-expression.end.ts, punctuation.definition.template-expression.end.js#569cd6
support.type.vendored.property-name, support.type.property-name, variable.css, variable.scss, variable.other.less#d4d4d4
keyword#f1644b
keyword.control#569cd6
keyword.operator#d4d4d4
keyword.operator.new, keyword.operator.expression, keyword.operator.cast, keyword.operator.sizeof, keyword.operator.logical.python#569cd6
keyword.other.unit#b5cea8
support.function.git-rebase#d4d4d4
constant.sha.git-rebase#b5cea8
storage.modifier.import.java, variable.language.wildcard.java, storage.modifier.package.java#d4d4d4
variable.language.this#569cd6
entity.name.function, support.function, support.constant.handlebars#FFEC8B
meta.return-type, support.class, support.type, entity.name.type, entity.name.class, source.cs storage.type#4EC9B0
meta.type.cast.expr, meta.type.new.expr, support.constant.math, support.constant.dom, support.constant.json, entity.other.inherited-class#4EC9B0
keyword.control#ffa8f8
variable, meta.definition.variable.name, support.variable, entity.name.variable#9CDCFE
meta.object-literal.key, meta.object-literal.key entity.name.function#9CDCFE
support.constant.property-value, support.constant.font-name, support.constant.media-type, support.constant.media, constant.other.color.rgb-value, constant.other.rgb-value, support.constant.color#CE9178

Shiki preview

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

Loading...

High Contrast Dark Pro by br3adina7or - VS Code Theme