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#001a22
  • badge.background#047aa6
  • button.background#2aa19899
  • debugExceptionWidget.background#001a22
  • debugExceptionWidget.border#ab395b
  • debugToolBar.background#001a22
  • dropdown.background#001a22
  • dropdown.border#2aa19899
  • editor.background#002b36
  • editor.foreground#839496
  • editor.lineHighlightBackground#073642
  • editor.selectionBackground#094353
  • editor.selectionHighlightBackground#005a6faa
  • editor.wordHighlightBackground#004454aa
  • editor.wordHighlightStrongBackground#005a6faa
  • editorCursor.background#001a22
  • editorCursor.foreground#839496
  • editorGroup.border#001a22
  • editorGroup.dropBackground#2aa19844
  • editorGroup.emptyBackground#011b23
  • editorGroupHeader.border#002b36
  • editorGroupHeader.tabsBackground#001a22
  • editorGutter.background#002b36
  • editorHoverWidget.background#001a22
  • editorHoverWidget.border#001a22
  • editorIndentGuide.background#083e4d
  • editorLineNumber.activeForeground#839498
  • editorLineNumber.foreground#455656
  • editorMarkerNavigationError.background#ab395b
  • editorMarkerNavigationWarning.background#5b7e7a
  • editorWhitespace.foreground#93a1a180
  • editorWidget.background#001a22
  • errorForeground#ffeaea
  • focusBorder#2aa19899
  • input.background#003847
  • input.foreground#93a1a1
  • input.placeholderForeground#93a1a1aa
  • inputOption.activeBorder#2aa19899
  • inputValidation.errorBackground#571b26
  • inputValidation.errorBorder#a92049
  • inputValidation.infoBackground#052730
  • inputValidation.infoBorder#363b5f
  • inputValidation.warningBackground#5d5938
  • inputValidation.warningBorder#9d8a5e
  • list.activeSelectionBackground#005a6f
  • list.dropBackground#00445488
  • list.focusBackground#005a6f
  • list.highlightForeground#1ebcc5
  • list.hoverBackground#004454aa
  • list.inactiveSelectionBackground#00445488
  • panel.border#003847
  • peekView.border#003847
  • peekViewEditor.background#10192c
  • peekViewEditor.matchHighlightBackground#7744aa40
  • peekViewEditorGutter.background#073642
  • peekViewResult.background#001a22
  • peekViewTitle.background#001a22
  • pickerGroup.border#2aa19899
  • pickerGroup.foreground#2aa19899
  • progressBar.background#047aa6
  • scrollbar.shadow#ff00ff00
  • selection.background#2aa19899
  • sideBar.background#001a22
  • sideBarTitle.foreground#93a1a1
  • statusBar.background#001a22
  • statusBar.debuggingBackground#001a22
  • statusBar.foreground#93a1a1
  • statusBar.noFolderBackground#001a22
  • statusBarItem.prominentBackground#003847
  • statusBarItem.prominentHoverBackground#003847
  • tab.activeBackground#002b36
  • tab.activeForeground#d6dbdb
  • tab.border#001a22
  • tab.inactiveBackground#001a22
  • tab.inactiveForeground#93a1a1
  • terminal.ansiBlack#073642
  • terminal.ansiBlue#268bd2
  • terminal.ansiBrightBlack#586e75
  • terminal.ansiBrightBlue#268BD2
  • terminal.ansiBrightCyan#93a1a1
  • terminal.ansiBrightGreen#859900
  • terminal.ansiBrightMagenta#6c71c4
  • terminal.ansiBrightRed#cb4b16
  • terminal.ansiBrightWhite#839496
  • terminal.ansiBrightYellow#657b83
  • terminal.ansiCyan#2aa198
  • terminal.ansiGreen#859900
  • terminal.ansiMagenta#d33682
  • terminal.ansiRed#dc322f
  • terminal.ansiWhite#839496
  • terminal.ansiYellow#b58900
  • terminal.foreground#839496
  • titleBar.activeBackground#001a22
  • welcomePage.tileShadow.#ff00ff00
  • widget.shadow#ff00ff00

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
meta.embedded, source.groovy.embedded#839496
emphasisitalic
strongbold
header#000080
comment#657b83bbitalic
constant.language#CB4B16
constant.numeric, variable.other.enummember, keyword.operator.plus.exponent, keyword.operator.minus.exponent#CB4B16
constant.regexp#646695
entity.name.tag#268BD2
entity.name.tag.css#B58900
entity.other.attribute-name#B58900
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#B58900
invalid#f44747
markup.underlineunderline
markup.bold#859900bold
markup.heading#859900bold
markup.italicitalic
markup.inserted#D33682
markup.deleted#2AA198
markup.changed#859900
punctuation.definition.quote.begin.markdown#657B83
punctuation.definition.list.begin.markdown#6796e6
markup.inline.raw#2AA198
punctuation.definition.tag#268BD2
meta.preprocessor, entity.name.function.preprocessor#859900
meta.preprocessor.string#2AA198
meta.preprocessor.numeric#CB4B16
meta.structure.dictionary.key.python#839496
meta.diff.header#859900
storage#859900
storage.type#859900
storage.modifier, keyword.operator.noexcept#859900
string, meta.embedded.assembly#2AA198
string.tag#2AA198
string.value#2AA198
string.regexp#d16969
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#268BD2
meta.template.expression#839496
support.type.vendored.property-name, support.type.property-name, variable.css, variable.scss, variable.other.less, source.coffee.embedded#839496
keyword#859900
keyword.control#DC3272
keyword.operator#839496
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#859900
keyword.other.unit#CB4B16
punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php#859900
support.function.git-rebase#839496
constant.sha.git-rebase#D33682
storage.modifier.import.java, variable.language.wildcard.java, storage.modifier.package.java#839496
variable.language#859900
entity.name.function, support.function, support.constant.handlebars, source.powershell variable.other.member, entity.name.operator.custom-literal#B58900
meta.return-type, 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#CB4B16
meta.type.cast.expr, meta.type.new.expr, support.constant.math, support.constant.dom, support.constant.json, entity.other.inherited-class#2AA199
keyword.control, source.cpp keyword.operator.new, keyword.operator.delete, keyword.other.using, keyword.other.operator, entity.name.operator#859900
variable, meta.definition.variable.name, support.variable, entity.name.variable#839496
variable.other.constant, variable.other.enummember#839497
meta.object-literal.key#839496
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#2AA198
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#2AA198
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#B58900
keyword.operator.quantifier.regexp#d7ba7d
constant.character#859900
constant.character.escape#d7ba7d
entity.name.label#C8C8C8
support.class.component#CB4B16
solarized-min by Abraham - VS Code Theme