Skip to main content
CodingTheme

Color themes

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#332b2c
  • activityBar.foreground#e2dcdd
  • activityBarBadge.background#f0a56c
  • activityBarBadge.foreground#ffffff
  • badge.background#00000000
  • badge.foreground#897f7feb
  • button.background#689d81
  • button.foreground#ffffff
  • dropdown.background#272122
  • dropdown.border#272122
  • dropdown.foreground#e2dcdd
  • editor.background#2d2627
  • editor.foreground#e2dcdd
  • editor.hoverHighlightBackground#f0a56c22
  • editor.lineHighlightBackground#352d2e
  • editor.selectionBackground#689d8155
  • editor.wordHighlightBackground#d8ca9622
  • editor.wordHighlightStrongBackground#689d8122
  • editorBracketMatch.background#f0a56c44
  • editorBracketMatch.border#689d81
  • editorCursor.foreground#ffffff
  • editorGroupHeader.tabsBackground#352d2e
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#272122
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#493d3f
  • editorLineNumber.foreground#645557
  • editorLink.activeForeground#f0a56c
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#689d8155
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#493d3f
  • editorSuggestWidget.foreground#e2dcdd
  • editorSuggestWidget.highlightForeground#f0a56c
  • editorSuggestWidget.selectedBackground#645557
  • editorWhitespace.foreground#56494b
  • editorWidget.background#493d3f
  • editorWidget.border#645557
  • extensionButton.prominentBackground#f0a56c
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#f5c19a
  • focusBorder#f0a56c
  • foreground#e2dcdd
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#806c6f
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.background#1f1a1b
  • input.border#56494b
  • input.foreground#e2dcdd
  • input.placeholderForeground#5f5052
  • inputOption.activeBorder#689d81
  • list.activeSelectionBackground#689d81
  • list.activeSelectionForeground#2d2627
  • list.focusBackground#56494b
  • list.hoverBackground#352d2e
  • list.inactiveSelectionBackground#2d2627
  • notifications.background#3b3233
  • notifications.foreground#e2dcdd
  • panel.background#493d3f
  • panel.border#645557
  • panelTitle.activeBorder#f0a56c
  • panelTitle.inactiveForeground#8d787b
  • peekView.border#f0a56c
  • peekViewEditor.background#221d1d
  • peekViewEditor.matchHighlightBackground#689d8155
  • peekViewEditorGutter.background#272122
  • peekViewResult.background#3b3233
  • peekViewResult.fileForeground#d9d1d2
  • peekViewResult.lineForeground#cbc0c2
  • peekViewResult.matchHighlightBackground#689d8155
  • peekViewResult.selectionBackground#332b2c
  • peekViewResult.selectionForeground#e2dcdd
  • peekViewTitle.background#272122
  • peekViewTitleDescription.foreground#dbd4d5
  • peekViewTitleLabel.foreground#e2dcdd
  • progressBar.background#d8ca96
  • scrollbar.shadow#110f0f
  • scrollbarSlider.activeBackground#f0a56caa
  • scrollbarSlider.background#645557aa
  • scrollbarSlider.hoverBackground#f0a56c55
  • sideBar.background#3b3233
  • sideBar.foreground#e2dcdd
  • sideBarSectionHeader.background#43393a
  • sideBarSectionHeader.foreground#e2dcdd
  • statusBar.background#f0a56c
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#689d81
  • tab.inactiveBackground#382f31
  • tab.inactiveForeground#998689
  • terminal.ansiBlack#3b3233
  • terminal.ansiBlue#d8ca96
  • terminal.ansiBrightBlack#645557
  • terminal.ansiBrightBlue#f4f0e0
  • terminal.ansiBrightCyan#a6c5b5
  • terminal.ansiBrightGreen#f9dec9
  • terminal.ansiBrightMagenta#f9dec9
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#a6c5b5
  • terminal.ansiCyan#689d81
  • terminal.ansiGreen#f0a56c
  • terminal.ansiMagenta#f0a56c
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#eeeaeb
  • terminal.ansiYellow#689d81
  • terminal.background#1f1a1b
  • terminal.foreground#e2dcdd
  • titleBar.activeBackground#221d1d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
meta.embedded, source.groovy.embedded, string meta.image.inline.markdown#e2dcdd
emphasisitalic
strongbold
header#99EDCC
comment#635456
constant.language#f0a56c
constant.numeric, variable.other.enummember, keyword.operator.plus.exponent, keyword.operator.minus.exponent#bcae6b
constant.regexp#646695
entity.name.tag#f0a56c
entity.name.tag.css#f0a56c
entity.other.attribute-name#689d81
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#f0a56c
invalid#cf433e
markup.underlineunderline
markup.bold#f0a56cbold
markup.heading#f0a56cbold
markup.italicitalic
markup.strikethroughstrikethrough
markup.inserted#bcae6b
markup.deleted#e61f44
markup.changed#f0a56c
punctuation.definition.quote.begin.markdown#635456
punctuation.definition.list.begin.markdown#f0a56c
markup.inline.raw#bc6b79
punctuation.definition.tag#808080
meta.preprocessor, entity.name.function.preprocessor#f0a56c
meta.preprocessor.string#bc6b79
meta.preprocessor.numeric#bcae6b
meta.structure.dictionary.key.python#689d81
meta.diff.header#f0a56c
storage#f0a56c
storage.type#f0a56c
storage.modifier, keyword.operator.noexcept#f0a56c
string, meta.embedded.assembly#bc6b79
string.tag#bc6b79
string.value#bc6b79
string.regexp#d16969
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded, punctuation.definition.interpolation#92918d
meta.template.expression#e2dcdd
support.type.vendored.property-name, support.type.property-name, variable.css, variable.scss, variable.other.less, source.coffee.embedded#689d81
keyword#f0a56c
keyword.control#689d81
keyword.operator#f4c0f7a6
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#f0a56c
keyword.other.unit#bcae6b
punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php#f0a56c
support.function.git-rebase#689d81
constant.sha.git-rebase#bcae6b
storage.modifier.import.java, variable.language.wildcard.java, storage.modifier.package.java#e2dcdd
variable.language#f0a56c
entity.name.function, support.function, support.constant.handlebars, source.powershell variable.other.member, entity.name.operator.custom-literal#d28c72e5
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#6291b9eb
meta.type.cast.expr, meta.type.new.expr, support.constant.math, support.constant.dom, support.constant.json, entity.other.inherited-class#6291b9eb
keyword.control, source.cpp keyword.operator.new, keyword.operator.delete, keyword.other.using, keyword.other.operator, entity.name.operator#b17dc4fb
variable, meta.definition.variable.name, support.variable, entity.name.variable, constant.other.placeholder#689d81
variable.other.constant, variable.other.enummember#6390a9
meta.object-literal.key#689d81
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#bc6b79
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#bc6b79
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#d8ca96
keyword.operator.quantifier.regexp#f0a56c
constant.character#f0a56c
constant.character.escape#f0a56c
entity.name.label#C8C8C8

Shiki preview

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

Loading...

Rocklee VSCode Theme by Md Talha Zubayer - VS Code Theme