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#f3f3f3
  • activityBar.border#00000033
  • activityBar.foreground#000
  • activityBarBadge.background#007ACC
  • activityBarItem.profilesBackground#4d4d4d
  • editor.background#ffffff
  • editor.findMatchBackground#a6d2ff
  • editor.findMatchBorder#00000099
  • editor.findMatchHighlightBackground#ffdd0090
  • editor.foreground#000000
  • editor.inactiveSelectionBackground#E5EBF1
  • editor.selectionHighlightBackground#ADD6FF80
  • editorError.foreground#CF5B56
  • editorGroup.border#00000033
  • editorGroupHeader.border#00000033
  • editorGutter.background#00000009
  • editorIndentGuide.activeBackground#939393
  • editorIndentGuide.background#D3D3D3
  • editorMarkerNavigationWarning.headerBackground#fff0b8aa
  • editorSuggestWidget.background#F3F3F3
  • editorWarning.background#fff0b8aa
  • editorWarning.foreground#EDA200
  • input.border#00000033
  • input.foreground#000
  • input.placeholderForeground#767676
  • list.activeSelectionIconForeground#FFF
  • list.focusAndSelectionOutline#00000000
  • list.hoverBackground#00000005
  • menu.border#D4D4D4
  • menu.foreground#000
  • notebook.cellBorderColor#E8E8E8
  • notebook.selectedCellBackground#c8ddf150
  • panel.border#00000033
  • ports.iconRunningProcessForeground#369432
  • quickInput.background#fff
  • quickInput.foreground#000
  • searchEditor.textInputBorder#CECECE
  • settings.numberInputBorder#CECECE
  • settings.textInputBorder#CECECE
  • sideBar.background#fff
  • sideBar.border#00000033
  • sideBar.foreground#000
  • sideBarSectionHeader.background#0000
  • sideBarSectionHeader.border#61616130
  • sideBarTitle.foreground#6F6F6F
  • statusBar.background#f3f3f3
  • statusBar.border#00000033
  • statusBar.foreground#000
  • statusBarItem.errorBackground#c72e0f
  • statusBarItem.remoteBackground#00000011
  • statusBarItem.remoteForeground#000
  • tab.border#00000033
  • tab.inactiveForeground#000000
  • tab.lastPinnedBorder#61616130
  • terminal.inactiveSelectionBackground#E5EBF1
  • titleBar.border#00000033

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
meta.embedded, source.groovy.embedded, string meta.image.inline.markdown#000
emphasisitalic
strongbold
meta.diff.header#000080
comment#8C8C8C
constant.language#0033B3
constant.numeric, variable.other.enummember, keyword.operator.plus.exponent, keyword.operator.minus.exponent#1750EB
constant.regexp#811f3f
entity.name.tag#0033B3
entity.name.selector#0033B3
entity.other.attribute-name#174AD4
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#0033B3
invalid#cd3131
markup.underlineunderline
markup.bold#000080bold
markup.heading#0033B3bold
markup.italicitalic
markup.strikethroughstrikethrough
markup.inserted#1750EB
markup.deleted#a31515
markup.changed#0451a5
punctuation.definition.quote.begin.markdown, punctuation.definition.list.begin.markdown#0451a5
markup.inline.raw#0033B3
punctuation.definition.tag#000
meta.preprocessor, entity.name.function.preprocessor#0033B3
meta.preprocessor.string#067D17
meta.preprocessor.numeric#1750EB
meta.structure.dictionary.key.python#0451a5
storage#0033B3
storage.type#0033B3
storage.modifier, keyword.operator.noexcept#0033B3
string, meta.embedded.assembly#067D17
string.comment.buffered.block.pug, string.quoted.pug, string.interpolated.pug, string.unquoted.plain.in.yaml, string.unquoted.plain.out.yaml, string.unquoted.block.yaml, string.quoted.single.yaml, string.quoted.double.xml, string.quoted.single.xml, string.unquoted.cdata.xml, string.quoted.double.html, string.quoted.single.html, string.unquoted.html, string.quoted.single.handlebars, string.quoted.double.handlebars#0033B3
string.regexp#811f3f
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#000
meta.template.expression#000000
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#0451a5
support.type.vendored.property-name, support.type.property-name, source.coffee.embedded#174AD4
variable.css, variable.scss, variable.other.less#871094
support.type.property-name.json#0451a5
keyword#0033B3
keyword.control#0033B3
keyword.operator#000000
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#0033B3
keyword.other.unit#1750EB
punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php#000
support.function.git-rebase#0451a5
constant.sha.git-rebase#1750EB
storage.modifier.import.java, variable.language.wildcard.java, storage.modifier.package.java#000000
variable.language#0033B3
entity.name.function, support.function, support.constant.handlebars, source.powershell variable.other.member, entity.name.operator.custom-literal#00627A
entity.name.function.member#7A7A43
variable.other.property, support.variable.property#871094
variable.parameterunderline
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#000
support.type.builtin#0033B3
meta.type.cast.expr, meta.type.new.expr, support.constant.math, support.constant.dom, support.constant.json, entity.other.inherited-class#000
keyword.control, source.cpp keyword.operator.new, source.cpp keyword.operator.delete, keyword.other.using, keyword.other.operator, entity.name.operator#0033B3
variable, meta.definition.variable.name, support.variable, entity.name.variable, constant.other.placeholder#000000
support.variable#830091
variable.other.constant, variable.other.enummember#248F8F
meta.object-literal.key#000000
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#0451a5
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#d16969
constant.character.character-class.regexp, constant.other.character-class.set.regexp, constant.other.character-class.regexp, constant.character.set.regexp#811f3f
keyword.operator.quantifier.regexp#000000
keyword.operator.or.regexp, keyword.control.anchor.regexp#EE0000
constant.character#0033B3
constant.character.escape#EE0000
entity.name.label#000000
support.class.component#B21DBF

Shiki preview

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

Loading...

Real Intellij Light - Coding Theme