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.background#202830
  • activityBar.border#ffffff10
  • activityBarBadge.background#CC7744
  • debugToolBar.background#202830
  • dropdown.background#202830
  • editor.background#182028
  • editor.findMatchBackground#ffffff10
  • editor.findMatchHighlightBackground#ffffff20
  • editor.findRangeHighlightBackground#ffffff30
  • editor.foreground#D0D0D0
  • editor.hoverHighlightBackground#ffffff40
  • editor.lineHighlightBackground#ffffff08
  • editor.rangeHighlightBackground#ffffff40
  • editor.selectionBackground#ffffff20
  • editor.selectionHighlightBackground#ffffff30
  • editor.wordHighlightBackground#ffffff30
  • editor.wordHighlightStrongBackground#ffffff40
  • editorBracketMatch.background#ffffff10
  • editorGroupHeader.tabsBackground#202830
  • editorGroupHeader.tabsBorder#ffffff10
  • editorIndentGuide.activeBackground#ffffff20
  • editorIndentGuide.background#ffffff10
  • editorLineNumber.activeForeground#909090
  • editorLineNumber.foreground#707880
  • editorWidget.background#202830
  • input.background#202830
  • list.activeSelectionBackground#CC7744
  • list.hoverBackground#303840
  • list.inactiveSelectionBackground#303840
  • menu.background#182028
  • notificationLink.foreground#EE9966
  • sideBar.background#182028
  • sideBar.border#ffffff10
  • sideBarSectionHeader.background#202830
  • sideBarSectionHeader.border#ffffff10
  • statusBar.background#202830
  • statusBar.border#ffffff10
  • statusBar.debuggingBackground#CC7744
  • tab.activeBackground#182028
  • tab.activeBorder#EE9966
  • tab.border#ffffff10
  • tab.inactiveBackground#202830
  • textLink.activeForeground#CC7744
  • textLink.foreground#EE9966

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
meta.embedded, source.groovy.embedded#D0D0D0
emphasisitalic
strongbold
header#000080
comment#707880
constant.language#EE9966
constant.numeric#66CCFF
constant.regexp#66CCFF
entity.name.tag#EE9966
entity.name.tag.css#EE9966
entity.other.attribute-name#FFCC99
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.attribute.scss, entity.other.attribute-name.scss#EE9966
invalid#FF3333
markup.underlineunderline
markup.bold#EE9966bold
markup.heading#EE9966bold
markup.italicitalic
markup.inserted#66CCFF
markup.deleted#66CCFF
markup.changed#EE9966
beginning.punctuation.definition.quote.markdown#707880
beginning.punctuation.definition.list.markdown#66CC99
markup.inline.raw#66CCFF
meta.selector#999966
punctuation.definition.tag#D0D0D0
meta.preprocessor#EE9966
meta.preprocessor.string#66CCFF
meta.preprocessor.numeric#66CCFF
meta.structure.dictionary.key.python#FFCC99
meta.diff.header#EE9966
storage#EE9966
storage.type#EE9966
storage.modifier#EE9966
string#66CCFF
string.tag#66CCFF
string.value#66CCFF
string.regexp#66CCFF
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#EE9966
meta.template.expression#D0D0D0
support.type.vendored.property-name, support.type.property-name, variable.css, variable.scss, variable.other.less, source.coffee.embedded#FFCC99
keyword#EE9966
keyword.control#EE9966
keyword.operator#D0D0D0
keyword.operator.new, keyword.operator.expression, keyword.operator.cast, keyword.operator.sizeof, keyword.operator.instanceof, keyword.operator.logical.python#EE9966
keyword.other.unit#66CCFF
punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php#EE9966
support.function.git-rebase#FFCC99
constant.sha.git-rebase#66CCFF
storage.modifier.import.java, variable.language.wildcard.java, storage.modifier.package.java#D0D0D0
variable.language#EE9966
entity.name.function, support.function, support.constant.handlebars#CC90CC
meta.return-type, support.class, support.type, entity.name.type, 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#00BBAA
meta.type.cast.expr, meta.type.new.expr, support.constant.math, support.constant.dom, support.constant.json, entity.other.inherited-class#00BBAA
keyword.control#EE9966
variable, meta.definition.variable.name, support.variable, entity.name.variable#FFCC99
meta.object-literal.key#FFCC99
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#66CCFF
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#66CCFF
constant.character.character-class.regexp, constant.other.character-class.set.regexp, constant.other.character-class.regexp, constant.character.set.regexp#66CCFF
keyword.operator.or.regexp, keyword.control.anchor.regexp#66CCFF
keyword.operator.quantifier.regexp#66CCFF
constant.character#EE9966
constant.character.escape#66CCFF
token.info-token#66CC99
token.warn-token#FF3333
token.error-token#FF3333
token.debug-token#CC66CC
variable#D0D0D0
entity.name.variable#D0D0D0

Shiki preview

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

Loading...

Ra Midnight by Rahman Yerli - VS Code Theme