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#171712
  • activityBar.background#121217
  • activityBar.dropBorder#12121700
  • activityBar.foreground#666666
  • activityBarBadge.background#007acc
  • breadcrumb.activeSelectionForeground#e0e0e0
  • breadcrumb.background#121217ff
  • breadcrumb.focusForeground#e0e0e0
  • breadcrumb.foreground#88888888
  • breadcrumbPicker.background#212121
  • contrastBorder#33333300
  • editor.background#121217
  • editor.findMatchBackground#666666
  • editor.findMatchHighlightBackground#ffffff55
  • editor.findRangeHighlightBackground#ffffff55
  • editor.foreground#d4d4d4
  • editor.inactiveSelectionBackground#3a3d4177
  • editor.lineHighlightBackground#212130
  • editor.lineHighlightBorder#12121700
  • editor.selectionHighlightBackground#add6ff26
  • editorBracketHighlight.unexpectedBracket.foreground#ff1212cc
  • editorBracketMatch.background#4477FF
  • editorBracketMatch.border#4477FF
  • editorGroupHeader.tabsBackground#121217
  • editorGutter.background#12121700
  • editorGutter.commentRangeForeground#37373d
  • editorGutter.deletedBackground#f14c4c
  • editorGutter.foldingControlForeground#c5c5c5
  • editorGutter.modifiedBackground#1b81a8
  • editorIndentGuide.activeBackground1#77aaff
  • editorIndentGuide.background2#42424242
  • editorLineNumber.foreground#333333
  • editorWidget.background#212121
  • editorWidget.border#777777
  • input.placeholderForeground#a6a6a6
  • list.activeSelectionBackground#4477ff
  • list.activeSelectionIconForeground#ffffff
  • list.dropBackground#383b3d
  • menu.background#212130
  • menu.border#303042
  • menu.foreground#cccccc
  • menu.separatorBackground#454545
  • minimap.background#121217
  • minimap.foregroundOpacity#000000
  • ports.iconRunningProcessForeground#369432
  • scrollbar.shadow#00000000
  • scrollbarSlider.activeBackground#ffffff33
  • scrollbarSlider.background#79797933
  • scrollbarSlider.hoverBackground#79797966
  • sideBar.background#121217
  • sideBar.border#303042
  • sideBarSectionHeader.background#121217
  • sideBarSectionHeader.border#303042
  • sideBarTitle.foreground#12121700
  • statusBar.background#121217
  • statusBar.border#888888
  • statusBar.debuggingBackground#002100
  • statusBar.debuggingBorder#aaffaa
  • statusBar.debuggingForeground#aaffaa
  • statusBar.focusBorder#aaaaaa
  • statusBar.foreground#aaaaaa
  • statusBar.noFolderBackground#68217a
  • statusBar.noFolderBorder#777777
  • statusBar.noFolderForeground#aaaaaa
  • statusBarItem.activeBackground#ffffff2e
  • statusBarItem.compactHoverBackground#ffffff33
  • statusBarItem.errorBackground#c72e0f
  • statusBarItem.errorForeground#ffffff
  • statusBarItem.focusBorder#aaaaaa
  • statusBarItem.hoverBackground#ffffff1f
  • statusBarItem.prominentBackground#00000080
  • statusBarItem.prominentForeground#aaaaaa
  • statusBarItem.prominentHoverBackground#0000004d
  • statusBarItem.remoteBackground#16825d
  • statusBarItem.remoteForeground#ffffff
  • statusBarItem.warningBackground#7a6400
  • statusBarItem.warningForeground#ffffff
  • tab.activeBackground#121217
  • tab.activeBorder#121217
  • tab.activeBorderTop#77aaff
  • tab.activeForeground#ffffff
  • tab.activeModifiedBorder#3399cc
  • tab.border#121217
  • tab.hoverBackground#00000000
  • tab.hoverBorder#00000000
  • tab.hoverForeground#aaffaa
  • tab.inactiveBackground#111116
  • tab.inactiveForeground#aaaaaa
  • tab.inactiveModifiedBorder#aaccaa
  • tab.lastPinnedBorder#888888
  • tab.unfocusedActiveBackground#121217
  • tab.unfocusedActiveBorder#121217
  • tab.unfocusedActiveBorderTop#aaaaaa
  • tab.unfocusedActiveForeground#ffffff80
  • tab.unfocusedActiveModifiedBorder#3399cc80
  • tab.unfocusedHoverBackground#00000000
  • tab.unfocusedHoverBorder#00000000
  • tab.unfocusedHoverForeground#aaffaaAA
  • tab.unfocusedInactiveBackground#111116
  • tab.unfocusedInactiveForeground#ffffff80
  • tab.unfocusedInactiveModifiedBorder#3399cc40
  • terminal.inactiveSelectionBackground#3a3d41
  • titleBar.activeBackground#121217
  • titleBar.border#303042
  • titleBar.inactiveBackground#121217
  • tree.indentGuidesStroke#77777777
  • window.activeBorder#121217
  • window.inactiveBorder#121217

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
string.quoted.double.tsx, string.quoted.double.ts, string.quoted.double.jsx, string.quoted.double.js, meta.import.tsx, meta.import.ts, meta.import.jsx, meta.import.js, source.tsx, source.ts, source.jsx, source.js#eec99d
string.template.tsx, string.template.ts, string.template.jsx, string.template.js#ffc99d
keyword.operator#ff7777bold
variable.language.this.ts, variable.language.this.js, meta.block.ts, meta.block.js, meta.method.declaration.ts, meta.method.declaration.js, meta.class.ts, meta.class.js, meta.export.default.ts, meta.export.default.js, source.ts, source.js#797979
variable.object.property.ts, variable.object.property.js, variable.other.object.property.ts, variable.other.object.property.js, variable.other.property.ts, variable.other.property.js#edcbac
entity.name.function, support.function, support.constant.handlebars, source.powershell variable.other.member, entity.name.operator.custom-literal#ffe3bb
meta.object.member.ts, meta.object.member.js, meta.objectliteral.ts, meta.objectliteral.js, meta.var.expr.ts, meta.var.expr.js#a7c9ffbold
storage.type.glsl#74db74
support.function.glsl#e7c09c
storage.modifier.glsl, storage.modifier.precision.glsl#cbb5ff
constant.numeric.glsl#faa29a
keyword.operator.assignment.glsl, keyword.operator.comparative.glsl, keyword.operator.arithmetic.glsl, keyword.operator.ternary.glsl#FF7777bold
support.variable.glsl#c5ff7abold
comment#555555italic
meta.embedded, source.groovy.embedded, string meta.image.inline.markdown#D4D4D4
emphasisitalic
strongbold
header#000080
constant.language#569CD6
constant.numeric, variable.other.enummember, keyword.operator.plus.exponent, keyword.operator.minus.exponent#B5CEA8
constant.regexp#646695
entity.name.tag#569CD6
entity.name.tag.css#D7BA7D
entity.other.attribute-name#9CDCFE
entity.other.attribute-name.class.css, entity.other.attribute-name.class.mixin.css, entity.other.attribute-name.id.css, entity.other.attribute-name.parent-selector.css, entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css, source.css.less entity.other.attribute-name.id, entity.other.attribute-name.scss#D7BA7D
invalid#F44747
markup.underlineunderline
markup.bold#569CD6bold
markup.heading#569CD6bold
markup.italicitalic
markup.strikethroughstrikethrough
markup.inserted#B5CEA8
markup.deleted#CE9178
markup.changed#569CD6
punctuation.definition.quote.begin.markdown#6A9955
punctuation.definition.list.begin.markdown#6796E6
markup.inline.raw#CE9178
punctuation.definition.tag#808080
meta.preprocessor, entity.name.function.preprocessor#569CD6
string.quoted.double.cpp#42ff42
string.quoted.single.cpp#42ff42
meta.preprocessor.string#42ff42
meta.preprocessor.numeric#B5CEA8
meta.structure.dictionary.key.python#9CDCFE
meta.diff.header#569CD6
storage#569CD6
storage.type#569CD6
storage.modifier, keyword.operator.noexcept#569CD6
string, meta.embedded.assembly#CE9178
string.tag#CE9178
string.value#CE9178
string.regexp#D16969
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#569CD6
meta.template.expression#D4D4D4
support.type.vendored.property-name, support.type.property-name, variable.css, variable.scss, variable.other.less, source.coffee.embedded#9CDCFE
keyword#569CD6
keyword.control#569CD6
keyword.operator.new, keyword.operator.expression, keyword.operator.cast, keyword.operator.sizeof, keyword.operator.alignof, keyword.operator.typeid, keyword.operator.alignas, keyword.operator.instanceof, keyword.operator.logical.python, keyword.operator.wordlike#569CD6
keyword.other.unit#B5CEA8
punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php#569CD6
support.function.git-rebase#9CDCFE
constant.sha.git-rebase#B5CEA8
storage.modifier.import.java, variable.language.wildcard.java, storage.modifier.package.java#D4D4D4
variable.language#569CD6
support.class, support.type, entity.name.type, entity.name.namespace, entity.other.attribute, entity.name.scope-resolution, entity.name.class, storage.type.numeric.go, storage.type.byte.go, storage.type.boolean.go, storage.type.string.go, storage.type.uintptr.go, storage.type.error.go, storage.type.rune.go, storage.type.cs, storage.type.generic.cs, storage.type.modifier.cs, storage.type.variable.cs, storage.type.annotation.java, storage.type.generic.java, storage.type.java, storage.type.object.array.java, storage.type.primitive.array.java, storage.type.primitive.java, storage.type.token.java, storage.type.groovy, storage.type.annotation.groovy, storage.type.parameters.groovy, storage.type.generic.groovy, storage.type.object.array.groovy, storage.type.primitive.array.groovy, storage.type.primitive.groovy#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, source.cpp keyword.operator.new, keyword.operator.delete, keyword.other.using, keyword.other.operator, entity.name.operator#C586C0
variable, meta.definition.variable.name, support.variable, entity.name.variable, constant.other.placeholder#9CDCFE
variable.other.constant, variable.other.enummember#4FC1FF
meta.object-literal.key#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
punctuation.definition.group.regexp, punctuation.definition.group.assertion.regexp, punctuation.definition.character-class.regexp, punctuation.character.set.begin.regexp, punctuation.character.set.end.regexp, keyword.operator.negation.regexp, support.other.parenthesis.regexp#CE9178
constant.character.character-class.regexp, constant.other.character-class.set.regexp, constant.other.character-class.regexp, constant.character.set.regexp#D16969
keyword.operator.or.regexp, keyword.control.anchor.regexp#DCDCAA
keyword.operator.quantifier.regexp#D7BA7D
constant.character#569CD6
constant.character.escape#D7BA7D
entity.name.label#C8C8C8
token.info-token#6796E6
token.warn-token#CD9731
token.error-token#F44747
token.debug-token#B267E6
TheCodeTheme Dark by TheCodeTherapy - VS Code Theme