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#FCFDFD
  • activityBar.border#00000015
  • activityBar.foreground#252E93
  • activityBar.inactiveForeground#0B122060
  • activityBarBadge.background#252E93
  • activityBarBadge.foreground#FCFDFD
  • button.background#252E93
  • button.foreground#FCFDFD
  • button.hoverBackground#252E93dd
  • editor.background#FCFDFD
  • editor.foreground#0B1220
  • editor.inactiveSelectionBackground#2133832580
  • editor.lineHighlightBackground#F7F7F750
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#21338325
  • editorCursor.foreground#252E93
  • editorGroupHeader.tabsBackground#F7F7F7aa
  • editorLineNumber.activeForeground#252E93
  • editorLineNumber.foreground#D8E2EC80
  • focusBorder#252E93
  • foreground#0B1220
  • input.background#F7F7F7
  • input.border#00000015
  • input.foreground#0B1220
  • input.placeholderForeground#0B122060
  • list.activeSelectionBackground#252E9330
  • list.activeSelectionForeground#0B1220
  • list.highlightForeground#252E93
  • list.hoverBackground#F7F7F740
  • list.hoverForeground#0B1220
  • list.inactiveSelectionBackground#252E9315
  • list.inactiveSelectionForeground#0B1220
  • selection.background#21338325
  • sideBar.background#F7F7F7
  • sideBar.border#00000015
  • sideBar.foreground#0B1220
  • sideBarSectionHeader.background#F7F7F780
  • sideBarSectionHeader.foreground#0B1220
  • sideBarTitle.foreground#252E93
  • statusBar.background#FCFDFD
  • statusBar.border#00000015
  • statusBar.foreground#0B1220
  • statusBar.noFolderBackground#FCFDFD
  • tab.activeBackground#FCFDFD
  • tab.activeBorderTop#252E93
  • tab.activeForeground#0B1220
  • tab.border#00000015
  • tab.inactiveBackground#FCFDFD60
  • tab.inactiveForeground#0B122080
  • terminal.ansiBlack#0B1220
  • terminal.ansiBlue#213383
  • terminal.ansiCyan#2991A3
  • terminal.ansiGreen#252E93
  • terminal.ansiMagenta#196976
  • terminal.ansiRed#196976
  • terminal.ansiWhite#0B1220
  • terminal.ansiYellow#2991A3
  • terminal.background#FCFDFD
  • terminal.foreground#0B1220
  • titleBar.activeBackground#FCFDFD
  • titleBar.activeForeground#0B1220
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FCFDFD
  • titleBar.inactiveForeground#0B122060
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#D8E2ECitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#213383bold
storage.type, storage.modifier#213383italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#252E93
string, punctuation.definition.string, string.template, meta.template.expression#2991A3
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#196976
variable, variable.other.readwrite, variable.other.object#0B1220
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#0B1220
variable.parameter, meta.parameter#0B1220dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#0B122080
keyword.operator#0B1220
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#2991A3bold
entity.other.inherited-class#252E93
entity.name.tag, punctuation.definition.tag#213383
entity.other.attribute-name#252E93
meta.diff, meta.diff.header#D8E2EC
markup.deleted#196976
markup.inserted#252E93
markup.changed#2991A3
markup.heading, markup.heading.setext, punctuation.definition.heading#252E93bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#2991A3
string.other.link.title, string.other.link.description#252E93
markup.underline.link#D8E2ECunderline
punctuation.definition.list#213383
markup.quote, punctuation.definition.quote#D8E2ECitalic
Morphous Theme by Ameyanagi - VS Code Theme