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.activeBackground#000000
  • activityBar.activeBorder#eab308
  • activityBar.activeFocusBorder#00000000
  • activityBar.background#000000
  • activityBar.border#18181b
  • activityBar.foreground#eab308
  • activityBar.inactiveForeground#eab30840
  • activityBarBadge.background#000
  • activityBarBadge.foreground#000
  • badge.background#eab308
  • badge.foreground#000
  • commandCenter.activeBackground#000
  • commandCenter.activeForeground#000
  • commandCenter.background#000
  • commandCenter.border#000
  • commandCenter.foreground#000
  • commandCenter.inactiveBorder#000
  • commandCenter.inactiveForeground#000
  • dropdown.background#000000
  • dropdown.border#18181b
  • dropdown.foreground#3f3f46
  • dropdown.listBackground#d4d4d8
  • editor.background#000000
  • editor.foreground#a1a1aa
  • editor.lineHighlightBackground#18181b
  • editor.lineHighlightBorder#18181b
  • editor.selectionBackground#27272a
  • editorBracketHighlight.foreground1#A855F7
  • editorBracketHighlight.foreground2#10b981
  • editorBracketHighlight.foreground3#eab308
  • editorBracketHighlight.foreground4#ef4444
  • editorBracketHighlight.foreground5#3b82f6
  • editorBracketHighlight.foreground6#71717a
  • editorBracketMatch.background#eab308
  • editorBracketMatch.border#000000
  • editorBracketPairGuide.background1#713f12
  • editorCursor.foreground#eab308e0
  • editorGroup.border#18181b
  • editorGroupHeader.border#18181b
  • editorGroupHeader.noTabsBackground#000
  • editorGutter.addedBackground#22c55e
  • editorGutter.background#000000
  • editorGutter.commentRangeForeground#6366f1
  • editorGutter.deletedBackground#f43f5e
  • editorGutter.foldingControlForeground#000000
  • editorGutter.modifiedBackground#6366f1
  • editorIndentGuide.activeBackground#18181b
  • editorIndentGuide.background#18181b
  • editorLineNumber.activeForeground#eab308
  • editorLineNumber.foreground#3f3f46
  • editorWhitespace.foreground#18181b
  • focusBorder#ff000000
  • foreground#000000
  • gitDecoration.addedResourceForeground#fff000
  • gitDecoration.conflictingResourceForeground#ef4444
  • gitDecoration.modifiedResourceForeground#3b82f6
  • gitDecoration.renamedResourceForeground#a855f7
  • gitDecoration.untrackedResourceForeground#84cc16
  • icon.foreground#71717a
  • list.activeSelectionBackground#18181b
  • list.errorForeground#ef4444
  • list.focusAndSelectionOutline#18181b
  • list.hoverBackground#18181b
  • list.hoverForeground#9ca3af
  • list.inactiveFocusOutline#000000
  • list.inactiveSelectionBackground#18181b
  • panel.background#000000
  • panel.border#18181b
  • panelSectionHeader.foreground#3f3f46
  • panelTitle.activeBorder#000000
  • panelTitle.activeForeground#a1a1aa
  • panelTitle.inactiveForeground#3f3f46
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#18181b
  • scrollbarSlider.background#18181b
  • scrollbarSlider.hoverBackground#18181b
  • sideBar.background#000000
  • sideBar.border#18181b
  • sideBar.foreground#a1a1aa
  • sideBySideEditor.horizontalBorder#18181b
  • sideBySideEditor.verticalBorder#18181b
  • tab.activeForeground#eab308
  • terminal.ansiBlack#18181b
  • terminal.ansiBlue#3b82f6
  • terminal.ansiBrightBlack#3f3f46
  • terminal.ansiBrightBlue#93c5fd
  • terminal.ansiBrightCyan#67e8f9
  • terminal.ansiBrightGreen#bef264
  • terminal.ansiBrightMagenta#f9a8d4
  • terminal.ansiBrightRed#fca5a5
  • terminal.ansiBrightWhite#e4e4e7
  • terminal.ansiBrightYellow#fde047
  • terminal.ansiCyan#06b6d4
  • terminal.ansiGreen#84cc16
  • terminal.ansiMagenta#ec4899
  • terminal.ansiRed#ef4444
  • terminal.ansiWhite#a1a1aa
  • terminal.ansiYellow#eab308
  • terminal.background#000000
  • terminal.border#18181b
  • terminal.dropBackground#000000
  • terminal.findMatchBackground#27272a
  • terminal.findMatchBorder#27272a
  • terminal.findMatchHighlightBackground#27272a
  • terminal.findMatchHighlightBorder#27272a
  • terminal.foreground#a1a1aa
  • terminal.inactiveSelectionBackground#27272a
  • terminal.selectionBackground#27272a
  • terminal.selectionForeground#27272a
  • terminal.tab.activeBorder#000
  • terminalCursor.background#eab308
  • terminalCursor.foreground#eab308
  • terminalOverviewRuler.cursorForeground#000000
  • titleBar.activeBackground#000
  • titleBar.activeForeground#000000
  • titleBar.border#18181b
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#000000
  • tree.indentGuidesStroke#000
  • window.activeBorder#000000
  • window.inactiveBorder#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword.control.import, keyword.control.from, keyword.control.as, punctuation.definition.comment, comment.line.double-slash, comment.line.number-sign.shebang.shell, comment.line.number-sign.shell, comment.line.number-sign.python#3f3f46bold
entity.other.attribute-name#71717abold
string.unquoted.block.yaml, string.unquoted.plain.out.yaml, meta.import, meta.array.literal, punctuation.definition.string.begin, punctuation.definition.string.end, string.quoted.double, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.definition.string.template.begin, punctuation.definition.string.template.end, variable.other.constant.property, meta.jsx.children, string.template, string.interpolated.backtick.shell, meta.scope.while-loop.shell, string.language.gherkin.feature.title, string.language.gherkin.scenario.title.title, entity.name.tag.tsx, string.quoted.single.python, constant.numeric.dec.python#eab308bold
variable.other.readwrite.alias, entity.name.function, variable.other.constant.object, support.class.component, variable.other.object.tsx, variable.other.readwrite.tsx, source.python#ef4444bold
entity.name.tag.yaml, keyword.control.export, keyword.control.flow, keyword.control.conditional, keyword.operator.optional, keyword.control.trycatch, storage.modifier.async, keyword.operator.ternary, keyword.operator.relational, support.function.builtin.shell, keyword.operator.pipe.shell, keyword.control.shell, keyword.language.gherkin.feature.step, keyword.language.gherkin.feature.scenario#f97316bold
punctuation.separator.key-value.mapping.yaml, keyword.operator.comparison, storage.type, keyword.operator.assignment, keyword.operator.spread, punctuation.separator.comma, punctuation.separator.parameter, punctuation.accessor, keyword.operator.type.annotation, punctuation.definition.parameters.begin, punctuation.definition.parameters.end, punctuation.definition.binding-pattern.array, punctuation.definition.binding-pattern.object, punctuation.section.embedded.begin, punctuation.section.embedded.end, punctuation.definition.tag.begin, punctuation.definition.tag.end, meta.brace.round, punctuation.definition.block, keyword.operator.rest, keyword.operator.type, punctuation.definition.arguments.shell, punctuation.definition.group.shell, keyword.operator.list.shell, punctuation.definition.variable.shell, punctuation.definition.sequence.begin.yaml, punctuation.definition.sequence.end.yaml, support.type.object.module.js, keyword.operator.logical.python, punctuation.separator.colon.python, punctuation.definition.arguments.begin.python, punctuation.definition.arguments.end.python, punctuation.separator.arguments.python, punctuation.definition.list.begin.python, punctuation.definition.list.end.python, punctuation.parenthesis.begin.python, punctuation.parenthesis.end.python, punctuation.separator.annotation.result.python, punctuation.section.function.begin.python, punctuation.section.function.end.python, punctuation.section.function.lambda.begin.python, punctuation.section.function.lambda.end.python, punctuation.separator.annotation.python#7c3aedbold
constant.numeric.float.yaml, support.type.primitive, entity.name.type, punctuation.definition.typeparameters.begin, punctuation.definition.typeparameters.end, meta.type.parameters punctuation.separator.comma, meta.type.annotation, meta.flow-sequence.yaml, constant.language.boolean.yaml, constant.numeric.integer.yaml, string.quoted.single.yaml, storage.modifier.chomping-indicator.yaml, constant.other.caps.python, support.type.exception.python, meta.function.parameters.python, support.type.python, constant.language.python#84cc16bold
meta.definition.variable variable.other.readwrite#0284c7italic bold
constant.numeric.decimal#0284c7bold
meta.definition.variable variable.other.constant, variable.other.object, variable.other.property, variable.other.readwrite, variable.parameter, source.shell, string.interpolated.dollar.shell, keyword.language.gherkin.feature, text.gherkin.feature, text.gherkin.feature, variable.object.property.tsx, meta.indexed-name.python, meta.member.access.python#d4d4d8bold
meta.object-literal.key#d4d4d8
Matt Rybin Theme by MattRybin - VS Code Theme