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#ff6eb5
  • activityBar.border#ff6eb520
  • activityBar.foreground#0f0515
  • activityBar.inactiveForeground#ffffff60
  • activityBarBadge.background#ff458a
  • activityBarBadge.foreground#ffffff
  • diffEditor.insertedLineBackground#66c2cd20
  • diffEditor.insertedTextBackground#66c2cd30
  • diffEditor.removedLineBackground#ff458a20
  • diffEditor.removedTextBackground#ff458a30
  • diffEditorGutter.insertedLineBackground#66c2cd50
  • diffEditorGutter.removedLineBackground#ff458a50
  • editor.background#0f0515
  • editor.foreground#d4c5d8
  • editor.inactiveSelectionBackground#2c0e3330
  • editor.lineHighlightBackground#2c0e3320
  • editor.lineHighlightBorder#2c0e3320
  • editor.selectionBackground#2c0e3360
  • editor.wordHighlightBackground#2c0e3320
  • editor.wordHighlightStrongBackground#2c0e3340
  • editorBracketMatch.background#2c0e3340
  • editorBracketMatch.border#2c0e33
  • editorCursor.foreground#b45ed8
  • editorGutter.activeLineNumberForeground#ff6eb5
  • editorGutter.addedBackground#66c2cd
  • editorGutter.background#0f0515
  • editorGutter.commentRangeForeground#ff6eb5
  • editorGutter.deletedBackground#ff458a
  • editorGutter.foldingControlForeground#ff6eb5
  • editorGutter.lineNumberForeground#8b6d94
  • editorGutter.modifiedBackground#ff6eb5
  • editorIndentGuide.activeBackground#2c0e3340
  • editorIndentGuide.background#2c0e3320
  • editorOverviewRuler.addedForeground#66c2cd
  • editorOverviewRuler.deletedForeground#ff458a
  • editorOverviewRuler.errorForeground#ff458a
  • editorOverviewRuler.infoForeground#66c2cd
  • editorOverviewRuler.modifiedForeground#ff6eb5
  • editorOverviewRuler.warningForeground#ffa6d9
  • gitDecoration.conflictingResourceForeground#ffa6d9
  • gitDecoration.deletedResourceForeground#ff458a
  • gitDecoration.ignoredResourceForeground#8b6d94
  • gitDecoration.modifiedResourceForeground#ff6eb5
  • gitDecoration.submoduleResourceForeground#e4a6ff
  • gitDecoration.untrackedResourceForeground#66c2cd
  • merge.border#2c0e33
  • merge.commonContentBackground#2c0e3310
  • merge.commonHeaderBackground#2c0e3320
  • merge.currentContentBackground#66c2cd20
  • merge.currentHeaderBackground#66c2cd30
  • merge.incomingContentBackground#ff6eb520
  • merge.incomingHeaderBackground#ff6eb530
  • sideBar.background#0a030d
  • sideBar.border#2c0e3320
  • sideBar.foreground#d4c5d8
  • sideBarSectionHeader.background#2c0e3320
  • sideBarSectionHeader.border#2c0e3320
  • sideBarSectionHeader.foreground#c080c0
  • sideBarTitle.foreground#c080c0
  • statusBar.background#ff458a
  • statusBar.border#ff458a40
  • statusBar.debuggingBackground#ff6eb5
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#0a030d
  • statusBarItem.prominentBackground#ff458a40
  • statusBarItem.prominentHoverBackground#ff458a60
  • statusBarItem.remoteBackground#ff458a
  • statusBarItem.remoteForeground#ffffff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.cast, keyword.operator.sizeof, keyword.operator.logical, keyword.operator.wordlike#ff9cee
storage.type, storage.modifier, storage.control#ff9cee
entity.name.function, support.function, meta.function-call, meta.method-call#e4a6ff
variable, variable.other, variable.parameter, variable.language#d4c5d8
constant, constant.numeric, constant.language, constant.character, constant.other#ffa6d9
string, string.quoted, string.template, string.interpolated#89c4ff
punctuation.definition.string.begin, punctuation.definition.string.end, punctuation.definition.template-expression#89c4ff
comment, comment.line, comment.block#8b6d94italic
entity.name.type, support.type, support.class#ffa6d9
punctuation.separator, punctuation.terminator, punctuation.section#d4c5d8
meta.brace, meta.brackets, meta.parentheses#d4c5d8
entity.name.namespace, entity.name.package, entity.name.module#e4a6ff
markup.heading, markup.bold, markup.italic#ff9cee
markup.list, markup.quote, markup.raw#e4a6ff
meta.diff, meta.diff.header#ffa6d9
comment, punctuation.definition.comment#8b6d94italic
comment.block.documentation, comment.block.documentation.js, comment.block.documentation.ts, comment.block.documentation.python#a183aaitalic
keyword#9228b3
string#89c4ff
string.regexp#6eb5ff
number#f5b0ef
function#c080c0
variable#d4c5d8
support.function.builtin.python, support.function.magic.python#b45ed8
support.type.python#d670ff
support.class.python#c27fd6
meta.function-call.python#aa66cc
constant.language.python#66c2cd
support.function.builtin.js, support.function.builtin.ts, support.class.builtin.js, support.class.builtin.ts#b45ed8
support.type.primitive.ts, support.type.builtin.ts#d670ff
variable.other.property#b191d4
variable.other.object#66c2cd
keyword.other.DML.sql, keyword.other.DDL.create.sql, keyword.other.DDL.alter.sql, keyword.other.DDL.drop.sql#b45ed8bold
keyword.other.data.sql, keyword.other.order.sql, keyword.other.join.sql#d670ff
support.function.aggregate.sql#66c2cd
constant.numeric.sql, constant.other.database-name.sql, constant.other.table-name.sql#f5b0ef
string.quoted.single.sql, string.quoted.double.sql#89c4ff
support.function.scalar.sql, support.function.string.sql, support.function.math.sql#66c2cd
entity.name.function.sql, support.function.datetime.sql#c27fd6
constant.other.operator.sql, keyword.operator.logical.sql, keyword.operator.comparison.sql#b45ed8
variable.other.column.sql#d4c5d8
support.function, support.class, support.type#b45ed8
storage.type#d670ff
storage.modifier#9228b3
constant.language#66c2cd
entity.name.type#c27fd6
entity.name.tag#b45ed8
entity.other.attribute-name#b191d4
markup.heading#b45ed8bold
markup.quote#b191d4italic
markup.bold#f5b0efbold
markup.italic#66c2cditalic
markup.inline.raw#89c4ff
markup.list#b45ed8
constant.character.escape#6eb5ff
keyword.control.import.ts, keyword.control.import.js, keyword.control.from.ts, keyword.control.from.js, keyword.control.export.ts, keyword.control.export.js#ff9cee
variable.other.readwrite.ts, variable.other.readwrite.js, variable.other.object.ts, variable.other.object.js#e4a6ff
punctuation.definition.template-expression.begin.ts, punctuation.definition.template-expression.end.ts, punctuation.definition.template-expression.begin.js, punctuation.definition.template-expression.end.js#ff9cee
meta.object-literal.key.ts, meta.object-literal.key.js#e4a6ff
variable.other.constant.ts, variable.other.constant.js#ffa6d9
meta.definition.property.ts, meta.definition.property.js#e4a6ff
punctuation.definition.string.begin.ts, punctuation.definition.string.end.ts, punctuation.definition.string.begin.js, punctuation.definition.string.end.js#89c4ff
meta.import.ts, meta.import.js, meta.export.ts, meta.export.js#e4a6ff
keyword.control.import.python, keyword.control.from.python, keyword.control.flow.python#ff9cee
support.function.builtin.python, support.function.magic.python#ffa6d9
meta.function-call.python#e4a6ff
meta.function-call.arguments.python, meta.function.parameters.python#deb3ff
keyword.other.DML.sql, keyword.other.DDL.create.sql, keyword.other.DDL.alter.sql, keyword.other.DDL.drop.sql#ff9ceebold
support.function.aggregate.sql, support.function.scalar.sql#ffa6d9
constant.other.database-name.sql, constant.other.table-name.sql#e4a6ff
storage.type.rust, entity.name.type.rust#ff9cee
entity.name.function.rust, meta.function.call.rust#e4a6ff
meta.attribute.rust#ffa6d9
entity.name.tag#ff9ceebold
entity.other.attribute-name#e4a6ffitalic
punctuation.definition.tag.begin, punctuation.definition.tag.end#ff6eb5
string.quoted.double.html, string.quoted.single.html#89c4ff
text.html.basic, text.xml#ffd7f6
meta.tag.metadata.script.html, meta.tag.metadata.style.html#ff9ceebold
meta.attribute.class.html, meta.attribute.id.html, meta.attribute.style.html#e4a6ff
meta.tag.inline.any.html, meta.tag.block.any.html#ff9cee
meta.tag.structure.any.html, meta.tag.other.html#ff9cee
meta.tag.metadata.doctype.html#ffa6d9italic
meta.tag.sgml.doctype.html, meta.tag.sgml.doctype.xml#ffa6d9italic
comment.block.html, comment.block.xml#8b6d94italic
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#e4a6ff
entity.name.tag.css, entity.other.keyframe-offset.css#ff9cee
support.type.property-name.css, support.type.vendored.property-name.css#e4a6ff
support.constant.property-value.css#ffa6d9
keyword.control.shell, keyword.operator.pipe.shell#ff9cee
string.unquoted.argument.shell#deb3ff
punctuation.definition.string.begin, punctuation.definition.string.end#89c4ff
string#89c4ff
constant.numeric, constant.language#ffa6d9
Panceta Rose Theme by Javier Fernandez - VS Code Theme