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#1F3B4D
  • activityBar.border#ffffff15
  • activityBar.foreground#6EC0D6
  • activityBar.inactiveForeground#F7FAF060
  • activityBarBadge.background#6EC0D6
  • activityBarBadge.foreground#1F3B4D
  • button.background#6EC0D6
  • button.foreground#1F3B4D
  • button.hoverBackground#6EC0D6dd
  • editor.background#1F3B4D
  • editor.foreground#F7FAF0
  • editor.inactiveSelectionBackground#D9DDE33580
  • editor.lineHighlightBackground#4A556240
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#D9DDE335
  • editorCursor.foreground#6EC0D6
  • editorGroupHeader.tabsBackground#1F3B4Ddd
  • editorLineNumber.activeForeground#6EC0D6
  • editorLineNumber.foreground#AAB9B080
  • focusBorder#6EC0D6
  • foreground#F7FAF0
  • input.background#4A5562
  • input.border#ffffff15
  • input.foreground#F7FAF0
  • input.placeholderForeground#F7FAF060
  • list.activeSelectionBackground#6EC0D630
  • list.activeSelectionForeground#F7FAF0
  • list.highlightForeground#6EC0D6
  • list.hoverBackground#4A556240
  • list.hoverForeground#F7FAF0
  • list.inactiveSelectionBackground#6EC0D615
  • list.inactiveSelectionForeground#F7FAF0
  • selection.background#D9DDE335
  • sideBar.background#4A5562
  • sideBar.border#ffffff15
  • sideBar.foreground#F7FAF0
  • sideBarSectionHeader.background#1F3B4D80
  • sideBarSectionHeader.foreground#F7FAF0
  • sideBarTitle.foreground#6EC0D6
  • statusBar.background#1F3B4D
  • statusBar.border#ffffff15
  • statusBar.foreground#F7FAF0
  • statusBar.noFolderBackground#1F3B4D
  • tab.activeBackground#1F3B4D
  • tab.activeBorderTop#6EC0D6
  • tab.activeForeground#F7FAF0
  • tab.border#ffffff15
  • tab.inactiveBackground#4A556260
  • tab.inactiveForeground#F7FAF080
  • terminal.ansiBlack#1F3B4D
  • terminal.ansiBlue#D9DDE3
  • terminal.ansiCyan#E6F9F7
  • terminal.ansiGreen#6EC0D6
  • terminal.ansiMagenta#FF7D68
  • terminal.ansiRed#FF7D68
  • terminal.ansiWhite#F7FAF0
  • terminal.ansiYellow#E6F9F7
  • terminal.background#1F3B4D
  • terminal.foreground#F7FAF0
  • titleBar.activeBackground#1F3B4D
  • titleBar.activeForeground#F7FAF0
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#1F3B4D
  • titleBar.inactiveForeground#F7FAF060
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#AAB9B0italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#D9DDE3bold
storage.type, storage.modifier#D9DDE3italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#6EC0D6
string, punctuation.definition.string, string.template, meta.template.expression#E6F9F7
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#FF7D68
variable, variable.other.readwrite, variable.other.object#F7FAF0
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F7FAF0
variable.parameter, meta.parameter#F7FAF0dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F7FAF080
keyword.operator#F7FAF0
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E6F9F7bold
entity.other.inherited-class#6EC0D6
entity.name.tag, punctuation.definition.tag#D9DDE3
entity.other.attribute-name#6EC0D6
meta.diff, meta.diff.header#AAB9B0
markup.deleted#FF7D68
markup.inserted#6EC0D6
markup.changed#E6F9F7
markup.heading, markup.heading.setext, punctuation.definition.heading#6EC0D6bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E6F9F7
string.other.link.title, string.other.link.description#6EC0D6
markup.underline.link#AAB9B0underline
punctuation.definition.list#D9DDE3
markup.quote, punctuation.definition.quote#AAB9B0italic