Skip to main content
Coding Theme

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#12161a
  • activityBar.foreground#aeb9c4
  • activityBarBadge.background#228a96
  • activityBarBadge.foreground#ffffff
  • badge.background#228a96
  • badge.foreground#ffffff
  • button.background#6ba77f
  • button.foreground#ffffff
  • dropdown.background#0a0c0e
  • dropdown.border#0a0c0e
  • dropdown.foreground#aeb9c4
  • editor.background#0e1114
  • editor.foreground#aeb9c4
  • editor.hoverHighlightBackground#228a9622
  • editor.lineHighlightBackground#14191d
  • editor.selectionBackground#228a9655
  • editor.wordHighlightBackground#e6eaef22
  • editor.wordHighlightStrongBackground#6ba77f22
  • editorBracketMatch.background#228a9644
  • editorBracketMatch.border#6ba77f
  • editorCursor.foreground#ffffff
  • editorGroup.background#14191d
  • editorGroupHeader.tabsBackground#14191d
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#0a0c0e
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#232a32
  • editorLineNumber.foreground#384450
  • editorLink.activeForeground#228a96
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#6ba77f55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#232a32
  • editorSuggestWidget.foreground#aeb9c4
  • editorSuggestWidget.highlightForeground#228a96
  • editorSuggestWidget.selectedBackground#384450
  • editorWhitespace.foreground#232a32
  • editorWidget.background#232a32
  • editorWidget.border#384450
  • extensionButton.prominentBackground#228a96
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#2bb0c0
  • focusBorder#228a96
  • foreground#aeb9c4
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#4d5d6e
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#228a96
  • input.background#030405
  • input.border#2d3741
  • input.foreground#aeb9c4
  • input.placeholderForeground#343f4a
  • inputOption.activeBorder#6ba77f
  • list.activeSelectionBackground#6ba77f
  • list.activeSelectionForeground#0e1114
  • list.focusBackground#2d3741
  • list.hoverBackground#14191d
  • list.inactiveSelectionBackground#0e1114
  • notification.background#181e23
  • notification.buttonBackground#228a96
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#aeb9c4
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#232a32
  • panel.border#384450
  • panelTitle.activeBorder#228a96
  • panelTitle.inactiveForeground#576a7d
  • peekView.border#228a96
  • peekViewEditor.background#060708
  • peekViewEditor.matchHighlightBackground#6ba77f55
  • peekViewEditorGutter.background#0a0c0e
  • peekViewResult.background#181e23
  • peekViewResult.fileForeground#a2afbb
  • peekViewResult.lineForeground#909fae
  • peekViewResult.matchHighlightBackground#6ba77f55
  • peekViewResult.selectionBackground#12161a
  • peekViewResult.selectionForeground#aeb9c4
  • peekViewTitle.background#0a0c0e
  • peekViewTitleDescription.foreground#a5b1be
  • peekViewTitleLabel.foreground#aeb9c4
  • progressBar.background#e6eaef
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#228a96aa
  • scrollbarSlider.background#384450aa
  • scrollbarSlider.hoverBackground#228a9655
  • sideBar.background#181e23
  • sideBar.foreground#aeb9c4
  • sideBarSectionHeader.background#1f252c
  • sideBarSectionHeader.foreground#aeb9c4
  • statusBar.background#228a96
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#6ba77f
  • tab.inactiveBackground#161b20
  • tab.inactiveForeground#62778c
  • terminal.ansiBlack#181e23
  • terminal.ansiBlue#e6eaef
  • terminal.ansiBrightBlack#384450
  • terminal.ansiBrightBlue#ffffff
  • terminal.ansiBrightCyan#abcdb6
  • terminal.ansiBrightGreen#48c7d6
  • terminal.ansiBrightMagenta#48c7d6
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#e9ecef
  • terminal.ansiBrightYellow#abcdb6
  • terminal.ansiCyan#6ba77f
  • terminal.ansiGreen#228a96
  • terminal.ansiMagenta#228a96
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#bdc6cf
  • terminal.ansiYellow#6ba77f
  • terminal.background#030405
  • terminal.foreground#aeb9c4
  • titleBar.activeBackground#060708

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
—#aeb9c4—
comment#44515e—
string#addbbc—
constant.numeric#61bcc6—
constant.language#6ba77f—
constant.character, constant.other#6ba77f—
variable—
keyword#228a96—
storage#6ba77f
storage.type#228a96
entity.name.class#6ba77funderline
entity.other.inherited-class#6ba77f
entity.name.function#e6eaef
variable.parameter#bed0e2
entity.name.tag#228a96
entity.other.attribute-name#6ba77f
support.function#6ba77f
support.constant#6ba77f
support.type, support.class#6ba77f
support.other.variable—
invalid#cf433e
invalid.deprecated#cf433e—
meta.structure.dictionary.json string.quoted.double.json#addbbc—
meta.diff, meta.diff.header#44515e—
markup.deleted#e61f44—
markup.inserted#A6E22E—
markup.changed#f7b83d—
constant.numeric.line-number.find-in-files - match#8FBE00A0—
entity.name.filename.find-in-files#E6DB74—
keyword.other#64778a—
meta.property-value, support.constant.property-value, constant.other.color#addbbc—
meta.structure.dictionary.json string.quoted.double.json#6ba77f—
meta.structure.dictionary.value.json string.quoted.double.json#addbbc—
meta.property-name support.type.property-name—normal
meta.property-value punctuation.separator.key-value#aeb9c4—
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#228a96—
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#228a96normal
variable.other#bed0e2normal
variable.parameter.function.coffee#61bcc6
entity.name.section.markdown#6ba77f—
punctuation.definition.heading.markdown#228a96—
markup.raw.inline.markdown#addbbc—
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#228a96—
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#228a96—
punctuation.definition.metadata.markdown#228a96—
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#228a96
markup.bold.markdown, markup.italic.markdown#228a96—
markup.italic.markdown—italic
markup.bold.markdown—bold
markup.raw.block.markdown#664e4d—
markup.deleted.git_gutter#e61f44—
markup.inserted.git_gutter#a7da1e—
markup.changed.git_gutter#f7b83d—
meta.template.expression#aeb9c4—
ThemeDatabase All Themes by enes ozturk - VS Code Theme