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#272727
  • activityBar.foreground#c0c0c0
  • activityBarBadge.background#20B2AA
  • activityBarBadge.foreground#ffffff
  • badge.background#20B2AA
  • badge.foreground#ffffff
  • button.background#20B2AA
  • button.foreground#ffffff
  • dropdown.background#1d1d1d
  • dropdown.border#1d1d1d
  • dropdown.foreground#c0c0c0
  • editor.background#222222
  • editor.foreground#c0c0c0
  • editor.hoverHighlightBackground#c0c0c022
  • editor.lineHighlightBackground#2a2a2a
  • editor.selectionBackground#c0c0c022
  • editor.wordHighlightBackground#20B2AA22
  • editor.wordHighlightStrongBackground#70809022
  • editorBracketHighlight.foreground1#ffffff
  • editorBracketHighlight.foreground2#abc3db
  • editorBracketHighlight.foreground3#708090
  • editorBracketMatch.background#c0c0c044
  • editorBracketMatch.border#708090
  • editorCursor.foreground#c0c0c0
  • editorGroupHeader.tabsBackground#2a2a2a
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#1d1d1d
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#3b3b3b
  • editorLineNumber.foreground#555555
  • editorLink.activeForeground#c0c0c0
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#70809055
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#3b3b3b
  • editorSuggestWidget.foreground#c0c0c0
  • editorSuggestWidget.highlightForeground#c0c0c0
  • editorSuggestWidget.selectedBackground#555555
  • editorWhitespace.foreground#3b3b3b
  • editorWidget.background#3b3b3b
  • editorWidget.border#555555
  • extensionButton.prominentBackground#20B2AA
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#008b8b
  • focusBorder#c0c0c0
  • foreground#c0c0c0
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#6e6e6e
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.background#151515
  • input.border#484848
  • input.foreground#c0c0c0
  • input.placeholderForeground#505050
  • inputOption.activeBorder#708090
  • list.activeSelectionBackground#708090
  • list.activeSelectionForeground#222222
  • list.focusBackground#484848
  • list.hoverBackground#2a2a2a
  • list.inactiveSelectionBackground#222222
  • panel.background#3b3b3b
  • panel.border#555555
  • panelTitle.activeBorder#c0c0c0
  • panelTitle.inactiveForeground#7b7b7b
  • peekView.border#c0c0c0
  • peekViewEditor.background#181818
  • peekViewEditor.matchHighlightBackground#70809055
  • peekViewEditorGutter.background#1d1d1d
  • peekViewResult.background#2f2f2f
  • peekViewResult.fileForeground#c2c2c2
  • peekViewResult.lineForeground#b3b3b3
  • peekViewResult.matchHighlightBackground#70809055
  • peekViewResult.selectionBackground#272727
  • peekViewResult.selectionForeground#c0c0c0
  • peekViewTitle.background#1d1d1d
  • peekViewTitleDescription.foreground#c4c4c4
  • peekViewTitleLabel.foreground#c0c0c0
  • progressBar.background#20B2AA
  • scrollbar.shadow#080808
  • scrollbarSlider.activeBackground#c0c0c0aa
  • scrollbarSlider.background#555555aa
  • scrollbarSlider.hoverBackground#c0c0c055
  • sideBar.background#2f2f2f
  • sideBar.foreground#c0c0c0
  • sideBarSectionHeader.background#363636
  • sideBarSectionHeader.foreground#c0c0c0
  • statusBar.background#20B2AA
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#708090
  • tab.inactiveBackground#2c2c2c
  • tab.inactiveForeground#888888
  • terminal.ansiBlack#25252b
  • terminal.ansiBlue#e0ddeb
  • terminal.ansiBrightBlack#484854
  • terminal.ansiBrightBlue#ffffff
  • terminal.ansiBrightCyan#20B2AA
  • terminal.ansiBrightGreen#008b8b
  • terminal.ansiBrightMagenta#DAA520
  • terminal.ansiBrightRed#c0c0c0
  • terminal.ansiBrightWhite#708090
  • terminal.ansiBrightYellow#708090
  • terminal.ansiCyan#8f8aa2
  • terminal.ansiGreen#c43535
  • terminal.ansiMagenta#5f5582
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#5f5582
  • terminal.background#222222
  • terminal.foreground#ffffff
  • titleBar.activeBackground#101012

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#555555
string#20B2AA
constant.numeric#20B2AA
constant.language#708090
constant.character, constant.other#708090
variable
keyword#daa520
storage#708090
storage.type#c0c0c0
storage.modifier#DAA520
entity.name.class#20B2AAunderline
entity.other.inherited-class#708090
entity.name.function#c0c0c0
variable.parameter#c0c0c0
entity.name.tag#ef6462
entity.other.attribute-name#c0c0c0
support.function#c0c0c0
support.constant#708090
support.type, support.class#708090
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#20B2AA
meta.diff, meta.diff.header#555555
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#7b7b7b
meta.property-value, support.constant.property-value, constant.other.color#20B2AA
meta.structure.dictionary.json string.quoted.double.json#708090
meta.structure.dictionary.value.json string.quoted.double.json#20B2AA
meta.property-name support.type.property-name#c0c0c0
meta.property-value punctuation.separator.key-value#c0c0c0
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#008b8b
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#c0c0c0
variable.other#c0c0c0
variable.parameter.function.coffee#20B2AA
entity.name.section.markdown#708090
punctuation.definition.heading.markdown#708090
markup.raw.inline.markdown#20B2AA
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#708090
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#708090
punctuation.definition.metadata.markdown#708090
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#c0c0c0
markup.bold.markdown, markup.italic.markdown#c0c0c0
markup.italic.markdownitalic
markup.bold.markdownbold
markup.raw.block.markdown#664e4d
markup.deleted.git_gutter#e61f44
markup.inserted.git_gutter#a7da1e
markup.changed.git_gutter#f7b83d
meta.template.expression#c0c0c0
token.info-token#6796e6
token.warn-token#cd9731
token.error-token#f44747
token.debug-token#b267e6
source.shell keyword#DAA520
source.shell support.function#DAA520
source.shell meta.scope.subshell support.function#c0c0c0
source.css.scss meta.definition.variable variable#c0c0c0
source.css.scss meta.property-value variable#708090
source.js meta.class meta.function-call variable.function#ef6462
source.js meta.class meta.group.braces meta.function-call variable.function#c0c0c0
source.js support.function#ef6462
source.js storage.type#ef6462
source.js meta.class constant.other.object.key string#708090
source.js meta.class support.class#ef6462

Shiki preview

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

Loading...

Freya - Coding Theme